├── CHANGELOG.md ├── Inflector.php ├── LICENSE ├── README.md └── composer.json /CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/symfony/inflector/HEAD/CHANGELOG.md -------------------------------------------------------------------------------- /Inflector.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/symfony/inflector/HEAD/Inflector.php -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/symfony/inflector/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/symfony/inflector/HEAD/README.md -------------------------------------------------------------------------------- /composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/symfony/inflector/HEAD/composer.json --------------------------------------------------------------------------------