mirror of
https://github.com/zoe-may/TDoG-Skin.git
synced 2024-11-24 22:02:22 +08:00
9 lines
614 B
Markdown
9 lines
614 B
Markdown
|
# Doctrine Inflector
|
||
|
|
||
|
Doctrine Inflector is a small library that can perform string manipulations
|
||
|
with regard to uppercase/lowercase and singular/plural forms of words.
|
||
|
|
||
|
[![Build Status](https://travis-ci.org/doctrine/inflector.svg)](https://travis-ci.org/doctrine/inflector)
|
||
|
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/doctrine/inflector/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/doctrine/inflector/?branch=master)
|
||
|
[![Code Coverage](https://scrutinizer-ci.com/g/doctrine/inflector/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/doctrine/inflector/?branch=master)
|