Download the PHP package medunes/noise-symfony without Composer
On this page you can find all versions of the php package medunes/noise-symfony. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download medunes/noise-symfony
More information about medunes/noise-symfony
Files in medunes/noise-symfony
Download medunes/noise-symfony
More information about medunes/noise-symfony
Files in medunes/noise-symfony
Vendor medunes
Package noise-symfony
Short Description A quick symfony skeleton project starter with frequently needed boiler-plate setups (ci, badges, etc.)
License proprietary
Homepage http://github.com/medunes/noise-symfony
Package noise-symfony
Short Description A quick symfony skeleton project starter with frequently needed boiler-plate setups (ci, badges, etc.)
License proprietary
Homepage http://github.com/medunes/noise-symfony
Please rate this library. Is it a good library?
Informations about the package noise-symfony
Symfony Noise
A starter-kit for your Symfony PHP projects. It includes frequently needed boilerplate setups (ci, badges, etc.)
[![release](https://img.shields.io/packagist/v/medunes/noise-symfony?style=flat-square)](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://img.shields.io/badge/[email protected]?style=flat-square)](https://twitter.com/medunes2)
[![codecov](https://codecov.io/gh/medunes/noise-symfony/branch/master/graph/badge.svg)](https://codecov.io/gh/medunes/noise-symfony/branch)
[![SonarQube Quality](https://sonarcloud.io/api/project_badges/measure?project=MedUnes_noise-symfony&metric=alert_status)](https://sonarcloud.io/dashboard?id=MedUnes_noise-symfony)
[![PHPStan](https://img.shields.io/badge/PHPStan-Level%205-brightgreen.svg?style=flat&logo=php)](https://shields.io/#/)
[![Psalm](https://img.shields.io/badge/Psalm-Level%205-brightgreen.svg?style=flat&logo=php)](https://shields.io/#/)
[![Psalm Coverage](https://shepherd.dev/github/MedUnes/noise-symfony/coverage.svg)](https://shepherd.dev/github/MedUnes/noise-symfony/coverage.svg)
[![Total Downloads](https://img.shields.io/packagist/dt/medunes/noise-symfony?style=flat-square)](https://packagist.org/packages/medunes/noise-symfony)
## 📦 Installation
To install this application, first ensure you have [Composer](https://getcomposer.org/download//) installed, then:
## ℹ️ FAQ
#### 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?
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?
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?
Writing noise projects for other languages: Javascript, Go, C, C++, ..
## 📦 Installation To install this application, first ensure you have [Composer](https://getcomposer.org/download//) installed, then: ## ℹ️ FAQ #### 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? 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? 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? Writing noise projects for other languages: Javascript, Go, C, C++, ..
All versions of noise-symfony with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.2.5
ext-ctype Version *
ext-iconv Version *
composer/package-versions-deprecated Version 1.11.99.4
doctrine/annotations Version ^1.0
doctrine/doctrine-bundle Version ^2.4
doctrine/doctrine-migrations-bundle Version ^3.1
doctrine/orm Version ^2.10
phpdocumentor/reflection-docblock Version ^5.2
sensio/framework-extra-bundle Version ^6.1
symfony/asset Version 5.3.*
symfony/console Version 5.3.*
symfony/dotenv Version 5.3.*
symfony/expression-language Version 5.3.*
symfony/flex Version ^1.3.1
symfony/form Version 5.3.*
symfony/framework-bundle Version 5.3.*
symfony/http-client Version 5.3.*
symfony/intl Version 5.3.*
symfony/mailer Version 5.3.*
symfony/mime Version 5.3.*
symfony/monolog-bundle Version ^3.1
symfony/notifier Version 5.3.*
symfony/process Version 5.3.*
symfony/property-access Version 5.3.*
symfony/property-info Version 5.3.*
symfony/proxy-manager-bridge Version 5.3.*
symfony/runtime Version 5.3.*
symfony/security-bundle Version 5.3.*
symfony/serializer Version 5.3.*
symfony/string Version 5.3.*
symfony/translation Version 5.3.*
symfony/twig-bundle Version 5.3.*
symfony/validator Version 5.3.*
symfony/web-link Version 5.3.*
symfony/yaml Version 5.3.*
twig/extra-bundle Version ^2.12|^3.0
twig/twig Version ^2.12|^3.0
ext-ctype Version *
ext-iconv Version *
composer/package-versions-deprecated Version 1.11.99.4
doctrine/annotations Version ^1.0
doctrine/doctrine-bundle Version ^2.4
doctrine/doctrine-migrations-bundle Version ^3.1
doctrine/orm Version ^2.10
phpdocumentor/reflection-docblock Version ^5.2
sensio/framework-extra-bundle Version ^6.1
symfony/asset Version 5.3.*
symfony/console Version 5.3.*
symfony/dotenv Version 5.3.*
symfony/expression-language Version 5.3.*
symfony/flex Version ^1.3.1
symfony/form Version 5.3.*
symfony/framework-bundle Version 5.3.*
symfony/http-client Version 5.3.*
symfony/intl Version 5.3.*
symfony/mailer Version 5.3.*
symfony/mime Version 5.3.*
symfony/monolog-bundle Version ^3.1
symfony/notifier Version 5.3.*
symfony/process Version 5.3.*
symfony/property-access Version 5.3.*
symfony/property-info Version 5.3.*
symfony/proxy-manager-bridge Version 5.3.*
symfony/runtime Version 5.3.*
symfony/security-bundle Version 5.3.*
symfony/serializer Version 5.3.*
symfony/string Version 5.3.*
symfony/translation Version 5.3.*
symfony/twig-bundle Version 5.3.*
symfony/validator Version 5.3.*
symfony/web-link Version 5.3.*
symfony/yaml Version 5.3.*
twig/extra-bundle Version ^2.12|^3.0
twig/twig Version ^2.12|^3.0
The package medunes/noise-symfony contains the following files
Loading the files please wait ....