2017 © Pedro Peláez
 

library stringobject

PHP class that wraps most if not all of the string manipulation functions, so that you can work with strings as objects

image

garrettw/stringobject

PHP class that wraps most if not all of the string manipulation functions, so that you can work with strings as objects

  • Monday, January 16, 2017
  • by garrettw
  • Repository
  • 3 Watchers
  • 1 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

StringObject

Total Downloads Latest Stable Version Latest Unstable Version License Reference Status CII Best Practices, (*1)

Build Status Code Climate Scrutinizer Code Quality Codacy Badge, (*2)

The goal of this library is to provide an object interface to interact with strings, in conjunction with handling UTF-8 strings just as smoothly and painlessly as ASCII strings while adding in additional features., (*3)

Usage

TODO

  • Write tests for Utf8String
  • Work on normalization code
  • Consider using a different testing framework because nobody uses PhpSpec... PHPUnit, Codeception, or Pest
  • Flesh out devcontainer config with extensions

The Versions

16/01 2017

dev-master

9999999-dev https://github.com/garrettw/stringobject

PHP class that wraps most if not all of the string manipulation functions, so that you can work with strings as objects

  Sources   Download

ISC

The Requires

  • php >=5.4.0

 

The Development Requires

wrapper manipulation string