anderss0n / persiana
Persiana is a Persian text normalizer utility that support English for every day usage with texts.
v1.0
2020-03-28 15:30 UTC
Requires
- php: >=7.0
Requires (Dev)
- php: >=7.1
- ext-mbstring: *
- phpunit/phpunit: ~5.7.10|~6.5|~7.0|~8.0|~9.0
This package is auto-updated.
Last update: 2024-10-29 05:53:28 UTC
README
Persiana
Persiana is a Persian text normalizer utility that support English for every day usage with texts.
Install
by Composer
composer require anderss0n/persiana
by Git
git clone git@github.com:MrAnderss0n/Persiana.git
How to use
Use the following class into your PHP code:
use Anderss0n\Persiana\Normalizer;
Simple example:
echo Normalizer::tidySpaces('test the new package.'); // OUTPUT: test the new package.