dev-master
9999999-devA library to make some operations on particular strings and words.
MIT
The Requires
- php >=5.3.3
The Development Requires
inflector underscore classify singularize pluralize camelize
A library to make some operations on particular strings and words.
PHP >= 5.3.3, (*1)
A library to make some operations on particular strings and words., (*2)
Can be installed with Composer:, (*3)
$ composer require ws/inflector
use WS\Libraries\Inflector\Inflector; echo Inflector::classify('foo bar'); // FooBar echo Inflector::camelize('foo bar'); // fooBar echo Inflector::underscore('foo bar'); // foo_bar
This library is release under MIT license., (*4)
A library to make some operations on particular strings and words.
MIT
inflector underscore classify singularize pluralize camelize