Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 1.97 KB

README.md

File metadata and controls

17 lines (10 loc) · 1.97 KB

StringObject

Total Downloads Latest Stable Version Latest Unstable Version License Reference Status CII Best Practices

Build Status Code Climate Scrutinizer Code Quality Codacy Badge

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.

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