deha-soft / laravel-gmo-payment
GMO payment sdk for laravel
Installs: 8
Dependents: 0
Suggesters: 0
Security: 0
Stars: 41
Watchers: 1
Forks: 1
Open Issues: 0
pkg:composer/deha-soft/laravel-gmo-payment
This package is auto-updated.
Last update: 2025-12-13 23:45:49 UTC
README
Installation
- You can install the package via composer:
composer require deha-soft/laravel-gmo-payment
- Optional: The service provider will automatically get registered. Or you may manually add the service provider in your config/app.php file:
'providers' => [ // ... DehaSoft\LaravelGmoPayment\GMOPaymentServiceProvider::class, ];
License
The MIT License (MIT). Please see License File for more information.