Generates pseudo localization strings.
composer require arokettu/pseudolocale
<?php
echo \Arokettu\Pseudolocale\Pseudolocale::pseudolocalize(
'The quick brown fox jumps over the lazy dog'
); // [-- ȾႬє զūıçк Ьгøψπ ⨍øχ ʝūოρš øνєг τႬє ∤åẑγ ðøց --]
Read full documentation here: https://sandfox.dev/php/pseudolocale.html
Also on Read the Docs: https://php-pseudolocale.readthedocs.io/
Please file issues on our main repo at GitLab: https://gitlab.com/sandfox/php-pseudolocale/-/issues
The library is available as open source under the terms of the MIT License.