mmi/mmi-build-toolkit
Composer 安装命令:
composer create-project mmi/mmi-build-toolkit
包简介
Build toolkit for mmi class applications
README 文档
README
Build toolkit for mmi class applications.
Requirements
- PHP
Installation
composer install
Available Commands
Development Server
composer start
Starts a PHP development server on localhost:8080.
Code Fixing
composer fix:phpcbf # Run PHP Code Beautifier and Fixer composer fix:php-cs-fixer # Run PHP CS Fixer on src and tests composer fix:all # Run all code fixers
Testing & Analysis
composer test:security-checker # Check for security vulnerabilities composer test:phpstan # Run static analysis (level 1) composer test:phpcs # Run PHP CodeSniffer composer test:phpmd # Run PHP Mess Detector composer test:phpunit # Run PHPUnit with coverage reports composer test:all # Run all tests and analysis
Reports
composer report:metrics # Generate PHPMetrics report
License
This project is licensed under the MIT License - see the LICENSE file for details.
统计信息
- 总下载量: 4.51k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 4
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-10-28