PHPackages                             rma/rmabdd\_light - 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. rma/rmabdd\_light

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

rma/rmabdd\_light
=================

Bundle pour gérer des extract de base de données en ligne de commande ou CRON

v0.5.6(7y ago)2862[1 issues](https://github.com/RonanSauvage/rmabdd_light/issues)1MITPHPPHP &gt;=5.3.9

Since Apr 10Pushed 7y ago1 watchersCompare

[ Source](https://github.com/RonanSauvage/rmabdd_light)[ Packagist](https://packagist.org/packages/rma/rmabdd_light)[ RSS](/packages/rma-rmabdd-light/feed)WikiDiscussions master Synced today

READMEChangelog (5)Dependencies (7)Versions (13)Used By (1)

[![SensioLabsInsight](https://camo.githubusercontent.com/ba64fdfa2fa958a8d422b20d5c2338a3a5955a5a8ee4479998fab899fd420a46/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f62333266326364312d663934312d343332372d623162352d3231393630643562626562652f736d616c6c2e706e67)](https://insight.sensiolabs.com/projects/b32f2cd1-f941-4327-b1b5-21960d5bbebe) [![Latest Stable Version](https://camo.githubusercontent.com/589f2c5c6f550ef004751daca8b31347d60d7f613894186410fc4bb622863b50/68747470733a2f2f706f7365722e707567782e6f72672f726d612f726d616264645f6c696768742f762f737461626c65)](https://packagist.org/packages/rma/rmabdd_light) [![Latest Unstable Version](https://camo.githubusercontent.com/be6c18b70774840651be6da956edc25c8ac4c069663c2276dfd8e3789f122650/68747470733a2f2f706f7365722e707567782e6f72672f726d612f726d616264645f6c696768742f762f756e737461626c65)](https://packagist.org/packages/rma/rmabdd_light)

Si vous souhaitez téléchargé rmaBDD comme Bundle, vous avez 2 possibilités :
----------------------------------------------------------------------------

[](#si-vous-souhaitez-téléchargé-rmabdd-comme-bundle-vous-avez-2-possibilités-)

> Utiliser Composer:

```
    $ composer require rma/rmabdd_light:~{last_version_stable}*

```

Via le fichier json :

```
    "require": {
        "rma/rmabdd_light":"~{last_version_stable}*"
    }

```

Activer dans votre app/AppKernel.php le bundle :

```
    new RMA\Bundle\DumpBundle\RMADumpBundle()

```

Ensuite, vous pouvez lancer composer update afin configurer votre bundle.

Dépendances
-----------

[](#dépendances)

```
"php": ">=5.6",
"symfony/symfony": ">=2.8.6|^3.2",
"doctrine/orm": "^2.4",
"doctrine/doctrine-bundle": "~1.4",
"symfony/monolog-bundle": "~2.4",
"sensio/distribution-bundle": ">=3.0|
