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

dev-develop 2022-03-13 15:11 UTC

This package is auto-updated.

Last update: 2025-12-13 23:45:49 UTC


README

Installation

  1. You can install the package via composer:
composer require deha-soft/laravel-gmo-payment
  1. 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.