2017 © Pedro PelĂĄez
 

library search-config

The DomainSpecificQuery configuration for Comperio products

image

comperio/search-config

The DomainSpecificQuery configuration for Comperio products

  • Monday, November 4, 2013
  • by nicmart
  • Repository
  • 1 Watchers
  • 3 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

SearchConfig

Build Status Coverage Status Scrutinizer Quality Score, (*1)

The DomainSpecificQuery configuration for Comperio products., (*2)

Install

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 Versions

04/11 2013

dev-master

9999999-dev

The DomainSpecificQuery configuration for Comperio products

  Sources   Download

MIT

The Requires

 

The Development Requires