PHPackages                             open-ecommerce/yii2-backuprestore - 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. open-ecommerce/yii2-backuprestore

ActiveYii2-extension[Database &amp; ORM](/categories/database)

open-ecommerce/yii2-backuprestore
=================================

Database Backup and Restore functionality

v1.0(9y ago)94.2k10[11 issues](https://github.com/open-ecommerce/yii2-backuprestore/issues)1Apache-2.0PHP

Since Feb 12Pushed 9y ago5 watchersCompare

[ Source](https://github.com/open-ecommerce/yii2-backuprestore)[ Packagist](https://packagist.org/packages/open-ecommerce/yii2-backuprestore)[ RSS](/packages/open-ecommerce-yii2-backuprestore/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (1)

Yii2 Backup and Restore Database
================================

[](#yii2-backup-and-restore-database)

Database Backup and Restore functionality

This extension is base in:  and other yii1 similar backup-restore extensions I converted to yii2 and made it more intuitive using the Kartik extensions.

Demo
----

[](#demo)

Simple demo to see the screens and a proof of concept

Installation
------------

[](#installation)

Requirements I am usin some Kartik extensions that you will need to install and configure in order to work: php composer.phar require kartik-v/yii2-grid "*" php composer.phar require kartik-v/yii2-widget-fileinput "*"

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
php composer.phar require --prefer-dist open-ecommerce/yii2-backuprestore "dev-master"

```

or add

```
"open-ecommerce/yii2-backuprestore": "dev-master"

```

to the require section of your `composer.json` file.

Usage
-----

[](#usage)

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

Basic `config/web.php`

Advanced `[backend|frontend|common]/config/main.php`

>

```
    'backuprestore' => [
        'class' => '\oe\modules\backuprestore\Module',
        //'layout' => '@admin-views/layouts/main', or what ever layout you use
        ...
        ...
    ],

```

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

Pretty Url's `/backuprestore`

No pretty Url's `index.php?r=backuprestore`

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity29

Limited adoption so far

Community15

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

3376d ago

### Community

Maintainers

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

---

Top Contributors

[![eduardo-g-silva](https://avatars.githubusercontent.com/u/8415412?v=4)](https://github.com/eduardo-g-silva "eduardo-g-silva (19 commits)")

---

Tags

databasebackupyii2restore

### Embed Badge

![Health badge](/badges/open-ecommerce-yii2-backuprestore/health.svg)

```
[![Health](https://phpackages.com/badges/open-ecommerce-yii2-backuprestore/health.svg)](https://phpackages.com/packages/open-ecommerce-yii2-backuprestore)
```

###  Alternatives

[rah/danpu

Zero-dependency MySQL dump library for easily exporting and importing databases

64401.8k10](/packages/rah-danpu)[spanjeta/yii2-backup

Database Backup and Restore functionality

285.0k1](/packages/spanjeta-yii2-backup)[cornford/backup

An easy way backup and restore databases in Laravel.

4225.6k](/packages/cornford-backup)[dmstr/yii2-db

Database extensions

19618.8k6](/packages/dmstr-yii2-db)[sarfraznawaz2005/backupmanager

laravel package to backup/restore files and database.

313.7k](/packages/sarfraznawaz2005-backupmanager)

PHPackages © 2026

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