2017 © Pedro Peláez
 

library php7ize

Tools to quickly add PHP7 features to your existing codebase

image

firehed/php7ize

Tools to quickly add PHP7 features to your existing codebase

  • Wednesday, February 8, 2017
  • by Firehed
  • Repository
  • 2 Watchers
  • 13 Stars
  • 112 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 6 Open issues
  • 6 Versions
  • 8 % Grown

The README.md

php7ize

php7ize is a command-line utility for quickly adding PHP7 features to a PHP5 codebase., (*1)

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:, (*2)

composer global require firehed/php7ize

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

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

Usage

(more details coming soon), (*4)

Updating

Use Composer's global update mechanism:, (*5)

composer global update

Contributing

Please see more information in CONTRIBUTING.md, (*6)

Future features

All features are subject to change. Feel free to add a suggestion by adding a Github issue., (*7)

  • 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?

The Versions

08/02 2017

dev-master

9999999-dev

Tools to quickly add PHP7 features to your existing codebase

  Sources   Download

MIT

The Requires

 

The Development Requires

by Eric Stern

08/02 2017

0.0.5

0.0.5.0

Tools to quickly add PHP7 features to your existing codebase

  Sources   Download

MIT

The Requires

 

The Development Requires

by Eric Stern

25/06 2015

0.0.4

0.0.4.0

Tools to quickly add PHP7 features to your existing codebase

  Sources   Download

MIT

The Requires

 

The Development Requires

by Eric Stern

25/05 2015

0.0.3

0.0.3.0

Tools to quickly add PHP7 features to your existing codebase

  Sources   Download

MIT

The Requires

 

The Development Requires

by Eric Stern

25/05 2015

0.0.2

0.0.2.0

Tools to quickly add PHP7 features to your existing codebase

  Sources   Download

MIT

The Development Requires

by Eric Stern

24/05 2015

0.0.1

0.0.1.0

Tools to quickly add PHP7 features to your existing codebase

  Sources   Download

MIT

The Development Requires

by Eric Stern