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
Nicolas Grekas 096cbbd3cd Merge branch '2.8' into 3.3
* 2.8:
  Clean up
  Update return type in docblock.
  PHP CS Fixer: no need to exclude xml and yml files
  Update LICENSE year... forever
2018-01-02 16:47:19 +01:00
..
Tests Updated PHPUnit namespaces 2017-02-20 14:34:33 +01:00
composer.json Bump minimal PHP version to ^5.5.9|>=7.0.8 2017-07-29 23:54:42 +02:00
Inflector.php Fixed singular of committee 2016-06-08 13:24:07 +02:00
LICENSE Merge branch '2.8' into 3.3 2018-01-02 16:47:19 +01:00
phpunit.xml.dist Merge branch '2.8' into 3.2 2017-04-12 07:13:17 -07: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