backendtea / un-poly-all
Removes all polyfills from your project, where possible
Installs: 11
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 4
Forks: 1
Open Issues: 2
Type:metapackage
Requires
- backendtea/un-poly-apcu: ^1.0
- backendtea/un-poly-ctype: ^1.0
- backendtea/un-poly-iconv: ^1.0
- backendtea/un-poly-intl-grapheme: ^1.0
- backendtea/un-poly-intl-icu: ^1.0
- backendtea/un-poly-intl-normalizer: ^1.0
- backendtea/un-poly-mbstring: ^1.0
- backendtea/un-poly-password: ^1.0
- backendtea/un-poly-php54: ^1.0
- backendtea/un-poly-php55: ^1.0
- backendtea/un-poly-php56: ^1.0
- backendtea/un-poly-php70: ^1.0
- backendtea/un-poly-php71: ^1.0
- backendtea/un-poly-php72: ^1.0
- backendtea/un-poly-php73: ^1.0
- backendtea/un-poly-random: ^1.0
- backendtea/un-poly-util: ^1.0
- backendtea/un-poly-xml: ^1.0
This package is auto-updated.
Last update: 2024-11-06 09:55:42 UTC
README
A lot of polyfills are not needed if your project requires a certain php version, or needs the locale
aware functionality of an extension. The polyfills slow down your application by adding function_exists
, extension_loaded
or php version checks that
are when your autoloader is loaded. By removing the polyfills the start up time is (slightly) reduced.
If you do add this or one of its child packages, consider adding extension as a requirement to your composer.json
.
Installation
$ composer require backentea/un-poly-all