This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component/Inflector
2016-03-31 15:36:48 +08:00
..
Tests Add Inflector component (from StringUtil of PropertyAccess) 2016-03-31 15:36:48 +08:00
composer.json Add Inflector component (from StringUtil of PropertyAccess) 2016-03-31 15:36:48 +08:00
Inflector.php Add Inflector component (from StringUtil of PropertyAccess) 2016-03-31 15:36:48 +08:00
LICENSE Add Inflector component (from StringUtil of PropertyAccess) 2016-03-31 15:36:48 +08:00
phpunit.xml.dist Add Inflector component (from StringUtil of PropertyAccess) 2016-03-31 15:36:48 +08:00
README.md Add Inflector component (from StringUtil of PropertyAccess) 2016-03-31 15:36:48 +08:00

Inflector Component

Inflector converts words between their singular and plural forms (English only).

Disclaimer

This component is currently marked as internal. Do not use it in your own code. Breaking changes may be introduced in the next minor version of Symfony, or the component itself might even be removed completely.

Resources