Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/symfony/inflector
Converts words between their singular and plural forms (English only)
https://github.com/symfony/inflector
component inflection php pluralize singularize string symfony symfony-component words
Last synced: 15 days ago
JSON representation
Converts words between their singular and plural forms (English only)
- Host: GitHub
- URL: https://github.com/symfony/inflector
- Owner: symfony
- License: mit
- Created: 2016-03-31T09:36:34.000Z (over 8 years ago)
- Default Branch: 5.4
- Last Pushed: 2024-10-14T13:02:54.000Z (29 days ago)
- Last Synced: 2024-10-19T17:59:55.668Z (24 days ago)
- Topics: component, inflection, php, pluralize, singularize, string, symfony, symfony-component, words
- Language: PHP
- Homepage: https://symfony.com/inflector
- Size: 180 KB
- Stars: 2,213
- Watchers: 4
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
Inflector Component
===================**CAUTION**: this component is deprecated since Symfony 5.1. Instead, use the
[String component EnglishInflector](https://github.com/symfony/symfony/tree/master/src/Symfony/Component/String/Inflector/EnglishInflector.php).-----
The Inflector component converts words between their singular and plural forms
(English only).Resources
---------* [Contributing](https://symfony.com/doc/current/contributing/index.html)
* [Report issues](https://github.com/symfony/symfony/issues) and
[send Pull Requests](https://github.com/symfony/symfony/pulls)
in the [main Symfony repository](https://github.com/symfony/symfony)