library dbal-extensions
Some useful DBAL related things
indigophp/dbal-extensions
Some useful DBAL related things
- Thursday, September 11, 2014
- by mark.sagikazar
- Repository
- 1 Watchers
- 0 Stars
- 6 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 1 Versions
- 0 % Grown
Indigo DBAL Extensions
, (*1)
Some useful DBAL related things., (*2)
Install
Via Composer, (*3)
``` json
{
"require": {
"indigophp/dbal-extensions": "@stable"
}
}, (*4)
## Usage
Currently implemented features:
* `EnumType`: Extend this type to implement custom enumerations
* `MoneyType`: Use this type if your monetary values are not strictly tied to a currency
* `FullMoneyType`: 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
``` bash
$ codecept run
Contributing
Please see CONTRIBUTING for details., (*5)
Credits
License
The MIT License (MIT). Please see License File for more information., (*6)