onyklicek / utils
PHP helper tools to make your life easier.
dev-master
2023-07-12 05:22 UTC
Requires
- php: >=8.1
- ext-mbstring: *
Requires (Dev)
- jetbrains/phpstorm-attributes: ^1.0
- onyklicek/attributes: dev-main
- phpstan/phpstan: 1.11.x-dev
- phpunit/phpunit: ^10.1
This package is auto-updated.
Last update: 2025-05-12 09:26:30 UTC
README
🛠️ PHP Utils
This library is developed to make your work easier and more enjoyable. The code is understandable and user-friendly Simplify your work with strings, arrays, etc.
📦 Install
It's best to use Composer for installation, and you can also find the package on Packagist.
To install, simply use the command:
composer require onyklicek/utils
📝 Usage
require_once 'vendor/autoload.php'; echo \ONyklicek\Utils\Str::make('your text')->remove('your', false, true)->get(); //return text
📚 Documentation
Documentation can be found on the Wiki