jtrw / dao-dbal-adapter
Data Access Object for fork with DataBases
Installs: 1 039
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Requires
- php: >=7.4
- ext-json: *
- ext-mbstring: *
- ext-pdo: *
- doctrine/dbal: 4.*
- jtrw/dao: *
Requires (Dev)
- phpunit/phpunit: >=8.0
- squizlabs/php_codesniffer: ^3.0
This package is auto-updated.
Last update: 2025-03-25 11:26:50 UTC
README
Adapter for Doctrine DBAL
Its a simple adapter for Doctrine DBAL, to make it easier to use. Main library is jtrw/dao
Installation
composer require jtrw/dao-dbal-adapter
Unittest
php ./vendor/phpunit/phpunit/phpunit -c ./tests/phpunit.xml --testdox --stderr --colors