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
2021-03-17 21:31:43 +01:00
..
Tests Merge branch '4.4' into 5.2 2021-03-17 17:55:51 +01:00
.gitattributes add missing gitattributes for phpunit-bridge 2020-03-27 17:54:36 +01:00
.gitignore [Inflector] Add .gitignore file 2019-09-17 10:36:34 +02:00
CHANGELOG.md [String] Move Inflector in String 2020-05-05 08:40:05 +02:00
composer.json fix version constraint 2021-03-17 21:31:43 +01:00
Inflector.php [Inflector] Fixed pluralize "coupon" 2021-03-17 17:19:54 +01:00
LICENSE Bump license year 2021-01-01 10:24:35 +01:00
phpunit.xml.dist Merge branch '2.8' into 3.4 2018-11-11 20:48:54 +01:00
README.md Merge branch '4.4' into 5.1 2021-01-10 17:29:19 +01:00

Inflector Component

CAUTION: this component is deprecated since Symfony 5.1. Instead, use the String component EnglishInflector.


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

Resources