nayjest/querying

Data querying package for PHP

dev-master 2016-12-27 15:59 UTC

This package is auto-updated.

Last update: 2024-04-17 22:37:37 UTC


README

Release Build Status Scrutinizer Code Quality Code Coverage

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.