Skip to content
This repository has been archived by the owner on Mar 28, 2021. It is now read-only.
/ php-polyfills Public archive

Miscellaneous polyfills for older PHP versions

Notifications You must be signed in to change notification settings

adhocore/php-polyfills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

adhocore/php-polyfills

Latest Version Travis Build Scrutinizer CI Codecov branch StyleCI Software License

Miscellaneous polyfills for older PHP versions. This library should run on any PHP5 versions or later. At the time being it contains some polyfills for PHP5.4 and PHP5.5. However it is being actively developed and new polyfills will be added from time to time.

Installation

composer require adhocore/php-polyfills

Available Polyfills

Please see the native counterpart (linked below) for the documentation and usage.

PHP5.5

PHP5.4

and more to come by

Tests

The tests for this library runs with latest PHP version and asserts against the native implementation to ensure that the polyfills this library provides are compatible as much as possible.

To run the tests:

vendor/bin/phpunit