DSQ Expression
Base Expression classes for DomainSpecificQuery libraries., (*1)
Warning!
The library is not completed yet and it is in early development stage, (*2)
, (*3)
Install
The best way to install DSQExpression is through composer., (*4)
Just create a composer.json file for your project:, (*5)
{
"require": {
"nicmart/dsq-expression": "dev-master"
}
}
Then you can run these two commands to install it:, (*6)
$ curl -s http://getcomposer.org/installer | php
$ php composer.phar install
or simply run composer install
if you have have already installed the composer globally., (*7)
Then you can include the autoloader, and you will have access to the library classes:, (*8)
<?php
require 'vendor/autoload.php';