Data querying package for PHP
- PHP 5.5+ (hhvm & php7 are supported)
The recommended way of installing the component is through Composer.
Run following command:
composer require nayjest/queryingPlease see Contributing Guidelines and Code of Conduct for details.
This package bundled with unit tests (PHPUnit).
To run tests locally, you must install this package as stand-alone project with dev-dependencies:
composer create-project nayjest/queryingCommand for running tests:
composer testIf you discover any security related issues, please email mail@vitaliy.in instead of using the issue tracker.
© 2016 Vitalii Stepanenko
Licensed under the MIT License.
Please see License File for more information.

