Download the PHP package christiaanbye/polyfill-each without Composer
On this page you can find all versions of the php package christiaanbye/polyfill-each. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download christiaanbye/polyfill-each
More information about christiaanbye/polyfill-each
Files in christiaanbye/polyfill-each
Download christiaanbye/polyfill-each
More information about christiaanbye/polyfill-each
Files in christiaanbye/polyfill-each
Vendor christiaanbye
Package polyfill-each
Short Description PHP 8.x polyfill for the removed each() function
License MIT
Package polyfill-each
Short Description PHP 8.x polyfill for the removed each() function
License MIT
Please rate this library. Is it a good library?
Informations about the package polyfill-each
Polyfill each()
This package returns the legacy each()
function which has been removed in PHP 8.0. This can be useful when working with legacy code or with end-of-life packages which still make use of the each()
function.
It is therefore not really a polyfill but rather a shim as it provides legacy functionality to modern-day software instead of vice versa. I have still chosen the name polyfill as this term is usually top of mind irrespective of the direction of the port.
Prerequisites
- PHP 5.3 or later, though the shim will only take effect in PHP 8.x
Installation
Installation can be easily done using Composer:
All versions of polyfill-each with dependencies
PHP Build Version
Package Version
Requires
php Version
^5.3 || ^7.0 || ^8.0
The package christiaanbye/polyfill-each contains the following files
Loading the files please wait ....