소스 검색

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/head
madengue 2 주 전
부모
커밋
27201692fc
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…
취소
저장