cobraprojects / ar-php
contribution to Ar-PHP Library, Laravel 8 Support, psr-4
Installs: 1 889
Dependents: 0
Suggesters: 0
Security: 0
Stars: 5
Watchers: 0
Forks: 11
Language:HTML
Requires
- php: >=7.4.0
This package is auto-updated.
Last update: 2025-03-06 23:14:17 UTC
README
Install
$ composer require cobraprojects/ar-php
Usage
<?php
use CobraProjects\Arabic\Arabic;
$Arabic = new 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