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 2w 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 26% 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

3238d 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

[laravel/framework

The Laravel Framework.

34.8k543.8M19.7k](/packages/laravel-framework)[composer/composer

Composer helps you declare, manage and install dependencies of PHP projects. It ensures you have the right stack everywhere.

29.5k196.2M3.1k](/packages/composer-composer)[friendsofphp/php-cs-fixer

A tool to automatically fix PHP code style

13.5k251.2M24.5k](/packages/friendsofphp-php-cs-fixer)[phpro/grumphp

A composer plugin that enables source code quality checks.

4.3k16.7M997](/packages/phpro-grumphp)[drupal/core

Drupal is an open source content management platform powering millions of websites and applications.

21866.0M1.7k](/packages/drupal-core)[pimcore/pimcore

Content &amp; Product Management Framework (CMS/PIM/E-Commerce)

3.8k3.8M497](/packages/pimcore-pimcore)

PHPackages © 2026

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