2017 © Pedro Peláez
 

library backup-bundle

Lets make a backup of the database

image

jma/backup-bundle

Lets make a backup of the database

  • Tuesday, May 16, 2017
  • by maarekj
  • Repository
  • 1 Watchers
  • 0 Stars
  • 68 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 1 % Grown

The README.md

JmaBackupBundle

Provide a simple Symfony 2 Bundle to backup database via one command., (*1)

Installing via Composer

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

Using and Setting Up

Kernel.php

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

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

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

Then to access this setup call:, (*3)

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

The Versions

16/05 2017

dev-master

9999999-dev

Lets make a backup of the database

  Sources   Download

MIT

The Requires

 

The Development Requires

by Joseph Maarek

16/05 2017

1.0.3

1.0.3.0

Lets make a backup of the database

  Sources   Download

MIT

The Requires

 

The Development Requires

by Joseph Maarek