johntaa/ar-php

contribution to Ar-PHP Library, namespace-psr4 added

Installs: 14 088

Dependents: 0

Suggesters: 0

Security: 0

Stars: 15

Watchers: 1

Forks: 12

Open Issues: 6

Language:HTML

dev-master 2018-01-27 02:25 UTC

This package is not auto-updated.

Last update: 2024-04-21 06:14:38 UTC


README

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