PHPackages                             enpii/enpii-dev-suite - 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. enpii/enpii-dev-suite

ActiveDev-suite[Utility &amp; Helpers](/categories/utility)

enpii/enpii-dev-suite
=====================

Development Suite used for Enpii. We shared it to all

v0.2.0(6y ago)510Shell

Since Dec 23Pushed 4y ago1 watchersCompare

[ Source](https://github.com/npbtrac/enpii-dev-suite)[ Packagist](https://packagist.org/packages/enpii/enpii-dev-suite)[ RSS](/packages/enpii-enpii-dev-suite/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (5)Used By (0)

Nginx, PHP-FPM, MySql for development - Enpii Team
==================================================

[](#nginx-php-fpm-mysql-for-development---enpii-team)

Overview
--------

[](#overview)

This is a development suite for development with PHP. It can be easily deployed with 1 or 2 commands. It includes:

- Nginx (`nginx_main` for serving as a proxy server)
- PHP-FPM (`php72_fpm`, `php_latest_fpm` for executing PHP scripts via FastCGI of Nginx)
- MySQL (`mysql57`, `mysql80` database, we have 5.7 for the stable and 8.0 is latest one)
- PhpMyAdmin (`phpmyadmin` tool for managing database)

---

Install prerequisites
---------------------

[](#install-prerequisites)

For now, this project has been mainly created for Unix `(Linux/MacOS)`. Perhaps it could work on Windows.

All requisites should be available for your distribution. The most important are :

- [Git](https://git-scm.com/downloads)
- [Docker](https://docs.docker.com/engine/installation/)
- [Docker Compose](https://docs.docker.com/compose/install/)

Check if `docker-compose` is already installed by entering the following command :

```
which docker-compose
```

Check Docker Compose compatibility :

- [Compose file version 3 reference](https://docs.docker.com/compose/compose-file/)

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

[](#installation)

- Clone or download the project
- Change directory to the specified directory (default to `enpii-dev-suite`)

```
cd
# Init the .env file, then you can repair value needed to be updated, or you can copy `.env.example` -> `.env`
./scripts/init-env-file.sh

# Init dev suite, you can add first option for the namespace of dev suite to overwrite the one in .env file
./scripts/init-dev-suite.sh
```

`chmod +x /scripts/init-dev-suite.sh` if you can't execute it For Mac user, it's better to create it inside your home, e.g `` = `~/workspace/enpii-dev-suite/`

- Repair params on `docker-compose.yml` of `etc/*.conf` or `etc/*.ini` files to match your local
- Run Docker Compose

```
docker-compose up -d
```

- Wait for several mins and you'll have:
    - Nginx (work as a webserver)
    - PHP-FPM (PHP execution server)
    - MySql
    - phpmyadmin (should connect to mysql via host host.docker.internal)
    - We include MySQL in docker containers but because we believe database is important and you may lose you db once docker failed. Using a database server on local machine is out proposal: use `host.docker.internal` (for mac), `10.0.2.2` (for docker machine) for the hostname to connect to your main machine.

Using
-----

[](#using)

### PHP related commands

[](#php-related-commands)

#### PHP composer

[](#php-composer)

- Run the PHP composer container which your project folder on local machine bound to `/var/www/html` of composer container

```
docker-compose run --rm -v /path/to/your/project/folder:/var/www/html php72_cli composer update
```

#### WP CLI

[](#wp-cli)

```
docker-compose run --rm -v /path/to/your/project/folder:/var/www/html php72_cli wp plugin list
```

#### Running phpunit

[](#running-phpunit)

```
docker-compose run --rm -v /path/to/your/test/folder:/var/www/html php72_cli phpunit
```

#### Running codeception test

[](#running-codeception-test)

```
docker-compose run --rm -v /path/to/your/test/folder:/var/www/html php72_cli codecept
```

Similar thing if you want to use php\_latest (use php\_latest\_cli instead)

### SSDB (Redis like service but running on SSD)

[](#ssdb-redis-like-service-but-running-on-ssd)

- `ssdb` is the instance
- `phpssdbadmin` is the GUI manager of SSDB, http://:${PHPSSDBADMIN\_WEB\_EXPOSING\_PORT}, user: `admin`, password: `password`

---

Help us
-------

[](#help-us)

Any thought, feedback or issues, please put it here

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 84.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.

###  Release Activity

Cadence

Every ~41 days

Total

2

Last Release

2291d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/7f8da7894da0f0f0b698496fd19ce845bbfe19987b5e990fa6793715b4698464?d=identicon)[npbtrac](/maintainers/npbtrac)

---

Top Contributors

[![npbtrac](https://avatars.githubusercontent.com/u/295365?v=4)](https://github.com/npbtrac "npbtrac (27 commits)")[![loikimle](https://avatars.githubusercontent.com/u/50190659?v=4)](https://github.com/loikimle "loikimle (5 commits)")

### Embed Badge

![Health badge](/badges/enpii-enpii-dev-suite/health.svg)

```
[![Health](https://phpackages.com/badges/enpii-enpii-dev-suite/health.svg)](https://phpackages.com/packages/enpii-enpii-dev-suite)
```

###  Alternatives

[arara/process

Provides a better API to work with processes on Unix-like systems

16861.7k2](/packages/arara-process)[ezsystems/ezautosave-ls

Content editing autosave extension for eZ Publish legacy

22423.2k3](/packages/ezsystems-ezautosave-ls)[copyleaks/php-plagiarism-checker

Copyleaks detects online plagiarism and checks content distribution. Use Copyleaks to find out if textual content is original and where it has been used before. This package shows how to integrate with the Copyleaks cloud to search for copyright infringement.

5066.4k](/packages/copyleaks-php-plagiarism-checker)[teknomavi/tcmb

T.C. Merkez Bankası üzerinden güncel döviz kurlarını çeker

7019.2k](/packages/teknomavi-tcmb)[silverstripe/multiform

SilverStripe forms with multiple steps, flow control and state persistence

3156.0k3](/packages/silverstripe-multiform)[kolab/calendar

Calendar plugin

3010.5k](/packages/kolab-calendar)

PHPackages © 2026

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