2017 © Pedro PelĂĄez
 

library dsq-expression

Basic expression classes used by DSQ components

image

nicmart/dsq-expression

Basic expression classes used by DSQ components

  • Thursday, February 6, 2014
  • by nicmart
  • Repository
  • 1 Watchers
  • 0 Stars
  • 19 Installations
  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

DSQ Expression

Base Expression classes for DomainSpecificQuery libraries., (*1)

Warning!

The library is not completed yet and it is in early development stage, (*2)

Build Status Coverage Status Scrutinizer Quality Score, (*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';

The Versions

06/02 2014

dev-master

9999999-dev

Basic expression classes used by DSQ components

  Sources   Download

MIT

The Requires

 

The Development Requires

06/02 2014

v0.1.0

0.1.0.0

Basic expression classes used by DSQ components

  Sources   Download

MIT

The Requires

 

The Development Requires