tomkyle / string-utils
There is no license information available for the latest version (1.0.14) of this package.
Various Helper classes. Quite useful sometimes
1.0.14
2014-05-09 11:25 UTC
Requires
- php: >=5.4.0
Requires (Dev)
- satooshi/php-coveralls: dev-master
README
#tomykle/String-Utils
Some PHP utility classes, extracted from my melting monolith codebase.
##Contents
- Interface
StringProvider
- Class
RandomString
- Class
StopWatch
- Class
TextInterpolation
- Class
Entropy
##Testing
Simply issue phpunit
to run the test suites; you may have to composer update
first.