Download the PHP package contipay/php-sdk without Composer
On this page you can find all versions of the php package contipay/php-sdk. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download contipay/php-sdk
More information about contipay/php-sdk
Files in contipay/php-sdk
Download contipay/php-sdk
More information about contipay/php-sdk
Files in contipay/php-sdk
Vendor contipay
Package php-sdk
Short Description The Contipay PHP Client provides a simple and secure way to integrate Contipay payments into any PHP application
License MIT
Package php-sdk
Short Description The Contipay PHP Client provides a simple and secure way to integrate Contipay payments into any PHP application
License MIT
Please rate this library. Is it a good library?
Informations about the package php-sdk
ContiPay SDK
A simple and secure PHP SDK for integrating payments with the ContiPay platform. Process mobile money and card payments with ease.
Installation
Install the package via Composer:
Quick Start
Configuration
Basic Setup
The SDK provides two main classes:
Mobile- For mobile money paymentsCard- For card payments
Configuration Parameters
| Parameter | Description | Options | Default |
|---|---|---|---|
$apiKey |
Your ContiPay API key | - | Required |
$apiSecret |
Your ContiPay API secret | - | Required |
$mode |
Environment mode | dev, live |
dev |
$method |
Payment flow | direct, redirect |
direct |
Mobile Payments
Supported Providers
- ✅ EcoCash
- ✅ OneMoney
- ✅ Omari
- ✅ InnBucks
- EcoCash (
$contipay->ecocash([...])) - OneMoney (
$contipay->onemoney([...])) - Omari (
$contipay->omari([...])) - InnBucks (
$contipay->innbucks([...])) - All In One (
$contipay->mobile([...]))
Example: Process Mobile Payment
OR
Provider Code & Name Options
| code | provider |
|---|---|
EC |
EcoCash |
OM |
OneMoney |
OC |
Omari |
IB |
InnBucks |
Card Payments
Supported Cards
- ✅ Visa
- ✅ MasterCard
- ✅ ZimSwitch
- Visa (
$contipay->visa([...])) - MasterCard (
$contipay->mastercard([...])) - ZimSwitch (
$contipay->zimswitch([...])) - All In One (
$contipay->card([...]))
Example: Process Card Payment
OR
Provider Code & Name Options
| code | provider |
|---|---|
ZS |
ZimSwitch |
VA |
Visa |
MA |
MasterCard |
Security
- All API requests are encrypted using TLS
- Sensitive data is never logged
- API credentials are required for all requests
Additional Resources
📄 License
This SDK is open-sourced software licensed under the MIT license.
All versions of php-sdk with dependencies
PHP Build Version
Package Version
Requires
nigel/contipay-php Version
^2.0
The package contipay/php-sdk contains the following files
Loading the files please wait ...