deha-soft / laravel-gmo-payment
GMO payment sdk for laravel
dev-develop
2022-03-13 15:11 UTC
This package is auto-updated.
Last update: 2026-03-14 00:19:29 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.