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 e81285249b Merge branch '4.1'
* 4.1:
  Fix Clidumper tests
  Enable the fixer enforcing fully-qualified calls for compiler-optimized functions
  Apply fixers
  Disable the native_constant_invocation fixer until it can be scoped
  Update the list of excluded files for the CS fixer
2018-07-26 10:59:12 +02:00
..
Tests Merge branch '2.8' into 3.4 2018-07-26 10:45:46 +02:00
composer.json updated version to 4.2 2018-05-07 16:51:25 +02:00
Inflector.php Merge branch '3.4' into 4.0 2018-07-26 10:51:09 +02:00
LICENSE Merge branch '2.8' into 3.3 2018-01-03 18:13:53 +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