Skip to content

dstuecken/php7ify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

php7ify

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

Build Status License Latest Stable Version Latest Unstable Version

Requirements

  • PHP 5.3

Installation

Using Composer

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

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

or by running the following command:

composer require dstuecken/php7ify

Usage

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

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages