routegroup/laravel-imoje
最新稳定版本:0.5.0
Composer 安装命令:
composer require routegroup/laravel-imoje
包简介
Package for imoje payments
关键字:
README 文档
README
Introduction
This package is an integration of imoje payments with typed objects, which will help you integrate payments quickly.
Installation
You can install the package via composer:
composer require routegroup/laravel-imoje
Add to your config/services.php
'imoje' => [ 'merchant_id' => env('IMOJE_MERCHANT_ID'), 'service_id' => env('IMOJE_SERVICE_ID'), 'service_key' => env('IMOJE_SERVICE_KEY'), 'api_key' => env('IMOJE_API_KEY'), 'env' => env('IMOJE_ENV'), ],
Add to your .env
IMOJE_MERCHANT_ID= IMOJE_SERVICE_ID= IMOJE_SERVICE_KEY= IMOJE_API_KEY= IMOJE_ENV=
Usage
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
License
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 1.07k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-10-09