Download the PHP package explicador/e2payments-php-sdk without Composer
On this page you can find all versions of the php package explicador/e2payments-php-sdk. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download explicador/e2payments-php-sdk
More information about explicador/e2payments-php-sdk
Files in explicador/e2payments-php-sdk
Package e2payments-php-sdk
Short Description Pacote de integração de pagamentos online por MPesa, eMola, MKesh, conta móvel, BIM, Master Card e mais
License MIT
Homepage https://github.com/explicador/e2payments-php-sdk
Informations about the package e2payments-php-sdk
Explicador e2Payments PHP SDK
This package seeks to help php developers implement the e2Payments APIs without much hustle. It is based on the REST API whose documentation is available on https://e2payments.explicador.co.mz/docs.
Installation
You can install the package via composer:
Usage
Example
Common HTTP Status Codes
Status Code | Description | Explanation |
---|---|---|
200 | OK | Request Executed successfully and stored in e2Payments Platform |
201 | Added | The transaction executed successfully and stored in e2Payments Platform |
400 | Bad Request | Wallet, origin or other mpesa issues |
403 | Forbidden | If the Wallet ID does not exists or does not belongs to the user (if walletId belongs to some organization, the user must be invited) |
401 | Unauthenticated | Client ID or Client Secret issues |
500 | Server error | If this happens please, report to Explicador Team. |
Testing
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- José Seie
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
PHP Package Boilerplate
This package was generated using the PHP Package Boilerplate.