kasir/kasir
最新稳定版本:v3.0.0-rc.1
Composer 安装命令:
composer require kasir/kasir
包简介
Kasir helps integrating Midtrans in Laravel way.
README 文档
README
Introduction
Kasir helps integrate Midtrans in Laravel way.
Installation and Usage
Please refer to the documentation.
Contributing
If you want to contribute to Kasir package, you may want to test it in a real Laravel project:
- Fork this project to your GitHub account.
- Create Laravel app locally.
- Clone your fork in your Laravel app's root directory.
- In the
/kasirdirectory, create a new branch for your fix, e.g.fix-something. - Install the packages in your app's
composer.json:{ "require": { "kasir/kasir": "*" }, "repositories": [ { "type": "path", "url": "kasir/*" } ] } - Run
composer update. - When creating a Pull Request, make sure you have set your MIDTRANS_SERVER_KEY_SANDBOX and MIDTRANS_CLIENT_KEY_SANDBOX in your GitHub secrets for testing.
License
Kasir is open-sourced software licensed under the MIT license.
统计信息
- 总下载量: 91
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 9
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-01-16