2017 © Pedro Peláez
 

library php-string

An object oriented way to deal with strings.

image

corycollier/php-string

An object oriented way to deal with strings.

  • Sunday, January 10, 2016
  • by corycollier
  • Repository
  • 1 Watchers
  • 0 Stars
  • 6 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 9 Versions
  • 0 % Grown

The README.md

php-string

An object oriented way to deal with strings., (*1)

Build Status Latest Stable Version Total Downloads Latest Unstable Version License Coverage Status, (*2)

Usage

$string = new PhpString\Utils('the value of the-string', [' ', '-']);
$string->propercasify();
$value = $string->getString();
// expect "The Value Of The-String"

The Versions