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

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

yivic/yivic-dev-suite
=====================

Development Suite used for Yivic. We shared it to all

1706[1 issues](https://github.com/manhphuc/yivic-dev-suite/issues)[1 PRs](https://github.com/manhphuc/yivic-dev-suite/pulls)Shell

Since Sep 6Pushed 4mo ago5 watchersCompare

[ Source](https://github.com/manhphuc/yivic-dev-suite)[ Packagist](https://packagist.org/packages/yivic/yivic-dev-suite)[ RSS](/packages/yivic-yivic-dev-suite/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependenciesVersions (8)Used By (0)

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

[](#nginx-php-fpm-mysql-for-development---yivic-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 `yivic-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/yivic-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

30

—

LowBetter than 64% of packages

Maintenance51

Moderate activity, may be stable

Popularity11

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity39

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/70d332d0092ecb69dc11b79f51330c528f6ad52e4e4a2d03e7e51537b7a4e448?d=identicon)[manhphuc](/maintainers/manhphuc)

---

Top Contributors

[![manhphuc](https://avatars.githubusercontent.com/u/25941730?v=4)](https://github.com/manhphuc "manhphuc (11 commits)")

---

Tags

dockernginxphp-composerphp-fpmpython-dockerpython-docker-developmentwordpress-dockerwordpress-docker-development

### Embed Badge

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

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

###  Alternatives

[deployer/deployer

Deployment Tool

11.0k25.4M207](/packages/deployer-deployer)[appwrite/server-ce

End to end backend server for frontend and mobile apps.

55.3k84.2k](/packages/appwrite-server-ce)[pragmarx/health

Laravel Server &amp; App Health Monitor and Notifier

2.0k1.0M2](/packages/pragmarx-health)[felixfbecker/language-server-protocol

PHP classes for the Language Server Protocol

22476.7M6](/packages/felixfbecker-language-server-protocol)[heroku/heroku-buildpack-php

Toolkit for starting a PHP application locally, with or without foreman, using the same config for PHP and Apache2/Nginx as on Heroku

8161.3M10](/packages/heroku-heroku-buildpack-php)[tiamo/phpas2

PHPAS2 is a php-based implementation of the EDIINT AS2 standard

4674.7k](/packages/tiamo-phpas2)

PHPackages © 2026

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