PHPackages                             ytubes/backup - 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. ytubes/backup

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

ytubes/backup
=============

Бекап модуль

0.0.3(8y ago)036PHPPHP ^5.6 || ^7.0

Since Jul 23Pushed 8y agoCompare

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

READMEChangelog (4)Dependencies (4)Versions (5)Used By (0)

ytubes
======

[](#ytubes)

Модуль резеврного копирования

Composer
--------

[](#composer)

```
"require": {
    "ytubes/backup": ">=0.0.1"
},
```

Подключение
-----------

[](#подключение)

backend/config/components.php, console/config/components.php, прописать:

```
'components' => [
    'modules' => [
        'backup' => [
            'class' => 'ytubes\backup\Module',
            'enableCompression' => true,
            'backupDirectory' => dirname(dirname(__DIR__)) . '/backup',
        ],
    ],
],
```

Крон
----

[](#крон)

Для периодического бэкапа (раз в сутки):

```
\ytubes\backend\cron\jobs\Backup 01 00 * * *

```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity51

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

Every ~9 days

Total

4

Last Release

3191d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/309d3bbc61cda9dee096a722d5e252501bbed565f7bbed1605fb8d7355df4c84?d=identicon)[ytubes](/maintainers/ytubes)

---

Top Contributors

[![ytubes](https://avatars.githubusercontent.com/u/29330950?v=4)](https://github.com/ytubes "ytubes (8 commits)")

### Embed Badge

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

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

###  Alternatives

[mihaildev/yii2-elfinder

Yii2 ElFinder

169658.8k52](/packages/mihaildev-yii2-elfinder)[devgroup/yii2-dropzone

Yii2 Dropzone widget

1051.6k1](/packages/devgroup-yii2-dropzone)[zxbodya/yii2-elfinder

Extension to use elFinder 1.x file manager in Yii2 application

1035.7k3](/packages/zxbodya-yii2-elfinder)

PHPackages © 2026

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