2017 © Pedro Peláez
 

library reshapetext

Reshapes bidirectional text

image

thesoulless/reshapetext

Reshapes bidirectional text

  • Friday, January 20, 2017
  • by soulless
  • Repository
  • 1 Watchers
  • 2 Stars
  • 43 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

Reshape bidirectional text for Laravel 5

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

Packagist license, (*1)

Reshapes a bidirectional text to use with imaging libraries (GD, etc.)., (*2)

Install

Via Composer, (*3)

``` bash $ composer require thesoulless/reshapetext, (*4)


Add

Thesoulless\Reshapetext\ReshapetextServiceProvider::class,, (*5)


to `providers` and

'Reshapetext' => Thesoulless\Reshapetext\Facades\Reshapetext::class,, (*6)


to `aliases` section of `config/app.php` ## Usage ``` php $text = "متن راست به چپ"; $text = \Reshapetext::reshape($text);

Credits

This Laravel package is based on Persian-Log2Vis, (*7)

The Versions

20/01 2017

dev-master

9999999-dev https://github.com/thesoulless/reshapetext

Reshapes bidirectional text

  Sources   Download

MIT

The Requires

  • php ~5.5|~7.0

 

The Development Requires

thesoulless reshapetext

20/01 2017

v1.2.1

1.2.1.0 https://github.com/thesoulless/reshapetext

Reshapes bidirectional text

  Sources   Download

MIT

The Requires

  • php ~5.5|~7.0

 

The Development Requires

thesoulless reshapetext

16/01 2017

1.1.0

1.1.0.0 https://github.com/thesoulless/reshapetext

Reshapes bidirectional text

  Sources   Download

MIT

The Requires

  • php ~5.6|~7.0

 

The Development Requires

thesoulless reshapetext

16/01 2017

v1.2.0

1.2.0.0 https://github.com/thesoulless/reshapetext

Reshapes bidirectional text

  Sources   Download

MIT

The Requires

  • php ~5.6|~7.0

 

The Development Requires

thesoulless reshapetext

16/01 2017

1.0.0

1.0.0.0 https://github.com/thesoulless/reshapetext

Reshapes bidirectional text

  Sources   Download

MIT

The Requires

  • php ~5.6|~7.0

 

The Development Requires

thesoulless reshapetext