PHPackages                             jma/backup-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. jma/backup-bundle

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

jma/backup-bundle
=================

Lets make a backup of the database

1.0.3(8y ago)0264MITPHP

Since May 16Pushed 8y ago1 watchersCompare

[ Source](https://github.com/maarekj/JmaBackupBundle)[ Packagist](https://packagist.org/packages/jma/backup-bundle)[ RSS](/packages/jma-backup-bundle/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (3)Versions (2)Used By (0)

JmaBackupBundle
===============

[](#jmabackupbundle)

Provide a simple Symfony 2 Bundle to backup database via one command.

Installing via Composer
-----------------------

[](#installing-via-composer)

```
{
    "require": {
        "jma/backup-bundle": "dev-master"
    }
}
```

Using and Setting Up
--------------------

[](#using-and-setting-up)

### Kernel.php

[](#kernelphp)

```
public function registerBundles() {
  $bundles = array(
    new Jma\BackupBundle()
  );
}
```

To provide custom backup dir. Add a config options in your config.yml, like:

```
jma_backup:
    dir: "%kernel.root_dir%/backup"
```

Then to access this setup call:

```
$this->get('jma_backup.dir');
```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

3282d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/e3f8082ae04661ebf834fbe9e1afea4509332acff13c9316e8e3ffe4e32ca92a?d=identicon)[maarekj](/maintainers/maarekj)

---

Top Contributors

[![maarekj](https://avatars.githubusercontent.com/u/1654977?v=4)](https://github.com/maarekj "maarekj (8 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/jma-backup-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/jma-backup-bundle/health.svg)](https://phpackages.com/packages/jma-backup-bundle)
```

###  Alternatives

[damienharper/auditor-bundle

Integrate auditor library in your Symfony projects.

4542.8M](/packages/damienharper-auditor-bundle)[kimai/kimai

Kimai - Time Tracking

4.6k7.4k1](/packages/kimai-kimai)[forkcms/forkcms

Fork is an open source CMS that will rock your world.

1.2k44.5k](/packages/forkcms-forkcms)[petkopara/crud-generator-bundle

Symfony3 bundle for CRUD generation with pagination, filtering, sorting, page size, bulk delete and bootstrap3 markup. This Generator supports Doctrine association mapping.

7257.9k](/packages/petkopara-crud-generator-bundle)[pixelfederation/doctrine-resettable-em-bundle

Symfony bundle for decorating default entity managers using a resettable decorator.

20113.5k](/packages/pixelfederation-doctrine-resettable-em-bundle)[petkopara/multi-search-bundle

Symfony bundle for Multi Criteria Search for doctrine entities using Form or Service.

1766.2k3](/packages/petkopara-multi-search-bundle)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
