Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 12 hours 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 10 years ago)
- Default Branch: master
- Last Pushed: 2014-05-09T11:26:35.000Z (over 10 years ago)
- Last Synced: 2024-04-18T04:45:49.416Z (7 months 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.
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/tomkyle/String-Utils/badges/quality-score.png?s=e0e6480f7601e8394691c98461c8218dad568e5d)](https://scrutinizer-ci.com/g/tomkyle/String-Utils/)
[![Build Status](https://travis-ci.org/tomkyle/String-Utils.svg?branch=master)](https://travis-ci.org/tomkyle/String-Utils)
[![Coverage Status](https://coveralls.io/repos/tomkyle/String-Utils/badge.png?branch=master)](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.