2017 © Pedro Peláez
 

library query

Query, the easy to use MySQL query builder.

image

tunnela/query

Query, the easy to use MySQL query builder.

  • Friday, November 6, 2015
  • by tunnela
  • Repository
  • 2 Watchers
  • 3 Stars
  • 10 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Query

Query, the easy to use MySQL query builder., (*1)

Easy Installation

Install with Composer

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

The Versions

06/11 2015

dev-master

9999999-dev

Query, the easy to use MySQL query builder.

  Sources   Download

MIT

query mysql builder