PHPackages                             awsmug/wp-plugin-devops - 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. awsmug/wp-plugin-devops

ActiveDev

awsmug/wp-plugin-devops
=======================

WordPress Plugin Devops for developing WordPress Plugins

2812Shell

Since Oct 12Pushed 7y ago1 watchersCompare

[ Source](https://github.com/awsmug/wp-plugin-devops)[ Packagist](https://packagist.org/packages/awsmug/wp-plugin-devops)[ RSS](/packages/awsmug-wp-plugin-devops/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

WordPress Plugin Devops (deprecated/discontinued)
=================================================

[](#wordpress-plugin-devops-deprecateddiscontinued)

Please use the [WP Devops](https://github.com/awsmug/wp-devops) instead of the WordPress Plugins devops.

Setting everything up
---------------------

[](#setting-everything-up)

### Requirements

[](#requirements)

For this library [Composer](https://getcomposer.org/download/) and [Docker](https://www.docker.com/) is required. Please install before starting.

### Install

[](#install)

Add WP Plugin Devops functionality by using Composer.

```
composer require awsmug/wp-plugin-devops:dev-master
```

Install the environment by setting up config files for git, composer, phpunit and so on.

```
vendor/bin/wpdevops install
```

Start the local server.

```
vendor/bin/wpdevops start
```

Stop the local server.

```
vendor/bin/wpdevops stop
```

After the changes were made, sync your data to the docker container.

```
vendor/bin/wpdevops sync
```

Clean up all automatic produced scripts.

```
vendor/bin/wpdevops clean
```

Local Development
-----------------

[](#local-development)

### Docker container for development

[](#docker-container-for-development)

The docker on which the environment is based contains.

- Nginx webserver
- WordPress
- WP-CLI
- PHP
- phpMyAdmin
- phpUnit
- Behat

Testing
-------

[](#testing)

### Travis

[](#travis)

You can connect your github account with travis and all your tests will be executed automatically on pushing your code to github.

#### phpUnit

[](#phpunit)

Put all your tests to the directory *'tests/phpunit'*.

### Behat

[](#behat)

Put all your .feature files to the directory *'tests/behat'* and all your FeatureContext class files to the directory *'tests/behat'*.

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity39

Early-stage or recently created project

 Bus Factor1

Top contributor holds 99.8% 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/5dc7d342bcd02cba9b59fe42c36154fe314c836b6247c3fe2920db512ab0bbed?d=identicon)[mahype](/maintainers/mahype)

---

Top Contributors

[![mahype](https://avatars.githubusercontent.com/u/663697?v=4)](https://github.com/mahype "mahype (501 commits)")[![fchastanet](https://avatars.githubusercontent.com/u/237869?v=4)](https://github.com/fchastanet "fchastanet (1 commits)")

### Embed Badge

![Health badge](/badges/awsmug-wp-plugin-devops/health.svg)

```
[![Health](https://phpackages.com/badges/awsmug-wp-plugin-devops/health.svg)](https://phpackages.com/packages/awsmug-wp-plugin-devops)
```

PHPackages © 2026

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