https://github.com/tomkyle/string-utils
Some PHP string utility classes, extracted from my melting codebase monolith.
https://github.com/tomkyle/string-utils
Last synced: 7 months ago
JSON representation
Some PHP string utility classes, extracted from my melting codebase monolith.
- Host: GitHub
- URL: https://github.com/tomkyle/string-utils
- Owner: tomkyle
- Created: 2014-03-10T18:52:46.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-05-09T11:26:35.000Z (about 12 years ago)
- Last Synced: 2024-12-29T11:45:51.779Z (over 1 year ago)
- Language: PHP
- Homepage:
- Size: 285 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
#tomykle/String-Utils
Some PHP utility classes, extracted from my melting monolith codebase.
[](https://scrutinizer-ci.com/g/tomkyle/String-Utils/)
[](https://travis-ci.org/tomkyle/String-Utils)
[](https://coveralls.io/r/tomkyle/String-Utils?branch=master)
##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.