PHPackages                             mydropteam/docker-devbox - 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. mydropteam/docker-devbox

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

mydropteam/docker-devbox
========================

Docker Box for developpers

4162[1 issues](https://github.com/mydropteam/docker-devbox/issues)[1 PRs](https://github.com/mydropteam/docker-devbox/pulls)JavaScript

Since Oct 12Pushed 7y ago8 watchersCompare

[ Source](https://github.com/mydropteam/docker-devbox)[ Packagist](https://packagist.org/packages/mydropteam/docker-devbox)[ RSS](/packages/mydropteam-docker-devbox/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (1)DependenciesVersions (1)Used By (0)

drupal-devbox
=============

[](#drupal-devbox)

Drupal devbox is a configuration starter for a Docker environment to provide by default a LAMP Stack with XhProof, mailhog and xhgui.

@see:

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

[](#installation)

### Linux (debian / Ubuntu / etc...)

[](#linux-debian--ubuntu--etc)

@see:

### Windows 10

[](#windows-10)

@see:
**note**: You have to use PowerShell terminal instead of cmd

### MacOS

[](#macos)

@see:

How to start
------------

[](#how-to-start)

1. Configure .env file

    You can found a `.env` file at the drupal-devbox root.
    You have to edit some variables to configure your project as `COMPOSE_PROJECT_NAME` variable which will define your docker containers names.
2. Define your environment
    Drupal-devbox is a full stack LAMP with development middleware. You can disabled each container as you want. On your `docker-compose.yml` file, you can comment a container with a `#` at line start.
    Don't forget to check all the container dependencies
3. Start your environment

    To start your environment, you have to use this command

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

    The `-d` arguments will hide containers logs You should see all your container starting.

    You can stop your containers by

    ```
    docker-compose stop
    ```
4. Enter in your container
    Container runs on a debian stack. You can access it by SSH with the command:

    ```
    docker exec -ti [CONTAINER-NAME] /bin/bash
    ```

Mac User
--------

[](#mac-user)

To avoid bad I/O Performances, you have to use .

1. Dowload the project and move it to your Home
2. Remove all your shared folder except /tmp
3. ShutDown Docker app
4. Install d4m-nfs `bash d4m-nfs/install.sh    `

Every time you want to use your dev environment, you have to start Docker with : `bash d4m-nfs/d4m-nfs.sh   `

Go further
----------

[](#go-further)

### Use more middleware

[](#use-more-middleware)

Docker provide a hub with public images :
For example, if you want to add a SolR image, you will only have to edit your 'docker-compose.yml' file and add your container instructions :

```
solr:
    image: solr:5.5.3
    ports:
      - "${PORT_SOLR}:2181"
```

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance15

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity39

Early-stage or recently created project

 Bus Factor1

Top contributor holds 66.7% 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/034af7389f2eb83e981b15b3da82fa2a1cc4f41bc19651ff86f0f8b28b82575a?d=identicon)[MrDeLeTeD](/maintainers/MrDeLeTeD)

---

Top Contributors

[![MrDeLeTeD](https://avatars.githubusercontent.com/u/778725?v=4)](https://github.com/MrDeLeTeD "MrDeLeTeD (24 commits)")[![juergen-pecher](https://avatars.githubusercontent.com/u/2026417?v=4)](https://github.com/juergen-pecher "juergen-pecher (9 commits)")[![MissonHxC](https://avatars.githubusercontent.com/u/5895012?v=4)](https://github.com/MissonHxC "MissonHxC (3 commits)")

### Embed Badge

![Health badge](/badges/mydropteam-docker-devbox/health.svg)

```
[![Health](https://phpackages.com/badges/mydropteam-docker-devbox/health.svg)](https://phpackages.com/packages/mydropteam-docker-devbox)
```

###  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)
