承接 firehed/php7ize 相关项目开发

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

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

firehed/php7ize

最新稳定版本:0.0.5

Composer 安装命令:

composer require firehed/php7ize

包简介

Tools to quickly add PHP7 features to your existing codebase

README 文档

README

php7ize is a command-line utility for quickly adding PHP7 features to a PHP5 codebase.

Installation

The only officially-supported method of installation is via Composer and Packagist. Because this is not intended to be treated as a project dependency, it's recommended to be installed globally:

composer global require firehed/php7ize

If you have not already done so, add Composer's global bin directory to your PATH:

# ~/.bash_profile
export PATH=$PATH:~/.composer/vendor/bin

Usage

(more details coming soon)

Updating

Use Composer's global update mechanism:

composer global update

Contributing

Please see more information in CONTRIBUTING.md

Future features

All features are subject to change. Feel free to add a suggestion by adding a Github issue.

  • Drastically improve the internal implementation (use/access an AST?)
  • Improve/test type hint for variadic functions
  • Add test coverage for interfaces, traits, and abstract classes
  • Auto-rename PHP4-style constructors?

统计信息

  • 总下载量: 172
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 14
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 14
  • Watchers: 3
  • Forks: 2
  • 开发语言: PHP

其他信息

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