PHPackages                             artem163397/my\_crud - 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. artem163397/my\_crud

ActiveLibrary[Admin Panels](/categories/admin)

artem163397/my\_crud
====================

AdminLTE - admin control panel and dashboard that's based on Bootstrap 3

0108PHP

Since Jun 24Pushed 9y agoCompare

[ Source](https://github.com/Artem163397/my_crud)[ Packagist](https://packagist.org/packages/artem163397/my_crud)[ RSS](/packages/artem163397-my-crud/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependenciesVersions (1)Used By (0)

composer require artem163397/my\_crud "dev-master"

В файле config/web.php. В конце заменить

if (YII\_ENV\_DEV) { // configuration adjustments for 'dev' environment $config\['bootstrap'\]\[\] = 'debug'; $config\['modules'\]\['debug'\] = \[ 'class' =&gt; 'yii\\debug\\Module', // uncomment the following to add your IP if you are not connecting from localhost. //'allowedIPs' =&gt; \['127.0.0.1', '::1'\], \];

```
$config['bootstrap'][] = 'gii';
$config['modules']['gii'] = [
    'class' => 'yii\gii\Module',
    'generators' => [
        'crud' => [
            'class' => 'yii\gii\generators\crud\Generator',
            'templates' => ['My' => '@app/vendor/artem163397/my_crud']
        ]
    ],
    // uncomment the following to add your IP if you are not connecting from localhost.
    //'allowedIPs' => ['127.0.0.1', '::1'],
];

```

}

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/836d74829ce0fa2ad4d90f6bf3d3d10ad74656c7be3c32291b728eeb73ecec3c?d=identicon)[Artem163397](/maintainers/Artem163397)

---

Top Contributors

[![teo2022](https://avatars.githubusercontent.com/u/21157789?v=4)](https://github.com/teo2022 "teo2022 (11 commits)")

### Embed Badge

![Health badge](/badges/artem163397-my-crud/health.svg)

```
[![Health](https://phpackages.com/badges/artem163397-my-crud/health.svg)](https://phpackages.com/packages/artem163397-my-crud)
```

PHPackages © 2026

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