https://github.com/harmstyler/inflect
Way to handle the pluralization of words in php
https://github.com/harmstyler/inflect
Last synced: 24 days ago
JSON representation
Way to handle the pluralization of words in php
- Host: GitHub
- URL: https://github.com/harmstyler/inflect
- Owner: harmstyler
- License: mit
- Created: 2013-10-28T21:32:39.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-11-12T02:18:01.000Z (over 11 years ago)
- Last Synced: 2025-02-18T00:39:49.314Z (4 months ago)
- Language: PHP
- Size: 117 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Inflect
Way to handle the pluralization/singularization of words in php.
Formerly this was just a library written by [Sho Kuwamoto](http://kuwamoto.org/2007/12/17/improved-pluralizing-in-php-actionscript-and-ror/), updated in order to work as a composer package.