PHPackages                             dreamzml/yii2-simplegitpublish - 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. [DevOps &amp; Deployment](/categories/devops)
4. /
5. dreamzml/yii2-simplegitpublish

ActiveProject[DevOps &amp; Deployment](/categories/devops)

dreamzml/yii2-simplegitpublish
==============================

yii2 git publish test system

1.4.3(6y ago)0337MITPHP

Since Jul 19Pushed 5y ago1 watchersCompare

[ Source](https://github.com/dreamzml/yii2-simplegitpublish)[ Packagist](https://packagist.org/packages/dreamzml/yii2-simplegitpublish)[ RSS](/packages/dreamzml-yii2-simplegitpublish/feed)WikiDiscussions master Synced yesterday

READMEChangelog (1)Dependencies (3)Versions (19)Used By (0)

Simple Git publish
==================

[](#simple-git-publish)

This Module Extension for Yii 2, Small teams, multi project development, testing model

For license information check the [LICENSE](LICENSE.md)-file.

Installation
------------

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
php composer.phar require dreamzml/yii2-simplegitpublish --prefer-dist

```

or add

```
"dreamzml/yii2-simplegitpublish": "*"

```

to the require-dev section of your `composer.json` file.

Usage
-----

[](#usage)

Once the extension is installed, simply modify your application configuration as follows:

```
return [
    'modules' => [
        'gitpublish' => [
            'class' => 'dreamzml\SimpleGitPublish\Module',
            'allowedIPs' => ['127.0.0.1', '::1'],            // if set ['*'] allow all ip
            'monitors'   => [
                    'MASTER'=>'123456',    // MASTER allow push to master branch
                    'TESTER'=>'111',
                ], //allow users, if set * allow all user
        ],
    ],
    // ...
];
```

You can then access Gii through the following URL:

```
http://localhost/path/to/index.php?r=gitpublish

```

or if you have enabled pretty URLs, you may use the following URL:

```
http://localhost/path/to/index.php/gitpublish

```

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity71

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

Total

18

Last Release

2435d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/e5d0b6317ad3466c2519525d478c77b50d5f58b8f653e9a4681e179a8fdf0a5e?d=identicon)[dreamzml](/maintainers/dreamzml)

---

Top Contributors

[![dreamzml](https://avatars.githubusercontent.com/u/3755355?v=4)](https://github.com/dreamzml "dreamzml (96 commits)")

### Embed Badge

![Health badge](/badges/dreamzml-yii2-simplegitpublish/health.svg)

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

###  Alternatives

[skeeks/cms

SkeekS CMS — control panel and tools based on php framework Yii2

13825.6k47](/packages/skeeks-cms)[mongosoft/yii2-soap-server

SOAP Server Extension for Yii 2

25265.1k](/packages/mongosoft-yii2-soap-server)

PHPackages © 2026

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