fivelab/query

Simple wrapper for execute queries with any builders

This package's canonical repository appears to be gone and the package has been frozen as a result.

v1.0.0 2017-08-17 10:39 UTC

This package is not auto-updated.

Last update: 2021-01-09 08:10:08 UTC


README

Add functionality for build any queries (e.g SQL) from many query parts.

Support adapters:

  • Doctrine DBAL

Requirements

  • PHP 7.1 or higher

Installation

Add Query package in your composer.json:

{
    "require": {
        "fivelab/query": "~1.0"
    }
}

Now tell composer to download the library by running the command:

$ php composer.phar update fivelab/query

License

This library is under the MIT license. See the complete license in library

LICENSE

Reporting an issue or a feature request

Issues and feature requests are tracked in the Github issue tracker.

Contributors:

Thanks to everyone participating in the development of this Query library!