PHPackages                             vertigolabs/doctrine-full-text-postgres-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. [Database &amp; ORM](/categories/database)
4. /
5. vertigolabs/doctrine-full-text-postgres-bundle

ActiveLibrary[Database &amp; ORM](/categories/database)

vertigolabs/doctrine-full-text-postgres-bundle
==============================================

A bundle for the VertigoLabs DoctrineFullTextPostgres package

v1.0.3(10y ago)05761MITPHP

Since Sep 20Pushed 10y ago1 watchersCompare

[ Source](https://github.com/jaimz22/DoctrineFullTextPostrgresBundle)[ Packagist](https://packagist.org/packages/vertigolabs/doctrine-full-text-postgres-bundle)[ RSS](/packages/vertigolabs-doctrine-full-text-postgres-bundle/feed)WikiDiscussions master Synced 1mo ago

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

DoctrineFullTextPostrgresBundle
===============================

[](#doctrinefulltextpostrgresbundle)

Symfony2 Bundle for the [DoctrineFullTextPostgres package](https://github.com/jaimz22/DoctrineFullTextPostrgres)

Install
-------

[](#install)

Add the DoctrineFullTextPostgresBundle to your composer.json:

```
{
    "require": {
        "vertigolabs/doctrine-full-text-postgres-bundle": "v1.0"
	}
}
```

Or require it directly with composer:

```
$ php composer.phar require vertigolabs/doctrine-full-text-postgres-bundle:v1.0
```

The bundle will be installed in your projects vendor directory in `vertigolabs/doctrine-full-text-postgres-bundle/`

Enable
------

[](#enable)

Add the bundle to your kernel:

```
