2017 © Pedro PelĂĄez
 

library dbal-extensions

Some useful DBAL related things

image

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

The README.md

Indigo DBAL Extensions

Build Status Code Coverage Latest Stable Version Total Downloads Scrutinizer Code Quality License Dependency Status, (*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)

The Versions

11/09 2014

dev-develop

dev-develop https://indigophp.com

Some useful DBAL related things

  Sources   Download

MIT

The Requires

 

The Development Requires

by MĂĄrk SĂĄgi-KazĂĄr

extension dbal