2017 © Pedro Peláez
 

library stringy

String class

image

stringy/stringy

String class

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

The README.md

Stringy

Build Status, (*1)

Simple wrapper class for PHP string functions, (*2)

Requirements

The minimum requirement is PHP 5.4., (*3)

Usage

Using the helper function str(), (*4)

  str('FooBar')->charAt(0)->length();

or creating a new instance manually, (*5)

  $string = new \String\Stringy('FooBarQux');  // 1
  $string->slice(3, 3)->equals('Bar');  // true

The Versions

16/01 2017

dev-master

9999999-dev

String class

  Sources   Download

MIT

The Requires

  • php >=5.4

 

The Development Requires

by Skiptir Engu