PHPackages                             gpskomsa/sphinx-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. gpskomsa/sphinx-config

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

gpskomsa/sphinx-config
======================

A zf2 module as a tool to build sphinx config files

0.1.1(9y ago)0651PHPPHP &gt;=5.3.3

Since Oct 20Pushed 6y ago1 watchersCompare

[ Source](https://github.com/gpskomsa/SphinxConfig)[ Packagist](https://packagist.org/packages/gpskomsa/sphinx-config)[ RSS](/packages/gpskomsa-sphinx-config/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (2)Versions (3)Used By (1)

SphinxConfig
============

[](#sphinxconfig)

A ZF2 module to control over sphinxsearch configuration

Introduction
------------

[](#introduction)

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

Installation
------------

[](#installation)

#### By cloning project

[](#by-cloning-project)

```
Clone this project into your ./vendor/ directory.

```

#### With composer

[](#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

[](#post-installation)

Enabling it in your application.config.phpfile.

```
