brenno-duarte / steroids-for-php
Steroids for PHP is a component that enhances PHP's native functions, offering features that are not present in PHP Core
1.2.0
2024-09-13 17:48 UTC
Requires
- php: >= 8.3
- ext-json: *
- ext-mbstring: *
Requires (Dev)
- phpunit/phpunit: ^11.2
README
Steroids for PHP is a component that enhances PHP's native functions, offering features that are not present in PHP Core.
Some polyfills are included if you don't want to install an extension using PECL.
Requirements
PHP >= 8.3
Installing via Composer
composer require brenno-duarte/steroids-for-php
Documentation
You can access the documentation here, or go directly to the docs/
folder.
Starting
Steroids for PHP has functions related to:
- Array functions
- String functions
- Multibyte functions
- Tools
- Reflection functions
- Some rejected RFC functions
- UTF-8 functions
- Variable handling functions
- Type functions
- File functions
- Object functions
- Server functions
- BCMath functions
Some polyfills are included if you don't want to install an extension using PECL.