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. [DevOps &amp; Deployment](/categories/devops)
4. /
5. awsmug/wp-plugin-devops

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

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 6d 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

23

—

LowBetter than 25% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity40

Maturing project, gaining track record

 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://avatars.githubusercontent.com/u/663697?v=4)[Sven Wagener](/maintainers/mahype)[@mahype](https://github.com/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)
```

###  Alternatives

[pomander/pomander

Deployment for PHP

19615.7k2](/packages/pomander-pomander)[symfony-tools/docs-builder

The build system for Symfony's documentation

3668.5k1](/packages/symfony-tools-docs-builder)[mwltr/magedeploy2-base

Magento2 Deployment Setup using Robo and Deployer

425.3k](/packages/mwltr-magedeploy2-base)[enygma/composerclean

An additional command for Composer that removes configured files/directory

171.8k](/packages/enygma-composerclean)

PHPackages © 2026

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