cobraprojects / ar-php
对 Ar-PHP 库的贡献,支持 Laravel 8,psr-4
v1.0
2021-11-06 15:19 UTC
Requires
- php: >=7.4.0
This package is auto-updated.
Last update: 2024-09-06 21:49:23 UTC
README
安装
$ composer require cobraprojects/ar-php
使用方法
<?php
use CobraProjects\Arabic\Arabic;
$Arabic = new Arabic('Glyphs');
$text ="";
$text = $Arabic->utf8Glyphs($text);
为什么需要它
我的应用程序使用 GD 扩展生成图像,这些图像包含阿拉伯语短语,但 GD 无法理解如何连接这些短语的字母,因此这个优秀的库帮助我解决了这个问题。
支持阿拉伯语
要了解更多关于在 PHP 中使用阿拉伯语的支持,我认为这个网站值得访问:PHP 阿拉伯语 -- Ar-PHP