nuxed / inflector
Nuxed Inflector
v1.0.0
2019-11-20 03:37 UTC
Requires
- hhvm: ^4.25
- hhvm/hsl: ^4.25
Requires (Dev)
- facebook/fbexpect: ^2.7
- hhvm/hacktest: ^2.0
- hhvm/hhast: ^4.25
This package is auto-updated.
Last update: 2024-09-19 08:36:54 UTC
README
Nuxed Inflector
Nuxed Inflector 组件可以将单词在单数和复数形式之间进行转换(仅限英语)
安装
此软件包可以通过 Composer 进行安装。
$ composer require nuxed/inflector
示例
use namespace Nuxed\Inflector; <<__EntryPoint>> async function main(): Awaitable<void> { $singular = Inflector\Inflector::singularize('children'); // > vec['child'] $plural = Inflector\Inflector::pluralize('bacterium'); // > vec['bacteria'] }
安全
有关在 Nuxed 中报告安全漏洞的信息,请参阅 SECURITY.md。
许可证
Nuxed 是开源软件,许可协议为 MIT 许可。