yii2-backup

Database Backup and Restore functionality module extention for Yii2.

  • Owner: spanjeta/yii2-backup
  • Platform:
  • License:: Apache License 2.0
  • Category::
  • Topic:
  • Like:
    0
      Compare:

Github stars Tracking Chart

Yii2 Backup and Restore Database

Database Backup and Restore functionality

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist spanjeta/yii2-backup "*"

or add

"spanjeta/yii2-backup": "*"

to the require section of your composer.json file.

Usage

Once the extension is installed, simply add it in your config by :

Basic config/web.php

Advanced [backend, frontend, common]/config/main.php

    'modules'    => [
        'backup' => [
            'class' => 'spanjeta\modules\backup\Module',
        ],
        ...
        ...
    ],

make sure you create a writable directory named _backup on app root directory.

Usage

Pretty Url's /backup

No pretty Url's index.php?r=backup

Main metrics

Overview
Name With Ownerspanjeta/yii2-backup
Primary LanguagePHP
Program languagePHP (Language Count: 1)
Platform
License:Apache License 2.0
所有者活动
Created At2014-10-24 12:39:39
Pushed At2018-05-28 21:01:43
Last Commit At2018-05-15 10:12:46
Release Count5
Last Release Namev2.2 (Posted on )
First Release Namev1.0.0 (Posted on )
用户参与
Stargazers Count27
Watchers Count7
Fork Count13
Commits Count18
Has Issues Enabled
Issues Count17
Issue Open Count9
Pull Requests Count1
Pull Requests Open Count3
Pull Requests Close Count2
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private