PHPackages                             wdmg/yii2-services - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. wdmg/yii2-services

ActiveYii2-extension[Utility &amp; Helpers](/categories/utility)

wdmg/yii2-services
==================

System Service Manager

2.0.0(2y ago)252221MITPHP

Since May 21Pushed 2y ago3 watchersCompare

[ Source](https://github.com/wdmg/yii2-services)[ Packagist](https://packagist.org/packages/wdmg/yii2-services)[ Docs](https://github.com/wdmg/yii2-services)[ RSS](/packages/wdmg-yii2-services/feed)WikiDiscussions master Synced today

READMEChangelog (2)Dependencies (3)Versions (17)Used By (1)

[![Yii2](https://camo.githubusercontent.com/3f29058a9886ae3e9efc09df82d551051f8ea6c8da1176d9e8ca8a64be6f9b40/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f72657175697265642d596969325f76322e302e34302d626c75652e737667)](https://packagist.org/packages/yiisoft/yii2)[![Downloads](https://camo.githubusercontent.com/e93c6697bf2fa25621a94261aac4e270ee4a6e554cbf22aa06fd4d6d9192b3a6/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f77646d672f796969322d73657276696365732e737667)](https://packagist.org/packages/wdmg/yii2-services)[![Packagist Version](https://camo.githubusercontent.com/09fe40e5814424192fdaf36ce74de0def344e26d978eab167cf362d79fcb446b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f77646d672f796969322d73657276696365732e737667)](https://packagist.org/packages/wdmg/yii2-services)[![Progress](https://camo.githubusercontent.com/d2c102b075c16f8a841e697b04c43bc93c8d092c5795ad8b3090d7fa993c258a/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f70726f67726573732d72656164795f746f5f7573652d677265656e2e737667)](https://camo.githubusercontent.com/d2c102b075c16f8a841e697b04c43bc93c8d092c5795ad8b3090d7fa993c258a/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f70726f67726573732d72656164795f746f5f7573652d677265656e2e737667)[![GitHub license](https://camo.githubusercontent.com/91945601f7570d1571f7a02cee6c43e0942c789f41f3a07c83ff245ec45b1568/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f77646d672f796969322d73657276696365732e737667)](https://github.com/wdmg/yii2-services/blob/master/LICENSE)

[![Yii2 Services Module](./docs/images/yii2-services.png)](./docs/images/yii2-services.png)

Yii2 Services Module
====================

[](#yii2-services-module)

System Service Manager for Yii2.

This module is an integral part of the [Butterfly.СMS](https://butterflycms.com/) content management system, but can also be used as an standalone extension.

Copyrights (c) 2019-2021 [W.D.M.Group, Ukraine](https://wdmg.com.ua/)

Requirements
============

[](#requirements)

- PHP 5.6 or higher
- Yii2 v.2.0.40 and newest
- [Yii2 Base](https://github.com/wdmg/yii2-base) module (required)
- [Yii2 Activity](https://github.com/wdmg/yii2-activity) module (support/optionaly)
- [Yii2 Stats](https://github.com/wdmg/yii2-stats) module (support/optionaly)
- [Yii2 Users](https://github.com/wdmg/yii2-users) module (support/optionaly)
- [Yii2 Mailer](https://github.com/wdmg/yii2-mailer) module (support/optionaly)
- [Yii2 API](https://github.com/wdmg/yii2-api) module (support/optionaly)
- [Yii2 Search](https://github.com/wdmg/yii2-search) module (support/optionaly)
- [Yii2 RSS](https://github.com/wdmg/yii2-rss) module (support/optionaly)
- [Yii2 Yandex.Turbo](https://github.com/wdmg/yii2-turbo) module (support/optionaly)
- [Yii2 Google AMP](https://github.com/wdmg/yii2-amp) module (support/optionaly)
- [Yii2 Sitemap](https://github.com/wdmg/yii2-sitemap) module (support/optionaly)

Installation
============

[](#installation)

To install the module, run the following command in the console:

`$ composer require "wdmg/yii2-services"`

After configure db connection, run the following command in the console:

`$ php yii services/init`

And select the operation you want to perform:

1. Restore directory rights
2. Clear runtime cache
3. Clear web cache
4. Clear the all system cache

Configure
=========

[](#configure)

To add a module to the project, add the following data in your configuration file:

```
'modules' => [
    ...
    'services' => [
        'class' => 'wdmg\services\Module',
        'routePrefix' => 'admin'
    ],
    ...
],

```

Routing
=======

[](#routing)

Use the `Module::dashboardNavItems()` method of the module to generate a navigation items list for NavBar, like this:

```

```

Status and version \[ready to use\]
===================================

[](#status-and-version-ready-to-use)

- v.2.0.0 - Update copyrights, fix nav menu
- v.1.1.12 - Update dependencies, README.md
- v.1.1.11 - Update README.md and dependencies

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity67

Established project with proven stability

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

Recently: every ~323 days

Total

16

Last Release

1052d ago

Major Versions

0.0.2 → 1.0.02019-05-21

1.1.12 → 2.0.02023-06-25

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1635637?v=4)[Alexsander Vyshnyvetskyy](/maintainers/alex-wdmg)[@alex-wdmg](https://github.com/alex-wdmg)

---

Top Contributors

[![alex-wdmg](https://avatars.githubusercontent.com/u/1635637?v=4)](https://github.com/alex-wdmg "alex-wdmg (36 commits)")

---

Tags

yii2serviceswdmgyii2-services

### Embed Badge

![Health badge](/badges/wdmg-yii2-services/health.svg)

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

PHPackages © 2026

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