titosemi / SimpleString

A small library for string manipulation with PHP. SimpleString uses method overloading to create an object-oriented interface for the built-in string functions in PHP. It implements a fluent interface, improving how we manipulate strings, and extends functionality by providing common implementations. It also aims to eliminate the problems of unorganized function names.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

titosemi/SimpleString Stargazers