Skip to content

A PHP string manipulation library with multibyte support

License

Notifications You must be signed in to change notification settings

bpolaszek/Stringy

 
 

Repository files navigation

Stringy

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

About

A PHP string manipulation library with multibyte support

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%