alive2212/laravel-string-helper

This is package contain use full string methods

v4.0.1 2023-11-30 08:48 UTC

This package is auto-updated.

Last update: 2024-03-30 00:30:30 UTC


README

Latest Version on Packagist Software License Build Status Coverage Status Quality Score Total Downloads

This package contain useful method for Strings variables.

Structure

This package contain a base class and some test units. and project folder as following:

src/
tests/

Install

Via Composer

$ composer require Alive2212/LaravelStringHelper

Usage

$skeleton = new Alive2212\LaravelStringHelper();
echo $skeleton->echoPhrase('Hello, League!');

Change log

Please see CHANGELOG for more information on what has changed recently.

Testing

$ composer test

Contributing

Please see CONTRIBUTING and CODE_OF_CONDUCT for details.

Security

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

Credits

  • Babak Nodoust

License

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