瀏覽代碼

Add CamerPay PHP SDK to E-commerce section

CamerPay is a payment gateway focused on Cameroon supporting Mobile Money
(Orange Money, MTN MoMo), credit cards (Visa, Mastercard via Stripe) and
PayPal. The official PHP SDK ships with zero runtime dependencies (native
cURL), typed exceptions per HTTP status code, and HMAC-SHA256 webhook
verification using hash_equals() for timing-attack safety.

- Repository: https://github.com/camerpay/php-sdk
- Packagist:  https://packagist.org/packages/camerpay/php-sdk
- License:    MIT
- Requires:   PHP 8.1+
- Tagged release: v1.0.0
- Documentation: https://camerpay.biz/docs
pull/1438/merge^2
madengue 2 週之前
父節點
當前提交
8fcf4ee620
共有 1 個檔案被更改,包括 1 行新增0 行删除
  1. 1
    0
      README.md

+ 1
- 0
README.md 查看文件

@@ -545,6 +545,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
545 545
 
546 546
 * [Money](https://github.com/moneyphp/money) - A PHP implementation of Fowler's money pattern.
547 547
 * [Brick Money](https://github.com/brick/money) - A money library for PHP, with support for contexts, cash roundings, currency conversion.
548
+* [CamerPay PHP SDK](https://github.com/camerpay/php-sdk) - Official PHP SDK for CamerPay payment gateway (Mobile Money, cards, PayPal) in Cameroon.
548 549
 * [OmniPay](https://github.com/thephpleague/omnipay) - A framework agnostic multi-gateway payment processing library.
549 550
 * [Payum](https://github.com/payum/payum) - A payment abstraction library.
550 551
 * [Shopsys Framework](https://github.com/shopsys/shopsys/) - An open source e-commerce platform for in-house development teams.

Loading…
取消
儲存