lctrs / dbal-specification
This package is abandoned and no longer maintained.
No replacement package was suggested.
Specification pattern for DBAL repositories
0.5.0
2020-11-27 21:01 UTC
Requires
- php: ^7.3.0
- doctrine/dbal: ^2.12.1
Requires (Dev)
- doctrine/coding-standard: ^8.2.0
- ergebnis/composer-normalize: ^2.9.0
- ergebnis/license: ^1.1.0
- ergebnis/test-util: ^1.4.0
- infection/infection: ^0.18.2
- phpstan/extension-installer: ^1.0.5
- phpstan/phpstan: ^0.12.57
- phpstan/phpstan-deprecation-rules: ^0.12.5
- phpstan/phpstan-phpunit: ^0.12.16
- phpstan/phpstan-strict-rules: ^0.12.5
- phpunit/phpunit: ^9.4.3
- psalm/plugin-phpunit: ^0.12.2
- vimeo/psalm: ^3.18.2
- weirdan/doctrine-psalm-plugin: ^0.11.3
This package is auto-updated.
Last update: 2020-12-27 19:53:12 UTC
README
Specification pattern for Doctrine DBAL 2.9+ compatible with PHP 7.2+.
It's heavily inspired from Happyr's Doctrine Specification library.
Installation
Run
$ composer require lctrs/dbal-specification
Usage
💡 This is a great place for showing a few usage examples!
Changelog
Please have a look at CHANGELOG.md
.
Contributing
Please have a look at CONTRIBUTING.md
.
License
This package is licensed using the MIT License.
Please have a look at LICENSE.md
.