Skip to content

A configuration for the DomainSpecificQuery compilers used in Comperio products.

License

Notifications You must be signed in to change notification settings

comperio/SearchConfig

Repository files navigation

SearchConfig

Build Status Coverage Status Scrutinizer Quality Score

The DomainSpecificQuery configuration for Comperio products.

Install

The best way to install SearchConfig is through composer.

Just create a composer.json file for your project:

{
    "require": {
        "comperio/search-config": "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

A configuration for the DomainSpecificQuery compilers used in Comperio products.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages