ONyklicek / Utils

PHP Utils to make your life easier.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PHP Composer PHPUnit PHPStan Latest Stable Version Latest Unstable Version License

πŸ› οΈ 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

About

PHP Utils to make your life easier.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:PHP 100.0%