PHPackages                             dlevacher/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. [File &amp; Storage](/categories/file-storage)
4. /
5. dlevacher/backup-bundle

ActiveLibrary[File &amp; Storage](/categories/file-storage)

dlevacher/backup-bundle
=======================

Lets make a backup of the database

0.1.0(10y ago)019MITPHP

Since Oct 2Pushed 9y ago2 watchersCompare

[ Source](https://github.com/dlevacher/BackupBundle)[ Packagist](https://packagist.org/packages/dlevacher/backup-bundle)[ RSS](/packages/dlevacher-backup-bundle/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependenciesVersions (2)Used By (0)

DlevacherBackupBundle
=====================

[](#dlevacherbackupbundle)

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

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

[](#installing-via-composer)

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

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

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

### Kernel.php

[](#kernelphp)

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

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

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

Then to access this setup call:

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

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 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

3924d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1e59a3dce2ab62c117c6103a63610b3d37b12a5fc062c2e360b8b37ebfea91b8?d=identicon)[dlevacher](/maintainers/dlevacher)

---

Top Contributors

[![dlevacher](https://avatars.githubusercontent.com/u/5081540?v=4)](https://github.com/dlevacher "dlevacher (1 commits)")

### Embed Badge

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

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

###  Alternatives

[venveo/craft-compress

Create smart zip files from Craft assets on the fly

124.7k](/packages/venveo-craft-compress)

PHPackages © 2026

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