PHPackages                             comperio/domain-specific-query - 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. comperio/domain-specific-query

Abandoned → [https://github.com/nicmart/DomainSpecificQuery](/?search=https%3A%2F%2Fgithub.com%2Fnicmart%2FDomainSpecificQuery)Library[Utility &amp; Helpers](/categories/utility)

comperio/domain-specific-query
==============================

Build and define queries specific to the application domain and compile them into other formats

v0.1.3(12y ago)280MITPHPPHP &gt;=5.3.3

Since Nov 4Pushed 11y ago1 watchersCompare

[ Source](https://github.com/nicmart/DomainSpecificQuery)[ Packagist](https://packagist.org/packages/comperio/domain-specific-query)[ RSS](/packages/comperio-domain-specific-query/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (5)Versions (5)Used By (0)

DomainSpecificQuery
===================

[](#domainspecificquery)

Build and define queries specific to the application domain and compile them into other formats.

Warning!
========

[](#warning)

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

[![Build Status](https://camo.githubusercontent.com/abdaddd96d0c5573ba3f8490d04507110b99ddf2a3def75d10c9e288465ff320/68747470733a2f2f7472617669732d63692e6f72672f636f6d706572696f2f446f6d61696e537065636966696351756572792e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/comperio/DomainSpecificQuery)[![Coverage Status](https://camo.githubusercontent.com/804bae9c7b2df36223896fc4fa140ff69960df70c48e7e9bee8fc79405e0ba73/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f636f6d706572696f2f446f6d61696e537065636966696351756572792f62616467652e706e673f6272616e63683d6d6173746572)](https://coveralls.io/r/comperio/DomainSpecificQuery?branch=master)[![Scrutinizer Quality Score](https://camo.githubusercontent.com/0545e711efb0a46b15a9ad4bf8c6f1c9b2c8816568070935323ca9dfcd827fb9/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f636f6d706572696f2f446f6d61696e537065636966696351756572792f6261646765732f7175616c6974792d73636f72652e706e673f733d61663839303063366434363439666235633434643363376466666434333162663534363535306164)](https://scrutinizer-ci.com/g/comperio/DomainSpecificQuery/)

Install
-------

[](#install)

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

Just create a composer.json file for your project:

```
{
    "require": {
        "comperio/domain-specific-query": "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:

```
