oodle / inflect
inflect - a memoizing inflector for php
v0.2.0
2013-11-30 06:16 UTC
Requires
- php: >=5.3.17
Requires (Dev)
- phpunit/phpunit: 3.7.*
This package is auto-updated.
Last update: 2024-10-18 16:54:50 UTC
README
Inflect is an Inflector for PHP
Installation:
Add this line to your composer.json "require" section:
composer.json
"require": { ... "oodle/inflect": "*"
Usage:
use Inflect\Inflect; echo Inflect::singularize('tests'); echo Inflect::pluralize('test');
Notes:
Many thanks to original author Sho Kuwamoto"