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

This package is auto-updated.

Last update: 2021-11-24 09:12:52 UTC


README

Build Status Code Coverage Latest Stable Version Total Downloads Scrutinizer Code Quality License Dependency Status

Some useful DBAL related things.

Install

Via Composer

{
    "require": {
        "indigophp/dbal-extensions": "@stable"
    }
}

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

$ codecept run

Contributing

Please see CONTRIBUTING for details.

Credits

License

The MIT License (MIT). Please see License File for more information.