cakephp/database
CakePHP Database provides a flexible database abstraction layer with a powerful query builder, schema and type system, connection management, and drivers for common SQL databases. Use it standalone or within CakePHP to build and run queries cleanly.
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| laravel/database | 0.85 | Bring Laravel’s database layer to non-Laravel projects: Illuminate Database with migrations, seeders, and Artisan CLI support. Includes Eloquent ORM, query builder, schema tools, and commands like migrate, db:seed, and make:* for MySQL/Postgres/SQL Server/SQLite. | 90 | 100 | 12 | 70 | 5 | 2.1 | 4.5 | — | — | |
| laravel/laravel | 0.84 | Laravel is a PHP web application framework with expressive syntax and batteries-included tooling: fast routing, DI container, Eloquent ORM, migrations, queues, caching/sessions, and real-time broadcasting—built to scale from small apps to large systems. | 84,759 | 85,479 | 24,896 | 654K | 0 | 68.0 | 14.9 | — | 2 months ago | |
| laravel/framework | 0.84 | Laravel’s core framework code for building modern PHP web apps with elegant syntax. Includes fast routing, a powerful DI container, sessions and caching, database migrations, queues for jobs, and real-time event broadcasting. | 34,839 | 35,311 | 11,937 | 12M | 55 | 94.7 | 71.9 | MIT | 1 day ago | |
| darvinstudio/databaser | 0.84 | — | 0 | 0 | 1 | 4 | 0 | 0.1 | 9.7 | MIT | — | |
| laminas/laminas-db | 0.84 | Database abstraction and SQL builder for PHP. Provides adapters, connection management, query/statement execution, metadata and schema tools, result sets, and a fluent API for composing SQL across multiple database platforms. | 142 | 142 | 83 | 318K | 19 | 33.9 | 66.8 | BSD-3-Clause | 2 months ago | |
| o100ja/rug | 0.84 | Rug is a PHP client library for CouchDB. Early-stage/experimental: the README notes it’s currently just an approach idea and shouldn’t be used until unit tests are completed. | 2 | 2 | 0 | 0 | 0 | 0.3 | — | MIT | 12 years ago | |
| joomla/database | 0.84 | Joomla Database provides a generic database layer and drivers for building queries and managing connections. Includes a factory for creating drivers, and helpers for safe input handling (escape/quote), making it easier to integrate database access in custom PHP apps. | 31 | 31 | 37 | 13K | 18 | 28.5 | 50.9 | GPL-2.0 | 5 months ago | |
| luezoid/laravel-core | 0.84 | — | 11 | 11 | 9 | 26 | 2 | 1.6 | 6.9 | MIT | 3 years ago | |
| cakephp/event | 0.84 | Lightweight event dispatcher for CakePHP apps. Define and fire events, attach listeners/subscribers, and manage propagation and results. Useful for decoupling components and building extensible plugins with a simple, familiar API. | 23 | 24 | 3 | 7K | 0 | 0.2 | 33.9 | NOASSERTION | — | |
| simlux/laravel-bakery | 0.84 | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | — | — | |
| carguru/vendor-bundle | 0.83 | — | 0 | 0 | 0 | 0 | 0 | 1.8 | — | — | 3 years ago | |
| aurexengine/framework | 0.83 | Custom Chassis Framework (aurexengine/framework) is a Laravel/PHP framework package providing a chassis-style foundation for building applications and modules. Intended as a base layer for project structure, shared conventions, and core utilities. | 0 | 0 | 0 | 0 | 0 | 0.0 | — | — | — | |
| cakephp/cakephp | 0.82 | CakePHP is a rapid development PHP framework built around MVC and proven patterns like Front Controller and data mapping. It helps teams quickly build robust, flexible web applications. Install via Composer or start with the official app skeleton. | 8,795 | 8,858 | 3,372 | 365K | 13 | 77.6 | 36.6 | MIT | 1 week ago | |
| cakephp/orm | 0.82 | Standalone CakePHP ORM package providing table/association mapping, entities, query builder, validation and eager loading. Use Cake’s database layer outside full CakePHP apps, with expressive queries and flexible data access patterns. | 150 | 152 | 14 | 3K | 1 | 1.3 | 18.4 | NOASSERTION | — | |
| nette/database | 0.82 | Nette Database is a lightweight PHP database layer with a safe, fluent SQL builder, easy connection and result handling, and handy helpers for queries and transactions. Designed to work smoothly with the Nette framework while usable standalone. | 543 | 567 | 113 | 76K | 61 | 48.0 | 62.6 | NOASSERTION | 3 months ago | |
| cakephp/core | 0.80 | Core framework utilities for CakePHP: shared classes for configuration, routing, events, cache/logging, error handling, and common helpers used across CakePHP applications and plugins. Provides the foundational building blocks that other CakePHP packages depend on. | 61 | 65 | 4 | 657K | 0 | 0.4 | 55.3 | NOASSERTION | — | |
| cakephp/utility | 0.80 | Lightweight CakePHP Utility library providing handy helpers for arrays, text, numbers, hashing, security, and type conversion. A standalone set of utility classes you can use inside or outside CakePHP to simplify common PHP tasks with minimal dependencies. | 121 | 124 | 10 | 634K | 0 | 0.9 | 51.3 | NOASSERTION | — | |
| cakephp/datasource | 0.79 | CakePHP Datasource provides the core datasource layer used by CakePHP ORM, defining interfaces and base classes for connections, schema/statement handling, and query execution. A foundation for building and integrating database drivers and custom datasources. | 47 | 47 | 5 | 596K | 0 | 0.4 | 55.3 | NOASSERTION | — | |
| atlas/pdo | 0.79 | Decorates any PDO instance with a Connection that adds perform() (query + bind in one call), handy fetch*/yield* helpers, and query logging with backtraces. Includes a ConnectionLocator to manage named default/read/write connections. | 18 | 18 | 7 | 3K | 0 | 5.9 | 31.4 | MIT | 11 months ago | |
| ascetic-soft/rowcast | 0.78 | Rowcast is a lightweight PDO DataMapper for PHP 8.4+. It maps DB rows to DTOs via reflection with auto/explicit mapping and type conversion, plus a fluent query builder with dialect-aware UPSERT. | 0 | 0 | 0 | 54 | 0 | 25.0 | 27.9 | — | 1 month ago |
How can I help you explore Laravel packages today?