dev-master
9999999-devThe DomainSpecificQuery configuration for Comperio products
MIT
The Requires
- php >=5.3.3
- comperio/domain-specific-query dev-master
The Development Requires
Wallogit.com
2017 © Pedro PelĂĄez
The DomainSpecificQuery configuration for Comperio products
The DomainSpecificQuery configuration for Comperio products., (*2)
The best way to install SearchConfig is through composer., (*3)
Just create a composer.json file for your project:, (*4)
{
"require": {
"comperio/search-config": "dev-master"
}
}
Then you can run these two commands to install it:, (*5)
$ 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., (*6)
Then you can include the autoloader, and you will have access to the library classes:, (*7)
<?php require 'vendor/autoload.php';
The DomainSpecificQuery configuration for Comperio products
MIT