PHPackages                             it-blaster/sphinx-search-propel-bundle - 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. [Search &amp; Filtering](/categories/search)
4. /
5. it-blaster/sphinx-search-propel-bundle

ActiveSymfony-bundle[Search &amp; Filtering](/categories/search)

it-blaster/sphinx-search-propel-bundle
======================================

Symfony2. Sphinx search this site with the use Propel ORM.

v1.0.0(11y ago)1149MITPHP

Since Apr 21Pushed 11y ago5 watchersCompare

[ Source](https://github.com/it-blaster/sphinx-search-propel-bundle)[ Packagist](https://packagist.org/packages/it-blaster/sphinx-search-propel-bundle)[ Docs](https://github.com/it-blaster/sphinx-search-propel-bundle)[ RSS](/packages/it-blaster-sphinx-search-propel-bundle/feed)WikiDiscussions master Synced 1mo ago

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

SphinxSearchPropelBundle
========================

[](#sphinxsearchpropelbundle)

[![Scrutinizer Code Quality](https://camo.githubusercontent.com/4b1de6d30f1f42cc15e0b885a8e2486e7797ffb160d0eddb8d77302975f058d0/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f69742d626c61737465722f737068696e782d7365617263682d70726f70656c2d62756e646c652f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/it-blaster/sphinx-search-propel-bundle/?branch=master) [![Build Status](https://camo.githubusercontent.com/244bb9df7e1a9a5d110da21f6d68134db3fabe98707b92cc87b95e43ec6368cf/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f69742d626c61737465722f737068696e782d7365617263682d70726f70656c2d62756e646c652f6261646765732f6275696c642e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/it-blaster/sphinx-search-propel-bundle/build-status/master)

Symfony2. Sphinx search this site with the use Propel ORM

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

[](#installation)

Добавьте **ItBlasterSphinxSearchPropelBundle** в `composer.json`:

```
{
    "require": {
        "it-blaster/sphinx-search-propel-bundle": "dev-master"
	},
}
```

Теперь запустите композер, чтобы скачать бандл командой:

```
$ php composer.phar update it-blaster/sphinx-search-propel-bundle
```

Композер установит бандл в папку проекта `vendor/it-blaster/sphinx-search-propel-bundle`.

Далее подключите бандл в ядре `AppKernel.php`:

```
