Explorar el Código

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 hace 2 semanas
padre
commit
27201692fc
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1
    0
      README.md

+ 1
- 0
README.md Ver fichero

545
 
545
 
546
 * [Money](https://github.com/moneyphp/money) - A PHP implementation of Fowler's money pattern.
546
 * [Money](https://github.com/moneyphp/money) - A PHP implementation of Fowler's money pattern.
547
 * [Brick Money](https://github.com/brick/money) - A money library for PHP, with support for contexts, cash roundings, currency conversion.
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
 * [OmniPay](https://github.com/thephpleague/omnipay) - A framework agnostic multi-gateway payment processing library.
549
 * [OmniPay](https://github.com/thephpleague/omnipay) - A framework agnostic multi-gateway payment processing library.
549
 * [Payum](https://github.com/payum/payum) - A payment abstraction library.
550
 * [Payum](https://github.com/payum/payum) - A payment abstraction library.
550
 * [Shopsys Framework](https://github.com/shopsys/shopsys/) - An open source e-commerce platform for in-house development teams.
551
 * [Shopsys Framework](https://github.com/shopsys/shopsys/) - An open source e-commerce platform for in-house development teams.

Loading…
Cancelar
Guardar