johntaa/ar-php 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

johntaa/ar-php

Composer 安装命令:

composer require johntaa/ar-php

包简介

contribution to Ar-PHP Library, namespace-psr4 added

README 文档

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

统计信息

  • 总下载量: 18.52k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 16
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 16
  • Watchers: 1
  • Forks: 11
  • 开发语言: HTML

其他信息

  • 授权协议: LGPL-3.0
  • 更新时间: 2015-09-11