PHPackages                             phlexible/indexer-page-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. phlexible/indexer-page-bundle

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

phlexible/indexer-page-bundle
=============================

phlexible indexer page bundle

1.2.4(8y ago)051013MITPHPPHP &gt;=5.6.0

Since Jul 21Pushed 7y ago1 watchersCompare

[ Source](https://github.com/phlexible/indexer-page-bundle)[ Packagist](https://packagist.org/packages/phlexible/indexer-page-bundle)[ RSS](/packages/phlexible-indexer-page-bundle/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (15)Versions (13)Used By (3)

PhlexibleIndexerPageBundle
==========================

[](#phlexibleindexerpagebundle)

This bundle provides automatic indexing of the html output of nodes. Requires the PhlexibleIndexerBundle infrastructure.

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

[](#installation)

1. Download PhlexibleIndexerPageBundle using composer
2. Enable the Bundle
3. Clear the symfony cache

### Step 1: Download PhlexibleIndexerPageBundle using composer

[](#step-1-download-phlexibleindexerpagebundle-using-composer)

Add PhlexibleIndexerPageBundle by running the command:

```
$ php composer.phar require phlexible/indexer-page-bundle "~1.0.0"
```

Composer will install the bundle to your project's `vendor/phlexible` directory.

### Step 2: Enable the bundle

[](#step-2-enable-the-bundle)

Enable the bundle in the kernel:

```
