Download the PHP package jjok/string without Composer
On this page you can find all versions of the php package jjok/string. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Vendor jjok
Package string
Short Description Useful string functions for PHP
License MIT
Homepage https://github.com/jjok/String
Package string
Short Description Useful string functions for PHP
License MIT
Homepage https://github.com/jjok/String
Please rate this library. Is it a good library?
Informations about the package string
String
Useful string functions for PHP.
echo jjok\String\String::camelise('a-hyphenated-string');
// aHyphenatedString
echo jjok\String\String::capitalise('another-hyphenated-string');
// AnotherHyphenatedString
echo jjok\String\String::hyphenate('someCamelCaseString');
// some-camel-case-string
Copyright (c) 2013 Jonathan Jefferies
All versions of string with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.0
The package jjok/string contains the following files
Loading the files please wait ...
