PHPackages                             eo/jms-payment-extra-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. eo/jms-payment-extra-bundle

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

eo/jms-payment-extra-bundle
===========================

MongoDB support for JMSPaymentCoreBundle

v0.1.1(11y ago)04.8k2[1 issues](https://github.com/eymengunay/EoJmsPaymentExtraBundle/issues)1MITPHP

Since Jun 2Pushed 11y ago1 watchersCompare

[ Source](https://github.com/eymengunay/EoJmsPaymentExtraBundle)[ Packagist](https://packagist.org/packages/eo/jms-payment-extra-bundle)[ RSS](/packages/eo-jms-payment-extra-bundle/feed)WikiDiscussions master Synced 2w ago

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

EoJmsPaymentExtraBundle
=======================

[](#eojmspaymentextrabundle)

Provides doctrine mongodb odm support for JMSPaymentCoreBundle.

> Use at your own risk: Recently there have been two fairly high profile field reports on MongoDB that show it in a very unfavorable light. The majority of the criticism centers on a combination of performance problems and data loss.

Prerequisites
-------------

[](#prerequisites)

This version of the bundle requires Symfony 2.1+, JMS Payment Core and Doctrine MongoDB.

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

[](#installation)

### Step 1: Download EoJmsPaymentExtraBundle using composer

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

Add EoJmsPaymentExtraBundle in your composer.json:

```
{
    "require": {
        "eo/jms-payment-extra-bundle": "dev-master"
    }
}

```

Now tell composer to download the bundle by running the command:

```
$ php composer.phar update eo/jms-payment-extra-bundle

```

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

### Step 2: Enable the bundle

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

Enable the bundle in the kernel:

```
