/php-polyfills

Miscellaneous polyfills for older PHP versions

Primary LanguagePHP

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