PHPackages                             cosma/symfony-project - 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. [Framework](/categories/framework)
4. /
5. cosma/symfony-project

ActiveProject[Framework](/categories/framework)

cosma/symfony-project
=====================

The "Symfony Standard Edition" distribution with docker

3.0.x-dev(10y ago)181MITPHPPHP &gt;=5.3.9

Since Nov 15Pushed 10y ago1 watchersCompare

[ Source](https://github.com/cosma/symfony-project)[ Packagist](https://packagist.org/packages/cosma/symfony-project)[ RSS](/packages/cosma-symfony-project/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (10)Versions (6)Used By (0)

Dockerized Symfony Standard Project
===================================

[](#dockerized-symfony-standard-project)

Welcome to the Dockerized Symfony Standard Edition - a fully-functional Symfony2 application that you can use as the skeleton for your new applications.

This document contains information on how to download, install, and start using Symfony on Docker.

Table of Contents
=================

[](#table-of-contents)

- [Installing Symfony](#installing-symfony)
- [Docker](#docker)
- [Tests](#tests)

Installing Symfony
------------------

[](#installing-symfony)

When it comes to installing the Symfony Standard Edition, you have the following options.

### Use Composer (*recommended*)

[](#use-composer-recommended)

As Symfony uses \[Composer\]\[2\] to manage its dependencies, the recommended way to create a new project is to use it.

If you don't have Composer yet, download it following the instructions on  or just run the following command:

```
curl -s http://getcomposer.org/installer | php

```

Then, use the `create-project` command to generate a new Symfony application:

```
php composer.phar create-project cosma/symfony-project path/to/install

```

Composer will install Symfony and all its dependencies under the `path/to/install` directory.

Docker
------

[](#docker)

1. Download and install latest version of [Virtual Box](https://www.virtualbox.org/wiki/Downloads)
2. Download and install latest version of [Docker](http://docs.docker.com/engine/installation). For MacOS/ Windows user please install through [Docker Toolbox](https://www.docker.com/toolbox)
3. Run in console: `docker-compose up`

Docker containers expose Nginx on port 80, MySQL on port 3306 and Kibana server on port 81.

Tests
-----

[](#tests)

Run in console: `bin/phpunit -c app/ --log-junit $CIRCLE_TEST_REPORTS/phpunit/junit.xml --coverage-text src/`

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 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

Unknown

Total

1

Last Release

3837d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/a1695d8d888c44c734f8a2d8151eadc456fa1605179acab2ba14d090d4b27e9a?d=identicon)[cosma](/maintainers/cosma)

---

Top Contributors

[![cosma](https://avatars.githubusercontent.com/u/1668991?v=4)](https://github.com/cosma "cosma (14 commits)")

### Embed Badge

![Health badge](/badges/cosma-symfony-project/health.svg)

```
[![Health](https://phpackages.com/badges/cosma-symfony-project/health.svg)](https://phpackages.com/packages/cosma-symfony-project)
```

PHPackages © 2026

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