PHPackages                             deferdie/ferdoc - 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. deferdie/ferdoc

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

deferdie/ferdoc
===============

A Docker helper for PHP applications.

v0.1.7(8y ago)332MITPHP

Since Apr 7Pushed 4y ago1 watchersCompare

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

READMEChangelog (10)Dependencies (5)Versions (23)Used By (0)

ferdoc
======

[](#ferdoc)

A Docker helper for Laravel

About ferdoc
------------

[](#about-ferdoc)

A simple application that allows you to run multiple Laravel application within its own docker container. This application also makes use of jwilder/nginx-proxy which will allow you to access all of your web applications via foo.test.

### Installation:

[](#installation)

```
composer global require deferdie/ferdoc

```

If on Windows please run this in powershell: $Env:COMPOSE\_CONVERT\_WINDOWS\_PATHS=1

```
$Env:COMPOSE_CONVERT_WINDOWS_PATHS=1

```

If on Linux based systems please run this in bash: export COMPOSE\_CONVERT\_WINDOWS\_PATHS=1

```
export COMPOSE_CONVERT_WINDOWS_PATHS=1

```

### Usage

[](#usage)

CD in your project folder

### create a .env file

[](#create-a-env-file)

Within your project .env file add the following line:

```
APP_NAME=YOURAPPNAME

```

Please make sute that your APP\_NAME is unique for each project.

RUN

```
ferdoc docker init

```

After you finish answering the questions you will have a docker-compose.yml file in your project root and a docker directory containing all of your containers.

RUN

```
ferdoc build

```

This builds the images for your container.

RUN

```
ferdoc run

```

Starts all of your containers, you can now access the site in your browser.

Multiple websites
-----------------

[](#multiple-websites)

Run the same steps as above with different ports for nginx and mysql then run the below command.

RUN

```
ferdoc proxy start

```

License
-------

[](#license)

ferdoc is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity63

Established project with proven stability

 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.

###  Release Activity

Cadence

Every ~0 days

Total

17

Last Release

3001d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3ac44afec42def8d81628e3889bc148f1c9556af725fc39b9e8547aa4b1bf968?d=identicon)[deferdie](/maintainers/deferdie)

---

Top Contributors

[![deferdie](https://avatars.githubusercontent.com/u/14778675?v=4)](https://github.com/deferdie "deferdie (52 commits)")

---

Tags

docker

### Embed Badge

![Health badge](/badges/deferdie-ferdoc/health.svg)

```
[![Health](https://phpackages.com/badges/deferdie-ferdoc/health.svg)](https://phpackages.com/packages/deferdie-ferdoc)
```

###  Alternatives

[laravel/framework

The Laravel Framework.

34.8k543.8M19.6k](/packages/laravel-framework)[tempest/framework

The PHP framework that gets out of your way.

2.2k34.4k13](/packages/tempest-framework)[drupal/core

Drupal is an open source content management platform powering millions of websites and applications.

21866.0M1.7k](/packages/drupal-core)[matomo/matomo

Matomo is the leading Free/Libre open analytics platform

21.6k38.2k](/packages/matomo-matomo)[laravel/sail

Docker files for running a basic Laravel application.

1.9k205.7M1.3k](/packages/laravel-sail)[drupal/core-recommended

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

6942.5M406](/packages/drupal-core-recommended)

PHPackages © 2026

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