xloit / xloit-bridge-doctrine-dbal
Xloit Bridge Doctrine DBAL Library
0.1.4
2017-08-16 15:20 UTC
Requires
- php: ^5.4 || ^7.0
- doctrine/dbal: >=2.4, <2.7
- xloit/xloit-exception: ^0.0
Requires (Dev)
- phpunit/phpunit: ~4.0
- xloit/xloit-collection: ^0.1
- xloit/xloit-datetime: ^0.0
- zendframework/zend-json: ^2.6 || ^3.0
- zendframework/zend-validator: ^2.9
Suggests
- xloit/xloit-collection: ^0.1 to use parameter type using RecursiveCollection
- xloit/xloit-datetime: ^0.0 to use date and time types
- zendframework/zend-json: ^2.6 || ^3.0 to use JSON type
- zendframework/zend-validator: ^2.9 to use Email and IP address types
This package is not auto-updated.
Last update: 2024-11-09 20:39:13 UTC
README
This is the Bridge Doctrine DBAL Library for Xloit.
- File issues at https://github.com/xloit/xloit-bridge-doctrine-dbal/issues
- Create pull requests against https://github.com/xloit/xloit-bridge-doctrine-dbal
Installation
Install this library using composer:
$ composer require xloit/xloit-bridge-doctrine-dbal
Resources
You can run the unit tests with the following command:
$ cd path/to/xloit-bridge-doctrine-dbal/
$ composer install
$ ./bin/phpunit
LICENSE
The files in this archive are released under MIT License. You can find a copy of this license in LICENSE.