This repo is a fork from danielstjules/stringy
The library includes substring methods from tcb13/substringy and an additional join() factory for an array of Stringy.
Add the following lines into your composer.json
:
"repositories": [
{
"type": "git",
"url": "https://github.com/bpolaszek/Stringy.git"
}
],
Then, require the component:
composer install stringy/stringy