thesoulless / reshapetext

Reshape bidirectional text for PHP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reshape bidirectional text for Laravel 5

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

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

About

Reshape bidirectional text for PHP

License:MIT License


Languages

Language:PHP 100.0%