2017 © Pedro Peláez
 

metapackage un-poly-all

Removes all polyfills from your project, where possible

image

backendtea/un-poly-all

Removes all polyfills from your project, where possible

  • Monday, July 9, 2018
  • by BackEndTea
  • Repository
  • 1 Watchers
  • 0 Stars
  • 1 Installations
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Un Poly All

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., (*1)

If you do add this or one of its child packages, consider adding extension as a requirement to your composer.json., (*2)

Installation

$ composer require backentea/un-poly-all

The Versions