# Inflector **Repository Path**: Jackin/Inflector ## Basic Information - **Project Name**: Inflector - **Description**: Inflector 字符串变形器!PHP扩展 - **Primary Language**: C - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 5 - **Forks**: 0 - **Created**: 2013-09-13 - **Last Updated**: 2023-07-13 ## Categories & Tags **Categories**: utils **Tags**: None ## README #Inflector 在PHP中经常有用到字符串的处理,比如: 将:Apple_pie, some_thing, people_person 转成: ApplePie, SomeThing, PeoplePerson 的 camelize 方法。 将:applePie, someThing 转成:apple_pie, some_thing 的 underscore 方法。 Inflector PHP扩展是将CakePHP的Inflector的方法转换成PHP的扩展!