homeapp/php-skeleton
Composer 安装命令:
composer create-project homeapp/php-skeleton
包简介
A basic template for creating php packages with basic setup: psalm, php-cs-fixer, phpunit, CI with running test
README 文档
README
How to use
composer create-project homeapp/php-skeleton repositry-name
After creating project
Change in composer.json
"name":
"description":
"Homeapp\\LibraryOrProjectName\\":
Change the README.md
Tools
To fix code style issues
vendor/bin/php-cs-fixer fix
To run test
vendor/bin/phpunit
To run static analizer
vendor/bin/psalm --no-cache
TODO
- Remove minimum-stability: dev when BackwardCompatibilityCheck will be released 5.1 version
统计信息
- 总下载量: 9
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: proprietary
- 更新时间: 2021-05-11