nayjest / querying
Data querying package for PHP
dev-master
2016-12-27 15:59 UTC
Requires (Dev)
- doctrine/dbal: ^2.5
- illuminate/database: ^5.3
- phpunit/phpunit: ^4.8||^5.7
- vlucas/phpdotenv: ^2.4
This package is auto-updated.
Last update: 2024-10-17 23:54:29 UTC
README
Data querying package for PHP
Table of Contents
Requirements
- PHP 5.5+ (hhvm & php7 are supported)
Installation
The recommended way of installing the component is through Composer.
Run following command:
composer require nayjest/querying
Usage
Contributing
Please see Contributing Guidelines and Code of Conduct for details.
Testing
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/querying
Command for running tests:
composer test
Security
If you discover any security related issues, please email mail@vitaliy.in instead of using the issue tracker.
License
© 2016 Vitalii Stepanenko
Licensed under the MIT License.
Please see License File for more information.