2017 © Pedro Peláez
 

library ar-php

contribution to Ar-PHP Library, namespace-psr4 added

image

johntaa/ar-php

contribution to Ar-PHP Library, namespace-psr4 added

  • Saturday, January 27, 2018
  • by johntaa
  • Repository
  • 1 Watchers
  • 1 Stars
  • 557 Installations
  • HTML
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 1 Versions
  • 16 % Grown

The README.md

Contribution to Ar-PHP Library, namespace-psr4 added

Install

Add the "johntaa/ar-php": "dev-master" into the require section of your composer.json. Run composer install., (*1)

Usage

<?php
use Johntaa\Arabic\I18N_Arabic;

    $Arabic = new I18N_Arabic('Glyphs'); 

    $text ="";
        $text = $Arabic->utf8Glyphs($text); 

Why I need it :

My application producing Images using GD extension and these images conatain arabic phrases, but GD cannot understand how to connect these phrases letters , So this great library helped me to solve this problem., (*2)

Support Arabic

For more support in using arabic language in php, I think this site deserve a visit: PHP Arabic -- Ar-PHP, (*3)

The Versions

27/01 2018

dev-master

9999999-dev https://github.com/Johntaa/ar-php

contribution to Ar-PHP Library, namespace-psr4 added

  Sources   Download

LGPL LGPL-3.0

The Requires

  • php >=5.4.0

 

by :johntaa