PHPackages                             wiet-at/symfony-dev - 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. wiet-at/symfony-dev

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

wiet-at/symfony-dev
===================

Docker based development environment for Symfony applications.

1.0.2(4y ago)12151[1 PRs](https://github.com/wiet-at/symfony-dev/pulls)MITPHP

Since Sep 21Pushed 1y ago1 watchersCompare

[ Source](https://github.com/wiet-at/symfony-dev)[ Packagist](https://packagist.org/packages/wiet-at/symfony-dev)[ RSS](/packages/wiet-at-symfony-dev/feed)WikiDiscussions main Synced yesterday

READMEChangelogDependenciesVersions (4)Used By (0)

Symfony DEV CLI
===============

[](#symfony-dev-cli)

Docker based DEV environment for symfony projects. Similar to what Laravel Sail is to Laravel.

Requirements
------------

[](#requirements)

- `docker` and `docker-compose` running locally.

Installation
============

[](#installation)

### Create new Symfony project

[](#create-new-symfony-project)

Use the `create-project.sh` helper script to create a new symfony project. It will use the `symfony` command to create a new project and install the required dependencies.

```
curl -s 'https://raw.githubusercontent.com/wiet-at/symfony-dev/main/bin/create-project.sh' | bash -s -- [options] [--]  [...]

```

###### Arguments:

[](#arguments)

```
directory                            Directory of the project to create
symfony-cli-args                     Pass additional arguments/options to Symfony CLI (requires -- to be used)

```

###### Options:

[](#options)

```
--project-version[=PROJECT-VERSION]  The version of the Symfony skeleton (a version or one of "lts", "stable", "next", or "previous") [default: "stable"]
--full                               Use github.com/symfony/website-skeleton

```

#### Example

[](#example)

```
curl -s 'https://raw.githubusercontent.com/wiet-at/symfony-dev/main/bin/create-project.sh' | bash -s -- --full my-project

```

### Add to existing project

[](#add-to-existing-project)

Use composer to install `wiet-at/symfony-dev` as dev dependency.

Configuration
=============

[](#configuration)

Symfony Flex should have copied all required files. Check your `.env` and adjust it accordingly to your needs.
**IMPORTANT:** If you change the `COMPOSE_PROJECT_NAME` afterwards, new docker containers will get created and you will lose your database for example.

The `SD_LOCAL_IP` will be the IP address to which the containers will bind their port forwards. You can use any IP addresses inside 127.0.0.0/8.
When, for example, using `127.1.2.3` you can access the application under `http://123.1.2.3`.

Usage
=====

[](#usage)

Symfony Flex should have installed `bin/dev-cli`. This is a proxy script which forwards specific commands (see "Known commands") to the correct docker container. All other commands will get passed directly to `docker-compose.`

### Start development environment

[](#start-development-environment)

To start all services just run the following command:

```
bin/dev-cli up -d

```

This basically runs `docker-compose up -d`. You don't need to use the `-d` flag and also can pass other flags which you normally would pass to `docker-compose`.

### Known commands

[](#known-commands)

For easy of use there are some commands which will get executed inside the correct docker container automatically.

- php
- symfony
- composer
- node
- npm
- yarn

You can use those commands the same way you would normally do, just prefix them with `bin/dev-cli`.
To install the `symfony/monolog-bundle` using `composer` you have to run following command:

```
bin/dev-cli composer require symfony/monolog-bundle

```

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance30

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity52

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

Every ~73 days

Total

2

Last Release

1619d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/01d5572f72ba9e0cbcdb4f5df887a2e34b706fce4e2ffb082d05562596813afb?d=identicon)[1994rstefan](/maintainers/1994rstefan)

---

Top Contributors

[![1994rstefan](https://avatars.githubusercontent.com/u/2470384?v=4)](https://github.com/1994rstefan "1994rstefan (26 commits)")

### Embed Badge

![Health badge](/badges/wiet-at-symfony-dev/health.svg)

```
[![Health](https://phpackages.com/badges/wiet-at-symfony-dev/health.svg)](https://phpackages.com/packages/wiet-at-symfony-dev)
```

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