matks/php-makeup
最新稳定版本:v1.0
Composer 安装命令:
composer require matks/php-makeup
包简介
PHP tool to increase the readabiliy of your code
README 文档
README
PHP Tool that parses php files and applies some esthetic design rules to increase the readability of your code. It aims to cover additional features not implemented in PHP-CS-Fixer.
Features
- variables assignment alignment
- use statements ordering
Installation
Install the dependencies with composer
composer install
Tests
Install the dev dependencies with composer
composer install --dev
Run the unit tests suite with atoum binary.
vendor/bin/atoum -bf vendor/autoload.php -d tests/Units/
Usage
Run the following command:
$ bash php-makeup <folder>
Incoming features:
- phpDoc consistency
统计信息
- 总下载量: 17
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2014-12-07