pawelswiszcz / word-transforms
Word transformations
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: 2025-06-28 00:49:13 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