Download the PHP package loovpayment/laravel-sdk without Composer
On this page you can find all versions of the php package loovpayment/laravel-sdk. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package laravel-sdk
Introduction
Loov Solutions is an online payment tool.
Installation
Run this in your terminal to install loov from comand line
Requirements
- amount: The payment amount in the specified currency.
- currency: The currency code of the payment amount.
- description: Description of the payment purpose.
- username: Customer name.
- email: Customer email.
- operator: The mobile operator code used for the payment (e.g., "orange-money-cm")
- phoneNumber: Customer phone number.
- return_url: URL to redirect after successful payment.
- cancel_url: URL to redirect if payment is canceled.
- callback_url: URL for payment notifications (webhook).
- payment_mode: The chosen payment mode. value: ALL, CARD, MOBILE_MONEY.
Pay In
Success Response
Upon successful payment initiation, the API will respond with a status code of 200 along with the following response body:
Mobile SoftPay
Success Response
Upon successfully initiating the mobile payment, the API will respond with a JSON object containing payment information.
Supported Operators
country | operator | operator_code |
Benin | Mtn | mtn-benin |
Benin | Moov | moov-benin |
Cameroon | Orange | orange-money-cm |
Cameroon | Mtn | mtn-cm |
Ivory Coast | Mtn | mtn-ci |
Ivory Coast | Moov | moov-ci |
Mali | Moov | moov-ml |
Mali | Orange | orange-money-ml |
Senegal | Orange | orange-money-senegal |
Senegal | Expresso | expresso-senegal |
Senegal | Free | free-money-senegal |
Senegal | Wave Senegal | wave-senegal |
Togo | T-money | t-money-togo |
Pay Out
Success Response
Upon successfully initiating the mobile payment, the API will respond with a JSON object containing payment information.
Check Status
Success Response
Upon successfully retrieving the payment status, the API will respond with a JSON object containing the payment status information.
Security Vulnerabilities
If you discover a security vulnerability within Laravel, please send an e-mail to Arolle Fona via [email protected]. All security vulnerabilities will be promptly addressed.
License
The Laravel framework is open-sourced software licensed under the MIT license.
All versions of laravel-sdk with dependencies
guzzlehttp/guzzle Version ^7.2
laravel/framework Version ^10.10
laravel/sanctum Version ^3.2
laravel/tinker Version ^2.8
ext-curl Version *