Query
Query, the easy to use MySQL query builder., (*1)
Easy Installation
I you have not installed Composer yet, follow the instructions on Composer website., (*2)
To install Query package with Composer, simply add the requirement to your composer.json file:, (*3)
{
"require" : {
"tunnela/query" : "dev-master"
}
}
If this is the first time you use Composer, change to your PHP application directory and run the following command:, (*4)
$ php composer.phar install
and require autoloader somewhere at the start of your PHP application:, (*5)
require 'vendor/autoload.php';
If this is is not the first time you use Composer, you probably already knew that you should run:, (*6)
$ php composer.phar update
TODO
- Basic usage instructions
- Tests