2017 © Pedro Peláez
 

library inflector

A library to make some operations on particular strings and words.

image

ws/inflector

A library to make some operations on particular strings and words.

  • Friday, August 7, 2015
  • by WedgeSama
  • Repository
  • 1 Watchers
  • 1 Stars
  • 2 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Inflector Library

PHP >= 5.3.3, (*1)

A library to make some operations on particular strings and words., (*2)

Requirements

  • PHP >= 5.3.3

Installation

Can be installed with Composer:, (*3)

$ composer require ws/inflector

Usage

use WS\Libraries\Inflector\Inflector;

echo Inflector::classify('foo bar'); // FooBar
echo Inflector::camelize('foo bar'); // fooBar
echo Inflector::underscore('foo bar'); // foo_bar

TODO

  • Inflector::pluralize
  • Inflector::singularize

License

This library is release under MIT license., (*4)

The Versions

07/08 2015

dev-master

9999999-dev

A library to make some operations on particular strings and words.

  Sources   Download

MIT

The Requires

  • php >=5.3.3

 

The Development Requires

inflector underscore classify singularize pluralize camelize