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.
PHP >= 8.3
composer require brenno-duarte/steroids-for-php
You can access the documentation here, or go directly to the docs/
folder.
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.