thesoulless / reshapetext
Reshapes bidirectional text
Installs: 100
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 1
Open Issues: 0
pkg:composer/thesoulless/reshapetext
Requires
- php: ~5.5|~7.0
Requires (Dev)
- phpunit/phpunit: ~4.0||~5.0
- squizlabs/php_codesniffer: ^2.3
This package is not auto-updated.
Last update: 2024-11-24 04:11:19 UTC
README
اصلاح متن فارسی روی عکس
Reshapes a bidirectional text to use with imaging libraries (GD, etc.).
Install
Via Composer
$ composer require thesoulless/reshapetext
Add
Thesoulless\Reshapetext\ReshapetextServiceProvider::class,
to providers and
'Reshapetext' => Thesoulless\Reshapetext\Facades\Reshapetext::class,
to aliases section of config/app.php
Usage
$text = "متن راست به چپ"; $text = \Reshapetext::reshape($text);
Credits
This Laravel package is based on Persian-Log2Vis