Skip to content

Removes all polyfills from your project, where possible

License

Notifications You must be signed in to change notification settings

BackEndTea/un-poly-all

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

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.

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

About

Removes all polyfills from your project, where possible

Resources

License

Stars

Watchers

Forks

Packages