2017-25 © Pedro Peláez
 

library domain-specific-query

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

image

nicmart/domain-specific-query

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

  • Monday, October 6, 2014
  • by nicmart
  • Repository
  • 1 Watchers
  • 2 Stars
  • 12 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

DomainSpecificQuery

Build and define queries specific to the application domain and compile them into other formats., (*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 DomainSpecificQuery is through composer., (*4)

Just create a composer.json file for your project:, (*5)

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

dev-master

9999999-dev

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

  Sources   Download

MIT

The Requires

 

The Development Requires

05/11 2013

v0.1.3

0.1.3.0

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

  Sources   Download

MIT

The Requires

 

The Development Requires

05/11 2013

v0.1.1

0.1.1.0

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

  Sources   Download

MIT

The Requires

 

The Development Requires

05/11 2013

v0.1.2

0.1.2.0

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

  Sources   Download

MIT

The Requires

 

The Development Requires

04/11 2013

v0.1.0

0.1.0.0

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

  Sources   Download

MIT

The Requires

 

The Development Requires