adhocore/php-polyfills

This package is abandoned and no longer maintained. No replacement package was suggested.

Miscellaneous polyfills for older PHP versions

v0.0.4 2018-10-26 05:35 UTC

This package is auto-updated.

Last update: 2021-04-08 01:38:49 UTC


README

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