Skip to content

dvlpr1996/php-string-helpers

Repository files navigation

helpful set of PHP string helper functions & utilities class

License: MIT Latest Version on Packagist Total Downloads

All function helpers will be enabled by default (if those functions haven't already been defined). also you can use them as utilities class.

Requirements

  • PHP 8 or higher

Installation

You can install the package via composer:

.....................................

PhpStringHelpers usage

String helper functions are global so usage is like the following:

echo .......;

StrUtility usage

String helper methods are static so usage is like the following:

echo .......;

Available methods

Changelog

Please see CHANGELOG for more information what has changed recently.

Security

If you discover any security related issues, please email nimajahanbakhshian@gmail.com instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.