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: 2024-06-13 20:18:23 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.