PHPackages                             comperio/search-config - 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. [Search &amp; Filtering](/categories/search)
4. /
5. comperio/search-config

ActiveLibrary[Search &amp; Filtering](/categories/search)

comperio/search-config
======================

The DomainSpecificQuery configuration for Comperio products

36PHP

Since Nov 4Pushed 12y ago1 watchersCompare

[ Source](https://github.com/comperio/SearchConfig)[ Packagist](https://packagist.org/packages/comperio/search-config)[ RSS](/packages/comperio-search-config/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (1)Used By (0)

SearchConfig
============

[](#searchconfig)

[![Build Status](https://camo.githubusercontent.com/3c762a1f1570663e436df67049924c47b97370ab3b18da56123cede7db1ca57f/68747470733a2f2f7472617669732d63692e6f72672f636f6d706572696f2f536561726368436f6e6669672e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/nicmart/SearchConfig)[![Coverage Status](https://camo.githubusercontent.com/dd7988fb56c857646c1dd45dfe727b7b4cc18cad1bc9f24e12709e12a061a2fe/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f636f6d706572696f2f536561726368436f6e6669672f62616467652e706e673f6272616e63683d6d6173746572)](https://coveralls.io/r/nicmart/SearchConfig?branch=master)[![Scrutinizer Quality Score](https://camo.githubusercontent.com/74ce1c218f2b7a89983beb3f4c87a28cb909779f45abe4211962bc8182de438c/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f636f6d706572696f2f536561726368436f6e6669672f6261646765732f7175616c6974792d73636f72652e706e673f733d31343031386163343063323238393965373266633435396461633836623238663030303231663362)](https://scrutinizer-ci.com/g/comperio/SearchConfig/)

The DomainSpecificQuery configuration for Comperio products.

Install
-------

[](#install)

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

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

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

```
