PHPackages                             simonsimcity/couchbase-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. simonsimcity/couchbase-bundle

ActiveSymfony-bundle[Database &amp; ORM](/categories/database)

simonsimcity/couchbase-bundle
=============================

Makes it easier to handle couchbases design-documents in symfony2

2.3.2(9y ago)41.3k2MITPHP

Since Aug 19Pushed 9y ago2 watchersCompare

[ Source](https://github.com/SimonSimCity/CouchbaseBundle)[ Packagist](https://packagist.org/packages/simonsimcity/couchbase-bundle)[ RSS](/packages/simonsimcity-couchbase-bundle/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (1)Versions (9)Used By (0)

CouchbaseBundle
===============

[](#couchbasebundle)

This bundle creates a Symfony2 integration for Couchbase. It currently adds commands to make it easier to automate import and export of design documents, stored in Couchbase and adds all Couchbase actions to the timeline in the Symfony2 profiler.

This bundle requires a specific version of the php-couchbase extension:

| PECL version | CouchbaseBundle version | | --------|---------|-------| | 2.2.x | 2.3.x | | 2.1.0 | 2.2.0 | | 2.0.7 | &lt;= 2.1.1 |

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

[](#installation)

Require [`simonsimcity/couchbase-bundle`](https://packagist.org/packages/simonsimcity/couchbase-bundle)into your `composer.json` file:

```
{
    "require": {
        "simonsimcity/couchbase-bundle": "dev-master"
    }
}
```

Register the bundle in your Kernel:

```
