承接 onema/classyfile 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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

SensioLabsInsight Code Climate Build Status Coverage Status Documentation Status MIT License

Scrutinizer Code Quality Code Coverage Build Status

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

GitHub 信息

  • Stars: 5
  • Watchers: 2
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-05-10