geezify/geezify-php
Composer 安装命令:
composer require geezify/geezify-php
包简介
A library to convert ascii number like '3456' to geez number '፴፬፻፶፮' and vise versa.
关键字:
README 文档
README
This package is a library to convert ascii number like '3456' to geez number '፴፬፻፶፮' and vise versa.
Ge'ez (ግዕዝ) is an ancient South Semitic language that originated in Eritrea and the northern region of Ethiopia in the Horn of Africa. It later became the official language of the Kingdom of Aksum and Ethiopian imperial court.
click here to read more.
Prerequisites
geezify requires PHP 5.6 or greater.
Installation
composer require geezify/geezify-php
If you never used
composerbefore, please check out this link before you write any PHP code again!
Usage
<?php require 'vendor/autoload.php'; use Geezify\Geezify; $geez = Geezify::create(); echo $geez->toGeez(123) . PHP_EOL; // ፻፳፫ echo $geez->toGeez(1234) . PHP_EOL; // ፲፪፻፴፬ echo $geez->toGeez(1986) . PHP_EOL; // ፲፱፻፹፮ echo $geez->toGeez(1000000) . PHP_EOL; // ፻፼ // or you can even do the reverse echo $geez->toAscii('፻፳፫') . PHP_EOL; // 123 echo $geez->toAscii('፲፪፻፴፬') . PHP_EOL; // 1234 echo $geez->toAscii('፲፱፻፹፮') . PHP_EOL; // 1986 echo $geez->toAscii('፻፼') . PHP_EOL; // 1000000
License
Geezify is released under the MIT Licence. See the bundled LICENSE file for details.
geezify/geezify-php 适用场景与选型建议
geezify/geezify-php 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 18.95k 次下载、GitHub Stars 达 8, 最近一次更新时间为 2017 年 02 月 24 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「ethiopian」 「geez」 「geezify」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 geezify/geezify-php 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 geezify/geezify-php 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 geezify/geezify-php 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
If you ever want to convert Ethiopian Calender to any other calender system (like the Gregorian Calender) this is the right package for you. And by the way it also support Amharic date formatting and much much more.
Laravel package for transliterating Amharic (Ethiopic) text to Latin and handling phonetically equivalent character variants.
A comprehensive Laravel package for Ethiopian calendar datepicker with Gregorian calendar conversion
A professional, accurate Ethiopian (Ge'ez) calendar date picker with bilingual support (Amharic/English), dark mode, and holiday highlighting
A modern PHP library for the Ethiopian calendar: date conversion, formatting, arithmetic, calendar grids, and a full Bahire Hasab implementation.
统计信息
- 总下载量: 18.95k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 8
- 点击次数: 31
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-02-24