vdebes/php-boilerplate
Composer 安装命令:
composer create-project vdebes/php-boilerplate
包简介
PHP project starting point with commonly used tools preconfigured
README 文档
README
A starting point for a coding dojo or a small personal project. There is no web framework included, but most of the quality assessment tools I use on a daily basis.
Commands to get started
In a terminal, to create a new project :
composer create-project vdebes/php-boilerplate myApp --remove-vcs
Tests
- Unit testing with PHP-Unit ran at pre-commit, can be run with coverage
generation with
composer run test-coverage
Static analysis
- Static analysis with PHPStan ran at pre-commit
Quality metrics
- Project quality with PHPInsights ran at pre-push
Coding standards
- Codestyle checker and fixer with PHP-CS-Fixer ran at pre-commit, some
errors can be fixed with
composer run csfix
统计信息
- 总下载量: 10
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-3.0-or-later
- 更新时间: 2020-04-13