承接 kasir/kasir 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

kasir/kasir

最新稳定版本:v3.0.0-rc.1

Composer 安装命令:

composer require kasir/kasir

包简介

Kasir helps integrating Midtrans in Laravel way.

README 文档

README

Kasir Logo

Packagist Downloads License

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:

  1. Fork this project to your GitHub account.
  2. Create Laravel app locally.
  3. Clone your fork in your Laravel app's root directory.
  4. In the /kasir directory, create a new branch for your fix, e.g. fix-something.
  5. Install the packages in your app's composer.json:
    {
        "require": {
            "kasir/kasir": "*"
        },
        "repositories": [
            {
                "type": "path",
                "url": "kasir/*"
            }
        ]
    }
  6. Run composer update.
  7. 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
  • 点击次数: 2
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 9
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2023-01-16