Skip to content

nicmart/DSQExpression

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DSQ Expression

Base Expression classes for DomainSpecificQuery libraries.

Warning!

The library is not completed yet and it is in early development stage

Build Status Coverage Status Scrutinizer Quality Score

Install

The best way to install DSQExpression is through composer.

Just create a composer.json file for your project:

{
    "require": {
        "nicmart/dsq-expression": "dev-master"
    }
}

Then you can run these two commands to install it:

$ 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.

Then you can include the autoloader, and you will have access to the library classes:

<?php
require 'vendor/autoload.php';

About

Basic Expression classes for DomainSpecificQuery components

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages