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 2mo 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 54% 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

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

[tightenco/jigsaw

Simple static sites with Laravel's Blade.

2.2k438.5k29](/packages/tightenco-jigsaw)[laravel/vapor-cli

The Laravel Vapor CLI

31310.7M8](/packages/laravel-vapor-cli)[ec-cube/ec-cube

EC-CUBE EC open platform.

78527.0k1](/packages/ec-cube-ec-cube)[aschmelyun/fleet

Run multiple Laravel Sail websites on your local environment

33269.5k](/packages/aschmelyun-fleet)[shopware/deployment-helper

Shopware deployment tools

19305.3k5](/packages/shopware-deployment-helper)

PHPackages © 2026

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