alive2212 / laravel-string-helper
This is package contain use full string methods
v4.0.1
2023-11-30 08:48 UTC
Requires
- php: ~5.6|~7|~8|~9
- illuminate/support: >=8
Requires (Dev)
- illuminate/container: *
- illuminate/support: >=8
- phpunit/phpunit: >=5.4.3
- squizlabs/php_codesniffer: ^2.3
README
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.