AbdullahGhanem / ar-php

Ar-PHP Library, Namespace Added - psr4

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

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.

Support Arabic

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

About

Ar-PHP Library, Namespace Added - psr4


Languages

Language:PHP 99.9%Language:CSS 0.1%