2021-05-10 00:23:30 +00:00
|
|
|
# Doctrine Inflector
|
|
|
|
|
|
|
|
Doctrine Inflector is a small library that can perform string manipulations
|
|
|
|
with regard to uppercase/lowercase and singular/plural forms of words.
|
|
|
|
|
2021-10-23 01:58:01 +00:00
|
|
|
[![Build Status](https://github.com/doctrine/inflector/workflows/Continuous%20Integration/badge.svg)](https://github.com/doctrine/inflector/actions?query=workflow%3A%22Continuous+Integration%22+branch%3A4.0.x)
|
|
|
|
[![Code Coverage](https://codecov.io/gh/doctrine/inflector/branch/2.0.x/graph/badge.svg)](https://codecov.io/gh/doctrine/inflector/branch/2.0.x)
|