PHPackages                             jbouzekri/sculpin-search-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. jbouzekri/sculpin-search-bundle

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

jbouzekri/sculpin-search-bundle
===============================

Provides search in static site via indextank search engine

1.0.1(11y ago)2151MITPHP

Since Jul 16Pushed 11y ago1 watchersCompare

[ Source](https://github.com/jbouzekri/SculpinSearchBundle)[ Packagist](https://packagist.org/packages/jbouzekri/sculpin-search-bundle)[ Docs](https://github.com/jbouzekri/SculpinSearchBundle)[ RSS](/packages/jbouzekri-sculpin-search-bundle/feed)WikiDiscussions master Synced 2d ago

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

SculpinSearchBundle
===================

[](#sculpinsearchbundle)

This bundle provides a search engine using indextank service for your static site.

You can use the service [Indexden](http://indexden.com/).

You can see a working demo on the right column of my [personal french blog](http://blog.bouzekri.net).

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

[](#installation)

Using composer, add the dependancy to your composer.json :

```
"require": {
    "jbouzekri/sculpin-search-bundle": "1.*",
    "flaptor/indextank-php": "@dev"
},
"repositories": [
    {
        "type": "vcs",
        "url": "https://github.com/flaptor/indextank-php"
    }
]
```

And run the composer update command (indextank must be declared in your composer.json because the current stable version does not include the composer file moreover it is not yet on packagist so the repositories part is required)

Enable the bundle. If you have already have an app/SculpinKernel.php, add this bundle to it otherwise create the file with the following content :

```
