Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.