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

This package is auto-updated.

Last update: 2024-04-11 16:56:42 UTC


README

#tomykle/String-Utils

Some PHP utility classes, extracted from my melting monolith codebase.

Scrutinizer Code Quality Build Status Coverage Status

##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 updatefirst.