Download the PHP package hachther/laravel-mesomb without Composer
On this page you can find all versions of the php package hachther/laravel-mesomb. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download hachther/laravel-mesomb
More information about hachther/laravel-mesomb
Files in hachther/laravel-mesomb
Package laravel-mesomb
Short Description A laravel wrapper on top of Mesomb Payment API
License MIT
Informations about the package laravel-mesomb
Laravel MeSomb
Laravel Wrapper on top of MeSomb Payment API
Roadmap
API Features and their implementations https://mesomb.hachther.com/en/api/v1.1/schema/
Feature | Status | Documentation |
---|---|---|
Payment | ☑ | Check the documentation |
Transaction Status | ☑ | Check the documentation |
Application Status | ☑ | Check the documentation |
Deposits | ☑ | Check the documentation |
Test | ☐ | |
Better Documentation | ☐ |
Installation
Before you start, you must register your service and MeSomb and get API Access keys. Please follow this tutorial.
Install Package
Publish Configuration Files
Setting the following parameters from MeSomb
Get the information below from MeSomb after following the above tutorial.
Publish configurations file
Migrate Mesomb Transaction Tables
Usage
Quick Examples
Simple Collect
Simple Deposit
Attaching Payments to Models Directly
Handle multiple applications
This is how you process if you want to handle multiple MeSomb applications with the same project.
- Set up your configuration file with the default application and other information as specified below.
- Update the applicationKey (the accessKey and the secretKey if needed) on the fly as you can see below.
Author
Hachther LLC [email protected]
Thank you to Malico ([email protected]) for starting this module.
All versions of laravel-mesomb with dependencies
illuminate/database Version ~5.7|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0
illuminate/support Version ~5.7|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0