PHPackages                             pistol88/yii2-staffer - 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. pistol88/yii2-staffer

ActiveYii2-extension[Admin Panels](/categories/admin)

pistol88/yii2-staffer
=====================

CRUD for a firm staffers

1182PHP

Since Aug 1Pushed 8y ago4 watchersCompare

[ Source](https://github.com/pistol88/yii2-staffer)[ Packagist](https://packagist.org/packages/pistol88/yii2-staffer)[ RSS](/packages/pistol88-yii2-staffer/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

Yii2-staffer
============

[](#yii2-staffer)

Справочник сотрудников (только бекенд).

В состав входит возможность управлять (CRUD):

- Сотрудники (имя, фото, статус)
- Категории сотрудников

Установка
---------

[](#установка)

Выполнить команду

```
php composer require pistol88/yii2-staffer "*"

```

Или добавить в composer.json

```
"pistol88/yii2-staffer": "*",

```

И выполнить

```
php composer update

```

Далее, мигрируем базу:

```
php yii migrate --migrationPath=vendor/pistol88/yii2-staffer/migrations

```

Не забываем выполнить миграцию модулуй, от которых зависит staffer

Настройка
---------

[](#настройка)

В секцию modules конфига добавить:

```
    'modules' => [
        //..
        'staffer' => [
            'class' => 'pistol88\staffer\Module',
            'adminRoles' => ['administrator'],
        ],
        //..
    ]

```

В секцию components:

```
        'staffer' => [
            'class' => 'pistol88\staffer\Staffer',
        ],

```

Использование
-------------

[](#использование)

- ?r=staffer/staffer/index - сотрудники
- ?r=staffer/category/index - категории

Виджеты
-------

[](#виджеты)

Виджеты в разработке.

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity43

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 68.4% 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/30aa23b0866557cfaf8fba075bde99f331f4cc0c4eae50b37af0fe78b2c862b6?d=identicon)[pistol88](/maintainers/pistol88)

---

Top Contributors

[![pistol88](https://avatars.githubusercontent.com/u/8104605?v=4)](https://github.com/pistol88 "pistol88 (54 commits)")[![halumein](https://avatars.githubusercontent.com/u/5361342?v=4)](https://github.com/halumein "halumein (23 commits)")[![AlChilyakov](https://avatars.githubusercontent.com/u/18215959?v=4)](https://github.com/AlChilyakov "AlChilyakov (1 commits)")[![usesgraphcrt](https://avatars.githubusercontent.com/u/17561572?v=4)](https://github.com/usesgraphcrt "usesgraphcrt (1 commits)")

### Embed Badge

![Health badge](/badges/pistol88-yii2-staffer/health.svg)

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

###  Alternatives

[jeroennoten/laravel-adminlte

Easy AdminLTE integration with Laravel

4.0k4.8M43](/packages/jeroennoten-laravel-adminlte)[dmstr/yii2-adminlte-asset

AdminLTE backend theme asset bundle for Yii 2.0 Framework

1.1k1.8M67](/packages/dmstr-yii2-adminlte-asset)[dwij/laraadmin

LaraAdmin is a Open source Laravel Admin Panel / CMS which can be used as Admin Backend, Data Management Tool or CRM boilerplate for Laravel with features like CRUD Generation, Module Manager, Media, Menus, Backups and much more

1.6k68.7k](/packages/dwij-laraadmin)[filament/spatie-laravel-media-library-plugin

Filament support for `spatie/laravel-medialibrary`.

1764.8M125](/packages/filament-spatie-laravel-media-library-plugin)[bezhansalleh/filament-exceptions

A Simple &amp; Beautiful Pluggable Exception Viewer for FilamentPHP's Admin Panel

193195.9k13](/packages/bezhansalleh-filament-exceptions)[filament/infolists

Easily add beautiful read-only infolists to any Livewire component.

1220.8M36](/packages/filament-infolists)

PHPackages © 2026

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