onema/classyfile
最新稳定版本:1.0.0
Composer 安装命令:
composer require onema/classyfile
包简介
This component provides a way to break files containing multiple classes into single files per class.
README 文档
README
Summary
Provides a way to break PHP files containing multiple classes and creates single files per class. This can be useful when refactoring old libraries.
This library uses the nikic/PHP-Parser to parse all the php classes.
See the Documentation for more information.
Requirements
- PHP 5.4.0
Installation
Install it using composer
composer require 'onema/classyfile:^1.0.0'
Or manually add it to the composer.json file
{
"require": {
"onema/classyfile": "^1.0.0"
}
}
After it has been installed you can run the command: php vendor/bin/classyfile
Download from github
You can download the project from github. You still need to use composer to install all the dependencies.
git clone git@github.com:onema/classyfile.git
cd classyfile
composer install
After it has been installed you can run the command: php classyfile
Documentation
See the documentation section.
统计信息
- 总下载量: 24
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 5
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-05-10