thewunder / corma-dbal
Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.
Fund package maintenance!
Patreon
Tidelift
www.doctrine-project.org/sponsorship.html
Requires
- php: ^8.1
- doctrine/deprecations: ^0.5.3|^1
- psr/cache: ^1|^2|^3
- psr/log: ^1|^2|^3
Requires (Dev)
- doctrine/coding-standard: 12.0.0
- fig/log-test: ^1
- jetbrains/phpstorm-stubs: 2023.2
- phpunit/phpunit: 10.5.22
- rector/rector: ^1.2
- slevomat/coding-standard: 8.13.1
- squizlabs/php_codesniffer: 3.10.1
- symfony/cache: ^6.3.8|^7.0
- symfony/console: ^5.4|^6.3|^7.0
Suggests
- symfony/console: For helpful console commands such as SQL execution and import of files.
README
A fork of the excellent Doctrine DBAL, a powerful database abstraction layer with some QueryBuilder features removed in the 4.0 release restored.
See their quite ample documentation for more information.