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(9y ago)0264MITPHP

Since May 16Pushed 9y 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 3w ago

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 52% 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

3336d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1654977?v=4)[maarekj](/maintainers/maarekj)[@maarekj](https://github.com/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

[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.9M388](/packages/easycorp-easyadmin-bundle)[rcsofttech/audit-trail-bundle

Enterprise-grade, high-performance Symfony audit trail bundle. Automatically track Doctrine entity changes with split-phase architecture, multiple transports (HTTP, Queue, Doctrine), and sensitive data masking.

1189.8k](/packages/rcsofttech-audit-trail-bundle)[kimai/kimai

Kimai - Time Tracking

4.8k9.0k1](/packages/kimai-kimai)[ahmed-bhs/doctrine-doctor

Runtime analysis tool for Doctrine ORM integrated into Symfony Web Profiler. Unlike static linters, it analyzes actual query execution at runtime to detect performance bottlenecks, security vulnerabilities, and best practice violations during development with real execution context and data.

9410.8k](/packages/ahmed-bhs-doctrine-doctor)[2lenet/crudit-bundle

The easy like Crud'it Bundle.

1616.4k14](/packages/2lenet-crudit-bundle)

PHPackages © 2026

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