PHPackages                             nicmart/dsq-expression - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. nicmart/dsq-expression

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

nicmart/dsq-expression
======================

Basic expression classes used by DSQ components

v0.1.0(12y ago)049MITPHPPHP &gt;=5.4

Since Feb 6Pushed 12y ago1 watchersCompare

[ Source](https://github.com/nicmart/DSQExpression)[ Packagist](https://packagist.org/packages/nicmart/dsq-expression)[ RSS](/packages/nicmart-dsq-expression/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependencies (2)Versions (2)Used By (0)

DSQ Expression
==============

[](#dsq-expression)

Base Expression classes for DomainSpecificQuery libraries.

Warning!
========

[](#warning)

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

[![Build Status](https://camo.githubusercontent.com/72b0a1bf7f6c7cdd256c9c6e471ac07002449af64fad2c8531c05a3e0dd267ad/68747470733a2f2f7472617669732d63692e6f72672f6e69636d6172742f44535145787072657373696f6e2e706e67)](https://travis-ci.org/nicmart/DSQExpression)[![Coverage Status](https://camo.githubusercontent.com/7f7507e6b54d97e9d7675a7ca91b75eca38f3e5431f3d447adab6dc117965f2a/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6e69636d6172742f44535145787072657373696f6e2f62616467652e706e67)](https://coveralls.io/r/nicmart/DSQExpression)[![Scrutinizer Quality Score](https://camo.githubusercontent.com/300b78490ddc687d76dedf6ef7f5ae8c47dd93f880b3afc16647da02a30f9c54/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6e69636d6172742f44535145787072657373696f6e2f6261646765732f7175616c6974792d73636f72652e706e673f733d35623661383839373033333931303633633934326433613239643863616361366439313762316233)](https://scrutinizer-ci.com/g/nicmart/DSQExpression/)

Install
-------

[](#install)

The best way to install DSQExpression is [through composer](http://getcomposer.org).

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](http://getcomposer.org/doc/00-intro.md#globally).

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

```
