indigophp / dbal-extensions
This package is abandoned and no longer maintained.
No replacement package was suggested.
Some useful DBAL related things
dev-develop
2014-09-11 00:42 UTC
Requires
- php: >=5.4.0
- doctrine/dbal: ~2.4
Requires (Dev)
- codeception/codeception: ~2.0.0
- codeception/mockery-module: dev-master
- mathiasverraes/money: dev-nextrelease
Suggests
- mathiasverraes/money: Used for Money Type integration
This package is auto-updated.
Last update: 2021-11-24 09:12:52 UTC
README
Some useful DBAL related things.
Install
Via Composer
{ "require": { "indigophp/dbal-extensions": "@stable" } }
Usage
Currently implemented features:
EnumType
: Extend this type to implement custom enumerationsMoneyType
: Use this type if your monetary values are not strictly tied to a currencyFullMoneyType
: Use this type if your monetary values are strictly tied to a currency (values are stored as string)
Note: You must add the required types to the DBAL Type registry.
Testing
$ codecept run
Contributing
Please see CONTRIBUTING for details.
Credits
License
The MIT License (MIT). Please see License File for more information.