medunes/noise-symfony
Composer 安装命令:
composer create-project medunes/noise-symfony
包简介
A quick symfony skeleton project starter with frequently needed boiler-plate setups (ci, badges, etc.)
关键字:
README 文档
README
Symfony Noise
A starter-kit for your Symfony PHP projects. It includes frequently needed boilerplate setups (ci, badges, etc.)
📦 Installation
To install this application, first ensure you have Composer 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
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
- PHPStan
- Psalm
- SonarQube
- Github Actions
- PHP CS Fixer
- README
- CONTRIBUTING
- LICENSE
- LOGO
- CHANGELOG
Where to go next?
Writing noise projects for other languages: Javascript, Go, C, C++, ..
统计信息
- 总下载量: 2
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 3
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: proprietary
- 更新时间: 2021-11-09