PHPackages                             madman/sy2docker - 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. madman/sy2docker

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

madman/sy2docker
================

The "Symfony Docker Edition" distribution

v1.0.2(9y ago)5171MITPHPPHP &gt;=5.5.9

Since Mar 4Pushed 8y ago1 watchersCompare

[ Source](https://github.com/madman/sy2docker)[ Packagist](https://packagist.org/packages/madman/sy2docker)[ RSS](/packages/madman-sy2docker/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (3)Dependencies (11)Versions (4)Used By (0)

Symfony Docker Edition
======================

[](#symfony-docker-edition)

The idea is to get up and running [Symfony](https://symfony.com/doc/3.2/setup.html) app, while keeping your machine clean. You only need to have few packages installed to achieve this: git, docker and docker-compose.

> Mac and Windows users also require either docker-machine or docker for Mac.

Up and running
--------------

[](#up-and-running)

> Make sure you have [Docker](https://docs.docker.com/engine/installation/) and [Docker Compose](https://docs.docker.com/compose/install/) properly set up in your environment.

Clone the repository

```
$ git clone git@github.com:madman/sy2docker.git
```

or

```
composer create-project --no-install --no-scripts madman/sy2docker
```

Manage files and folders access attributes

```
$ bin/init
```

Build images

```
$ docker-compose build
```

Run containers

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

Install symfony dependencies

```
$ docker-compose run composer install
```

Open  in your browser to enjoy the results.

What's included?
----------------

[](#whats-included)

- nginx - 1.10.1
- fpm - php-fpm (php version is 5.6.30)
- mysql - 5.5
- composer - service to work with composer
- console - symfony console

What differs from [Symfony Standard Edition](https://github.com/symfony/symfony-standard)?
------------------------------------------------------------------------------------------

[](#what-differs-from-symfony-standard-edition)

- removed SwiftmailerBundle package
- removed incenteev/composer-parameter-handler. All things are configured automatically.

Licensing
---------

[](#licensing)

Symfony Docker Edition is licensed under MIT or BSD licenses. See [LICENSE](https://github.com/madman/sy2docker/blob/master/LICENSE) for the full license text.

Enjoy!

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 70% 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 ~18 days

Total

3

Last Release

3321d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/096ca6ceba674b2edf16c64a178953c68f0560f6da0a9979fa81b35610d0f296?d=identicon)[madman](/maintainers/madman)

---

Top Contributors

[![madman](https://avatars.githubusercontent.com/u/1180279?v=4)](https://github.com/madman "madman (7 commits)")[![angyvolin](https://avatars.githubusercontent.com/u/4446315?v=4)](https://github.com/angyvolin "angyvolin (3 commits)")

---

Tags

dockerskeletonskeleton-applicationsymfony2symfony3

### Embed Badge

![Health badge](/badges/madman-sy2docker/health.svg)

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

###  Alternatives

[ec-cube/ec-cube

EC-CUBE EC open platform.

78527.0k1](/packages/ec-cube-ec-cube)[open-dxp/opendxp

Content &amp; Product Management Framework (CMS/PIM)

7310.3k29](/packages/open-dxp-opendxp)

PHPackages © 2026

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