curfle / polyfill
A collection of useful tools for augmenting existing php frameworks, libraries and projects.
Installs: 1 430
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
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.