Download the PHP package freethinkerz/laravel-pay without Composer
On this page you can find all versions of the php package freethinkerz/laravel-pay. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download freethinkerz/laravel-pay
More information about freethinkerz/laravel-pay
Files in freethinkerz/laravel-pay
Package laravel-pay
Short Description A laravel Payment Gateway wrapper for MeSomb and NotchPay
License MIT
Informations about the package laravel-pay
Laravel MeSomb
A laravel Payment Gateway wrapper for MeSomb and NotchPay
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
FreeThinkerz https://github.com/FreeThinkerz
Apreciations
Thank you to Malico ([email protected]) for starting this module.
Hachther LLC (For Adding updates to the module) [email protected]
All versions of laravel-pay with dependencies
illuminate/database Version ~5.7|^6.0|^7.0|^8.0|^9.0|^10.0
illuminate/support Version ~5.7|^6.0|^7.0|^8.0|^9.0|^10.0