karyamedia/ipay88
Composer 安装命令:
composer require karyamedia/ipay88
包简介
iPay88 payment gateway module
README 文档
README
iPay88 payment gateway module.
NOTE: You are required to request demo account from support@ipay88.com.my
Installation
I've make this project available to install via Composer with following command:
$ composer require karyamedia/ipay88 dev-master
Example Controller
<?php class Payment { protected $_merchantCode; protected $_merchantKey; public function __construct(){ parent::__construct(); /** * MerchantCode confidential * MerchantKey confidential */ $this->_merchantCode = 'xxxxxx'; $this->_merchantKey = 'xxxxxxxxx'; } public function index(){ $request = new IPay88\Payment\Request($this->_merchantKey); $this->_data['merchantCode'] = $request->setMerchantCode($this->_merchantCode); $this->_data['paymentId'] = $request->setPaymentId(1); $this->_data['refNo'] = $request->setRefNo('EXAMPLE0001'); $this->_data['amount'] = $request->setAmount('0.50'); $this->_data['currency'] = $request->setCurrency('MYR'); $this->_data['prodDesc'] = $request->setProdDesc('Testing'); $this->_data['userName'] = $request->setUserName('Your name'); $this->_data['userEmail'] = $request->setUserEmail('email@example.com'); $this->_data['userContact'] = $request->setUserContact('0123456789'); $this->_data['remark'] = $request->setRemark('Some remarks here..'); $this->_data['lang'] = $request->setLang('UTF-8'); $this->_data['signatureType'] = $request->getSignatureType('HMACSHA256'), $this->_data['signature'] = $request->getSignature(); $this->_data['responseUrl'] = $request->setResponseUrl('http://example.com/response'); $this->_data['backendUrl'] = $request->setBackendUrl('http://example.com/backend'); IPay88\Payment\Request::make($this->_merchantKey, $this->_data); } public function response(){ $response = (new IPay88\Payment\Response)->init($this->_merchantCode); echo "<pre>"; print_r($response); } }
Important Update from iPay88
Dear Valued Merchant,
We hope this message finds you well.
We are reaching out to notify you of an important update to the security of our iPay88 API payment system. As part of our ongoing efforts to enhance the security and integrity of all transactions, we have upgraded our signature encryption algorithm from SHA-256 to HMAC-SHA512.
What this means for you:
All API requests to iPay88 will now require HMAC-SHA512 for signature generation and validation.
This upgrade provides an additional layer of security, enhancing resilience against potential vulnerabilities and safeguarding sensitive payment data.
Please update your integration to support the HMAC-SHA512 encryption algorithm before the deadline of 31st January 2025.
Credits
Reference
https://github.com/cchitsiang/ipay88
https://github.com/fastsafety/ipay88
Lisence
MIT © Karyamedia. Please see License File for more information.
karyamedia/ipay88 适用场景与选型建议
karyamedia/ipay88 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 119.16k 次下载、GitHub Stars 达 17, 最近一次更新时间为 2026 年 01 月 04 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「api」 「Malaysia」 「ipay」 「ipay88」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 karyamedia/ipay88 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 karyamedia/ipay88 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 karyamedia/ipay88 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
iPay88 integration with Magento 2
A PSR-7 compatible library for making CRUD API endpoints
A Laravel package for connecting to all Iraninan payment gateways
Laravel 5.* Library for Malaysian states list
FPX multimedia components to be used for FPX Internet Banking applications in Laravel.
Laravel wrapper for Revenue Monster PHP SDK
统计信息
- 总下载量: 119.16k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 17
- 点击次数: 35
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-01-04