Download the PHP package nekoding/gmo-payment-gateway without Composer
On this page you can find all versions of the php package nekoding/gmo-payment-gateway. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download nekoding/gmo-payment-gateway
More information about nekoding/gmo-payment-gateway
Files in nekoding/gmo-payment-gateway
Package gmo-payment-gateway
Short Description Simple package to interact GMOPG API for laravel project
License MIT
Homepage https://github.com/nekoding/gmo-payment-gateway
Informations about the package gmo-payment-gateway
GMOPG Package for Laravel
Simple package to interact GMOPG API for laravel project
Installation
You can install the package via composer:
Publish configuration file with
Usage
Configuration
You can change api credential via .env
or via config/config.php
ENV Key | Description |
---|---|
GMO_API_SANDBOX_MODE | If true package will use sandbox endpoint instead production endpoint |
GMO_SITE_ID | Credential to connect GMO Site API |
GMO_SITE_PASS | Credential to connect GMO Site API |
GMO_SHOP_ID | Credential to connect GMO Shop API |
GMO_SHOP_PASS | Credential to connect GMO Shop API |
GMO_3DS_VERSION | 3DS API Version for credit card (only support value 1 / 2) |
GMO_API_TIMEOUT | Determine API Timeout (default: 2s) |
Supported API
- [x] SiteAPI
- [x] ShopAPI - Credit card payment
Testing
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- Enggar Tivandi
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
Laravel Package Boilerplate
This package was generated using the Laravel Package Boilerplate.
All versions of gmo-payment-gateway with dependencies
guzzlehttp/guzzle Version ^7.0
illuminate/support Version ^8.0
phpseclib/phpseclib Version ^3.0