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 9y ago1 watchersCompare

[ Source](https://github.com/madman/sy2docker)[ Packagist](https://packagist.org/packages/madman/sy2docker)[ RSS](/packages/madman-sy2docker/feed)WikiDiscussions master Synced 3w 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 52% 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

3367d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1180279?v=4)[Yuriy Prokopets](/maintainers/madman)[@madman](https://github.com/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

[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.5M378](/packages/easycorp-easyadmin-bundle)[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.5k5.8M712](/packages/sylius-sylius)[pimcore/pimcore

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

3.8k3.8M464](/packages/pimcore-pimcore)[rcsofttech/audit-trail-bundle

Enterprise-grade, high-performance Symfony audit trail bundle. Automatically track Doctrine entity changes with split-phase architecture, multiple transports (HTTP, Queue, Doctrine), and sensitive data masking.

1175.2k](/packages/rcsofttech-audit-trail-bundle)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.4M196](/packages/sulu-sulu)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.1k16.8k](/packages/prestashop-prestashop)

PHPackages © 2026

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