curfle / polyfill
A collection of useful tools for augmenting existing php frameworks, libraries and projects.
v1.0.4
2022-11-30 17:12 UTC
Requires
- php: >=8.0
- ext-fileinfo: *
- ext-libxml: *
- ext-simplexml: *
Requires (Dev)
- phpbench/phpbench: ^1.2
- phpunit/phpunit: ^9.5
README
Curfle Polyfill is a collection of useful tools for augmenting existing frameworks, libraries and projects. The main goal is to provide a convinient and structured wrapper around pure php functions and to add a layer of abstractions to complexer software components.
Installation
You can install Curfle Polyfill via composer:
composer require curfle/polyfill
License
The Curfle Polyfill library is open-sourced software licensed under the MIT license.