Skip to content

Latest commit

 

History

History
executable file
·
25 lines (13 loc) · 809 Bytes

README.md

File metadata and controls

executable file
·
25 lines (13 loc) · 809 Bytes

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