Download the PHP package maviance/smobilpay-php without Composer
On this page you can find all versions of the php package maviance/smobilpay-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download maviance/smobilpay-php
More information about maviance/smobilpay-php
Files in maviance/smobilpay-php
Download maviance/smobilpay-php
More information about maviance/smobilpay-php
Files in maviance/smobilpay-php
Vendor maviance
Package smobilpay-php
Short Description Smobilpay Third Party (S3P) API client for PHP
License Apache-2.0
Homepage https://www.smobilpay.cm
Package smobilpay-php
Short Description Smobilpay Third Party (S3P) API client for PHP
License Apache-2.0
Homepage https://www.smobilpay.cm
Please rate this library. Is it a good library?
Informations about the package smobilpay-php
Smobilpay S3P API Client for PHP
Php library for the Smobilpay S3P API
Note Only use this branch with PHP 8.1 and above
Note Compatbility with PHP releases < 8.1 are being maintained in the v1.0 branch
Getting Started
Composer
To install the library via Composer, add composer.json:
Usage
The official API documentation can be found at : https://apidocs.smobilpay.com
Samplecode to call account details:
Please visit https://apidocs.smobilpay.com for usage documentation
Documentation for API Endpoints
All URIs are relative to /v2
Class | Method | HTTP request | Description |
---|---|---|---|
AccountApi | accountGet | GET /account | Retrieve account information and remaining account balance |
AccountValidationApi | verifyGet | GET /verify | Verify service number |
ConfirmApi | collectstdPost | POST /collectstd | Execute payment collection |
HealthcheckApi | pingGet | GET /ping | Check on the availability of the api |
InitiateApi | billGet | GET /bill | Get bill payment handler |
InitiateApi | quotestdPost | POST /quotestd | Request quote with price details about the payment |
InitiateApi | subscriptionGet | GET /subscription | Get subscription payment handler |
MasterdataApi | cashinGet | GET /cashin | Retrieve available cashin packages |
MasterdataApi | cashoutGet | GET /cashout | Retrieves available cashout packages |
MasterdataApi | merchantGet | GET /merchant | Retrieve list of merchants supported by the system. |
MasterdataApi | productGet | GET /product | Retrieve list of available products |
MasterdataApi | serviceGet | GET /service | Retrieve list of services supported by the system. |
MasterdataApi | serviceIdGet | GET /service/{id} | Retrieve single service |
MasterdataApi | topupGet | GET /topup | Retrieve available topup packages |
MasterdataApi | voucherGet | GET /voucher | Retrieve list of available vouchers to purchase |
VerifyApi | historystdGet | GET /historystd | Retrieve list of historic payment collection. |
VerifyApi | verifytxGet | GET /verifytx | Get the current payment collection status |
Documentation For Models
- Account
- Bill
- Cashin
- Cashout
- CollectionRequest
- CollectionResponse
- Error
- I18nText
- Merchant
- PaymentStatus
- Ping
- Product
- Quote
- QuoteRequest
- Service
- Subscription
- Topup
All versions of smobilpay-php with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.1
ext-curl Version *
ext-json Version *
ext-mbstring Version *
ramsey/uuid Version @stable
guzzlehttp/guzzle Version ^7.5
ext-curl Version *
ext-json Version *
ext-mbstring Version *
ramsey/uuid Version @stable
guzzlehttp/guzzle Version ^7.5
The package maviance/smobilpay-php contains the following files
Loading the files please wait ....