PHPackages                             tonephp/eight-green-jumpers - 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. [Framework](/categories/framework)
4. /
5. tonephp/eight-green-jumpers

ActiveLibrary[Framework](/categories/framework)

tonephp/eight-green-jumpers
===========================

PHP Microframework

0.0.14(3y ago)027BSD-3-ClausePHPPHP &gt;=8.0.0

Since Sep 6Pushed 3y ago1 watchersCompare

[ Source](https://github.com/tonephp/eight-green-jumpers)[ Packagist](https://packagist.org/packages/tonephp/eight-green-jumpers)[ RSS](/packages/tonephp-eight-green-jumpers/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (1)Versions (15)Used By (0)

PHP 8 development environment with PHP-FPM, Nginx and MySQL, using Docker and Docker Compose
============================================================================================

[](#php-8-development-environment-with-php-fpm-nginx-and-mysql-using-docker-and-docker-compose)

You need to have Docker and Docker Compose installed on your server to proceed using this PHP environment.

The following three separate service containers will be used:

- An `app` service running PHP 8 FPM.
- A `db` service running MySQL.
- An `nginx` service that uses the `app` service to parse PHP code before serving the application to the final user.

Running the environment
-----------------------

[](#running-the-environment)

- Set the MySQL environment variables creating a `.env` file based on the `.env.example` file.
- Build the app image with the following command:

```
docker-compose build app
```

- When the build is finished, you can run the environment in background mode with:

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

- To show information about the state of your active services, run:

```
docker-compose ps
```

You can use the `docker-compose exec` command to execute commands in the service containers, such as an `ls -l` to show detailed information about files in the application directory:

```
docker-compose exec app ls -l
```

- Now go to your browser and access your server’s domain name or IP address on port `8000`: `http://server_domain_or_IP:8000`. In case you are running this demo on your local machine, use `http://localhost:8000` to access the application from your browser.
- You can use the logs command to check the logs generated by your services:

```
docker-compose logs nginx
```

- If you want to pause your Docker Compose environment while keeping the state of all its services, run:

```
docker-compose pause
```

- You can then resume your services with:

```
docker-compose unpause
```

- To shut down your Docker Compose environment and remove all of its containers, networks, and volumes, run:

```
docker-compose down
```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 90.5% 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 ~0 days

Total

14

Last Release

1344d ago

### Community

Maintainers

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

---

Top Contributors

[![enamine-packages](https://avatars.githubusercontent.com/u/86829573?v=4)](https://github.com/enamine-packages "enamine-packages (19 commits)")[![tonephp](https://avatars.githubusercontent.com/u/77553087?v=4)](https://github.com/tonephp "tonephp (2 commits)")

### Embed Badge

![Health badge](/badges/tonephp-eight-green-jumpers/health.svg)

```
[![Health](https://phpackages.com/badges/tonephp-eight-green-jumpers/health.svg)](https://phpackages.com/packages/tonephp-eight-green-jumpers)
```

###  Alternatives

[laravel/prompts

Add beautiful and user-friendly forms to your command-line applications.

708181.8M596](/packages/laravel-prompts)[laravel/pail

Easily delve into your Laravel application's log files directly from the command line.

91245.3M590](/packages/laravel-pail)[nette/bootstrap

🅱 Nette Bootstrap: the simple way to configure and bootstrap your Nette application.

68435.8M592](/packages/nette-bootstrap)[slim/psr7

Strict PSR-7 implementation

14818.0M411](/packages/slim-psr7)[drupal/core-recommended

Locked core dependencies; require this project INSTEAD OF drupal/core.

6939.5M343](/packages/drupal-core-recommended)[laminas/laminas-modulemanager

Modular application system for laminas-mvc applications

3025.7M228](/packages/laminas-laminas-modulemanager)

PHPackages © 2026

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