thesoulless/reshapetext

Reshapes bidirectional text

v1.2.1 2017-01-20 06:49 UTC

This package is not auto-updated.

Last update: 2024-04-28 01:19:06 UTC


README

اصلاح متن فارسی روی عکس

Packagist license

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