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

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

efureev/yii2-backuprestore
==========================

Database Backup and Restore functionality

025[1 PRs](https://github.com/efureev/yii2-backuprestore/pulls)PHP

Since Jul 28Pushed 6y ago1 watchersCompare

[ Source](https://github.com/efureev/yii2-backuprestore)[ Packagist](https://packagist.org/packages/efureev/yii2-backuprestore)[ RSS](/packages/efureev-yii2-backuprestore/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (1)Used By (0)

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

Either run

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

```

or add

```
"efureev/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`

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 75% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/62a6e061d1ccab4d5de8dcba717b7634f91e4842b32ca26420b8261c66104bf7?d=identicon)[efureev](/maintainers/efureev)

---

Top Contributors

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

### Embed Badge

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

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

###  Alternatives

[jdorn/sql-formatter

a PHP SQL highlighting library

3.9k117.2M118](/packages/jdorn-sql-formatter)[propel/propel1

Propel is an open-source Object-Relational Mapping (ORM) for PHP5.

8351.6M87](/packages/propel-propel1)[jfelder/oracledb

Oracle DB driver for Laravel

11518.4k](/packages/jfelder-oracledb)

PHPackages © 2026

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