PHPackages                             medunes/noise-symfony - 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. [Testing &amp; Quality](/categories/testing)
4. /
5. medunes/noise-symfony

ActiveProject[Testing &amp; Quality](/categories/testing)

medunes/noise-symfony
=====================

A quick symfony skeleton project starter with frequently needed boiler-plate setups (ci, badges, etc.)

v1.0(4y ago)22[1 PRs](https://github.com/MedUnes/noise-symfony/pulls)proprietaryPHPPHP &gt;=7.2.5

Since Nov 8Pushed 1y ago1 watchersCompare

[ Source](https://github.com/MedUnes/noise-symfony)[ Packagist](https://packagist.org/packages/medunes/noise-symfony)[ Docs](http://github.com/medunes/noise-symfony)[ RSS](/packages/medunes-noise-symfony/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependencies (50)Versions (3)Used By (0)

Symfony Noise
 [![](https://github.com/medunes/noise-symfony/raw/master/logo.png)](https://github.com/medunes/noise-symfony/blob/master/logo.png)
==================================================================================================================================================

[](#symfony-noise--------)

##### A starter-kit for your Symfony PHP projects. It includes frequently needed boilerplate setups (ci, badges, etc.)

[](#a-starter-kit-for-your-symfony-php-projects-it-includes-frequently-needed-boilerplate-setups-ci-badges-etc)

[![release](https://camo.githubusercontent.com/bbc727b17eb2e6bb1076d7f574497e50f6e93a9905d3d21a9a45cb8a60afd837/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6d6564756e65732f6e6f6973652d73796d666f6e793f7374796c653d666c61742d737175617265)](https://packagist.org/packages/medunes/noise-symfony)[![Build Status](https://github.com/medunes/noise-symfony/workflows/build/badge.svg?style=flat-square)](https://github.com/MedUnes/noise-symfony/actions?query=workflow%3A%22build%22)[![Author](https://camo.githubusercontent.com/5be9e79919638e426a81c71fd7b9b4ce4493b5e70289939b47a47897b6b0f22a/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f617574686f722d406d6564756e65732d626c75652e7376673f7374796c653d666c61742d737175617265)](https://twitter.com/medunes2)[![codecov](https://camo.githubusercontent.com/2a0016784636fe3abd504bafecb7a3b67ea4552d0f17dcf77a109b2dd4fe9e25/68747470733a2f2f636f6465636f762e696f2f67682f6d6564756e65732f6e6f6973652d73796d666f6e792f6272616e63682f6d61737465722f67726170682f62616467652e737667)](https://codecov.io/gh/medunes/noise-symfony/branch)[![SonarQube Quality](https://camo.githubusercontent.com/a6c6e58ad790f1471d363ffec4cabf43463aa15f648f8f226a581dff3a964da2/68747470733a2f2f736f6e6172636c6f75642e696f2f6170692f70726f6a6563745f6261646765732f6d6561737572653f70726f6a6563743d4d6564556e65735f6e6f6973652d73796d666f6e79266d65747269633d616c6572745f737461747573)](https://sonarcloud.io/dashboard?id=MedUnes_noise-symfony)[![PHPStan](https://camo.githubusercontent.com/60033857034104a2be364675ad894418c186f58b3ae75291f65d9857e1b4db0b/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048505374616e2d4c6576656c253230352d627269676874677265656e2e7376673f7374796c653d666c6174266c6f676f3d706870)](https://shields.io/#/)[![Psalm](https://camo.githubusercontent.com/4abb1dcca514ba46532dbd03f009c812a8d4b905db8f1174019b9e3eb908ad7a/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5073616c6d2d4c6576656c253230352d627269676874677265656e2e7376673f7374796c653d666c6174266c6f676f3d706870)](https://shields.io/#/)[![Psalm Coverage](https://camo.githubusercontent.com/0cbde24612feda4c6b73ae8d030b14b6980aaf21b7c812ca9c6a2a5f2a0a4fc3/68747470733a2f2f73686570686572642e6465762f6769746875622f4d6564556e65732f6e6f6973652d73796d666f6e792f636f7665726167652e737667)](https://shepherd.dev/github/MedUnes/noise-symfony/coverage.svg)

[![Total Downloads](https://camo.githubusercontent.com/daf1dfe1263932492ed190e8d4af50f7d5be239fcd4f246691d163cbde22135c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6d6564756e65732f6e6f6973652d73796d666f6e793f7374796c653d666c61742d737175617265)](https://packagist.org/packages/medunes/noise-symfony)

📦 Installation
--------------

[](#-installation)

To install this application, first ensure you have [Composer](https://getcomposer.org/download//) installed, then:

```
# Create your skeleton app (feel free to change the folder name instead of the demo one)
$ composer create-project medunes/noise-symfony my-demo-project

# Enter your app folder
$ cd my-demo-project

# Install dependencies
$ composer setup:clean

# Run the build script (tests, etc.)
$ composer build
```

ℹ️ FAQ
------

[](#ℹ️-faq)

#### So what is this?

[](#so-what-is-this)

This is Symfony Noise !

An empty skeleton, a list of ready to customize setups.

These setups are commonly used when publishing PHP opensource projects or libraries.

I use this skeleton as a basis when I start a new project on Github.

Instead of spending time setting up configs from scratch, I'd rather customize them.

#### More details?

[](#more-details)

Nowadays, you don't just write some "working" code and ship it to the community.

There are a couple of disciplines you should follow in order to have your library acceptable by the community (or by yourself :) )

For example, code quality, tests, README, Documentation, License, logo, CHANGELOG, CI and many others.

I call these requirement: **noise**, not in a pejorative way, but maybe because writing new code is more fun than spending time fixing, testing, validating or documenting it.

#### Which kind of noise?

[](#which-kind-of-noise)

Currently, we support the following noise, but feel free to increase the volume:

- [PHPUnit](https://phpunit.de/announcements/phpunit-9.html)
- [PHPStan](https://github.com/phpstan/phpstan)
- [Psalm](https://github.com/vimeo/psalm)
- [SonarQube](https://docs.travis-ci.com/user/sonarcloud/)
- [Github Actions](https://github.com/marketplace/actions/setup-php-action)
- [PHP CS Fixer](https://github.com/FriendsOfPHP/PHP-CS-Fixer#usage)
- [README](https://github.com/medunes/noise-symfony/blob/master/README.md)
- [CONTRIBUTING](https://github.com/medunes/noise-symfony/blob/master/CONTRIBUTING.md)
- [LICENSE](https://github.com/medunes/noise-symfony/blob/master/LICENSE.md)
- [LOGO](https://github.com/medunes/noise-symfony/blob/master/logo.png)
- [CHANGELOG](https://github.com/medunes/noise-symfony/blob/master/CHANGELOG.md)

#### Where to go next?

[](#where-to-go-next)

Writing noise projects for other languages: Javascript, Go, C, C++, ..

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance31

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity46

Maturing project, gaining track record

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

1646d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/31ce53b839500432e3a4518381c4b2ecc1e1a61c1b9b97af7bd82746c4f90ad0?d=identicon)[medunes](/maintainers/medunes)

---

Tags

phpunitPHPStangithubSkeletoneducationcistarterdeploymentbuildpsalmsonarqubeopen-sourceNoisesonarcloudgithub-action

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan, Psalm

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/medunes-noise-symfony/health.svg)

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

###  Alternatives

[easycorp/easyadmin-demo

EasyAdmin Demo Application

145.7k](/packages/easycorp-easyadmin-demo)[prestashop/prestashop

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

9.0k15.4k](/packages/prestashop-prestashop)[sylius/sylius

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

8.4k5.6M651](/packages/sylius-sylius)[ec-cube/ec-cube

EC-CUBE EC open platform.

78527.0k1](/packages/ec-cube-ec-cube)[forumify/forumify-platform

121.8k11](/packages/forumify-forumify-platform)[kimai/kimai

Kimai - Time Tracking

4.6k7.4k1](/packages/kimai-kimai)

PHPackages © 2026

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