xloit / xloit-bridge-doctrine-dbal
Xloit Bridge Doctrine DBAL 库
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-09-14 19:26:00 UTC
README
这是为 Xloit 服务的 Doctrine DBAL 桥接库。
- 在 https://github.com/xloit/xloit-bridge-doctrine-dbal/issues 上提交问题
- 在 https://github.com/xloit/xloit-bridge-doctrine-dbal 上创建 pull request
安装
使用 composer 安装此库
$ composer require xloit/xloit-bridge-doctrine-dbal
资源
您可以使用以下命令运行单元测试
$ cd path/to/xloit-bridge-doctrine-dbal/
$ composer install
$ ./bin/phpunit
许可证
此存档中的文件是在 MIT 许可下发布的。您可以在 LICENSE 中找到此许可证的副本。