pawelswiszcz / word-transforms
单词转换
1.0.1
2018-02-04 22:07 UTC
Requires
- php: ^7.0
Requires (Dev)
- phpunit/phpunit: ^7.0
This package is not auto-updated.
Last update: 2024-09-20 21:02:42 UTC
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