2017 © Pedro Peláez
 

library php7ify

php7ify is a project that brings new php7 classes and exceptions to php 5.x.

image

dstuecken/php7ify

php7ify is a project that brings new php7 classes and exceptions to php 5.x.

  • Monday, December 14, 2015
  • by dstuecken
  • Repository
  • 1 Watchers
  • 5 Stars
  • 13,622 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 3 Versions
  • 36 % Grown

The README.md

php7ify

php7ify is a project that brings new php7 classes, functions and exceptions to php 5.x, (*1)

Build Status License Latest Stable Version Latest Unstable Version, (*2)

Requirements

  • PHP 5.3

Installation

Using Composer

To install php7ify with composer, just add the following to your composer.json file:, (*3)

{
    "require": {
        "dstuecken/php7ify": "1.0"
    }
}

or by running the following command:, (*4)

composer require dstuecken/php7ify

Usage

Just use the new \Throwable interface in your php 5 project, or catch an \Error exception., (*5)

try 
{
    mysql_query();
}
catch (Error $e)
{
    echo $e->getMessage() . "\n\n";
    echo $e->getTraceAsString();
}

The Versions

14/12 2015

dev-master

9999999-dev

php7ify is a project that brings new php7 classes and exceptions to php 5.x.

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

by Avatar dstuecken

php7 error exceptions php 7 throwable errorexception php 7.0 php 7 exceptions

14/12 2015

1.1

1.1.0.0

php7ify is a project that brings new php7 classes and exceptions to php 5.x.

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

by Avatar dstuecken

php7 error exceptions php 7 throwable errorexception php 7.0 php 7 exceptions

14/12 2015

1.0

1.0.0.0

php7ify is a project that brings new php7 classes and exceptions to php 5.x.

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

by Avatar dstuecken

php7 error exceptions php 7 throwable errorexception php 7.0 php 7 exceptions