2017 © Pedro Peláez
 

library sphinx-config

A zf2 module as a tool to build sphinx config files

image

gpskomsa/sphinx-config

A zf2 module as a tool to build sphinx config files

  • Monday, September 12, 2016
  • by gpskomsa
  • Repository
  • 1 Watchers
  • 0 Stars
  • 32 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

SphinxConfig

A ZF2 module to control over sphinxsearch configuration, (*1)

Introduction

SphinxConfig is a module for Zend Framework 2 to build and to control over configuration files of SphinxSearch servers., (*2)

Installation

By cloning project

Clone this project into your ./vendor/ directory.

With composer

Add this project in your composer.json:

"require": {
    "gpskomsa/sphinx-config": "dev-master"
}

Now tell composer to download SphinxConfig by running the command:

$ php composer.phar update

Post installation

Enabling it in your application.config.phpfile., (*3)

<?php
return array(
    'modules' => array(
        // ...
        'SphinxConfig',
    ),
    // ...
);

Options

The SphinxConfig module has some options to allow you to customize the basic functionality. After installing SphinxConfig, copy ./vendor/gpskomsa/sphinxconfig/config/sphinx-config.global.php.dist to ./config/autoload/sphinx-config.global.php and change the values as desired., (*4)

The following options are available:, (*5)

  • config_id - current config id, in fact, the name of configuration files from wich the data will be loaded by default.
  • config_dir - the directory that contains file structure with configuration files
  • render_dir - the directory to put in generated config files in sphinx format

The Versions

12/09 2016

dev-master

9999999-dev

A zf2 module as a tool to build sphinx config files

  Sources   Download

The Requires

 

zf2 sphinx

12/09 2016

0.1.1

0.1.1.0

A zf2 module as a tool to build sphinx config files

  Sources   Download

The Requires

 

zf2 sphinx

20/10 2015

0.1.0

0.1.0.0

A zf2 module as a tool to build sphinx config files

  Sources   Download

The Requires

 

zf2 sphinx