jtrw / dao-dbal-adapter
Data Access Object for fork with DataBases
1.1.1
2024-09-25 10:26 UTC
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: 2024-10-25 10:42:16 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