PHPackages                             ytubes/videos-admin - 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. [Admin Panels](/categories/admin)
4. /
5. ytubes/videos-admin

ActiveLibrary[Admin Panels](/categories/admin)

ytubes/videos-admin
===================

Пакет для администрирования видео

0.1.5(8y ago)0114PHPPHP ^5.6 || ^7.0

Since Jun 14Pushed 8y agoCompare

[ Source](https://github.com/ytubes/videos-admin)[ Packagist](https://packagist.org/packages/ytubes/videos-admin)[ RSS](/packages/ytubes-videos-admin/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (10)Dependencies (5)Versions (11)Used By (0)

Admin videos
============

[](#admin-videos)

Модуль видео для админки

Composer
--------

[](#composer)

```
"require": {
    "ytubes/videos-admin": "~0.1"
},
```

Подключение модуля в админке:
-----------------------------

[](#подключение-модуля-в-админке)

В приложении backend backend/config/components.php прописать:

```
'modules' => [
    'videos' => [
        'class' => 'ytubes\videos\admin\Module',
    ],
],
```

Для миграций
------------

[](#для-миграций)

В консольном приложении: console/config/components.php прописать:

```
'controllerMap' => [
    'migrate' => [
        'class' => 'yii\console\controllers\MigrateController',
           'migrationPath' => [
                '@vendor/ytubes/videos-admin/migrations',
        ],
    ],
],
```

Крон
----

[](#крон)

Также для нормальной работы нужные воркеры для крона:

```
\ytubes\videos\admin\cron\jobs\RecalculateCTR */2 * * * *
\ytubes\videos\admin\cron\jobs\SwitchTestImage */2 * * * *
\ytubes\videos\admin\cron\jobs\ShiftCheckpoint */2 * * * *
\ytubes\videos\admin\cron\jobs\SetCategoriesThumbs */5 * * * * (раз в пять минут)

```

###  Health Score

25

—

LowBetter than 36% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity54

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 ~15 days

Total

10

Last Release

3161d 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 (111 commits)")

### Embed Badge

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

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

###  Alternatives

[craftcms/cms

Craft CMS

3.6k3.6M2.9k](/packages/craftcms-cms)[fancyecommerce/fec_admin

fancy ecommerce

6312.2k1](/packages/fancyecommerce-fec-admin)[dmstr/yii2-backend-module

Admin Dashboard

1974.1k3](/packages/dmstr-yii2-backend-module)

PHPackages © 2026

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