arutil/ar-php
最新稳定版本:0.1.1
Composer 安装命令:
composer require arutil/ar-php
包简介
Arabic php utilities from Khaled Al-Sham'aa's library http://ar-php.org/
README 文档
README
ArUtil
Arabic PHP Utilities
Installation:
composer require arutil/ar-php
ArDateTime
A wrapper to the hijri methods in ar-php library.
To use the ArDateTime: check the documentation.
ArQuery
A query builder to search Arabic words by its variations.
To use the ArQuery: check the documentation.
Ar-php
The Original library from http://ar-php.org/
This is the great library of Khaled Al-Shamaa with small bug fixes.
You can use the original ar-php same as the docs at ar-php.org
The only diffirence is the the main class I18N_Arabic is renamed and namespaced under ArUtil\I18N\Arabic
<?php
require_once __DIR__ . '/../vendor/autoload.php';
use ArUtil\I18N\Arabic;
$obj = new Arabic('Numbers');
echo $obj->int2str(1975);
统计信息
- 总下载量: 34.24k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 17
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: LGPL-3.0
- 更新时间: 2017-07-11