bentools / stringy
A string manipulation library with multibyte support
3.0.2
2017-04-19 10:55 UTC
Requires
- php: >=5.6.0
- symfony/polyfill-mbstring: ~1.1
Requires (Dev)
- phpunit/phpunit: @stable
README
This repo is a fork from danielstjules/stringy
Additions:
The library includes substring methods from tcb13/substringy and an additional join() factory for an array of Stringy.
Installation:
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