jascha030 / db
Small set of interfaces serving as a thin layer on top of doctrine/dbal.
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/jascha030/db
Requires
- php: >=8.2
- doctrine/dbal: ^4.2
- symfony/console: ^7.2
- symfony/process: ^7.2
Requires (Dev)
- bamarni/composer-bin-plugin: ^1.8.2
- ergebnis/composer-normalize: ^2.45
- roave/security-advisories: dev-latest
- symfony/var-dumper: ^7.2
This package is auto-updated.
Last update: 2025-10-19 00:00:07 UTC
README
A thin layer on top of doctrine/dbal.
This package was made for usage in the jascha030/xerographer package.
Getting started
Prerequisites
- php:
>=8.2 - Composer
^2.3
Installation
composer require jascha030/db
Testing
Included with the package are a set of Unit tests using phpunit/phpunit. For ease of use a composer script command is
defined to run the tests.
The default configuration will be used when using the test command, which is defined at phpunit.xml.dist.
composer test # Or composer run test
A code coverage report is generated in the project's root as cov.xml. The cov.xml file is not ignored in the
.gitignore by default. You are encouraged to commit the latest code coverage report, when deploying new features.
Code style & Formatting
A code style configuration for friendsofphp/php-cs-fixer is included, defined in .php-cs-fixer.dist.php.
composer format
License
This composer package is an open-sourced software licensed under the MIT License