定制 arutil/ar-php 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

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

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

Build Status Total Downloads

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

GitHub 信息

  • Stars: 15
  • Watchers: 1
  • Forks: 5
  • 开发语言: PHP

其他信息

  • 授权协议: LGPL-3.0
  • 更新时间: 2017-07-11