binsoul / db-platform-mysql
Platform implementation for MySQL based on the mysqli extension
dev-master / 1.0.x-dev
2015-11-12 18:16 UTC
Requires
- php: >=5.6.0
- binsoul/db: ~1.0@dev
Requires (Dev)
- fabpot/php-cs-fixer: ^1.0
- phpunit/phpunit: ^4.0
This package is auto-updated.
Last update: 2024-10-14 22:18:29 UTC
README
This package provides all necessary classes to execute statements on the MySQL platform.
Requirements
The mysqli extension has to be activated.
Install
Via composer:
$ composer require binsoul/db-platform-mysql
Testing
$ composer test
License
The MIT License (MIT). Please see License File for more information.