pawelswiszcz/word-transforms
Composer 安装命令:
composer require pawelswiszcz/word-transforms
包简介
Word transformations
README 文档
README
Word Transform
to run test: ./vendor/bin/phpunit --bootstrap vendor/autoload.php --testdox tests
to use:
$string = 'Inteligence is the ability to change.';
$result = (new Transform($string, new English()))->transform();
/** $result
'!n7e|!gence !5 7he 48!|!7y 70 ch4nge.';
to install:
composer require pawelswiszcz/word-transforms
统计信息
- 总下载量: 12
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-01-28