comperio / search-config
The DomainSpecificQuery configuration for Comperio products
dev-master
2013-11-04 16:43 UTC
Requires
- php: >=5.3.3
- comperio/domain-specific-query: dev-master
Requires (Dev)
- satooshi/php-coveralls: dev-master
This package is not auto-updated.
Last update: 2024-11-04 16:17:11 UTC
README
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';