Skip to content
This repository was archived by the owner on Mar 28, 2021. It is now read-only.

Files

Latest commit

50ba0e5 · Oct 26, 2017

History

History
46 lines (27 loc) · 1.75 KB

readme.md

File metadata and controls

46 lines (27 loc) · 1.75 KB

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