Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kasirphp/kasir
Midtrans package for Laravel, in Laravel way.
https://github.com/kasirphp/kasir
composer laravel midtrans midtrans-php payment-gateway php
Last synced: about 1 month ago
JSON representation
Midtrans package for Laravel, in Laravel way.
- Host: GitHub
- URL: https://github.com/kasirphp/kasir
- Owner: kasirphp
- License: mit
- Created: 2023-01-16T10:24:45.000Z (almost 2 years ago)
- Default Branch: v2.x
- Last Pushed: 2024-05-07T05:31:38.000Z (8 months ago)
- Last Synced: 2024-11-10T04:15:52.505Z (about 2 months ago)
- Topics: composer, laravel, midtrans, midtrans-php, payment-gateway, php
- Language: PHP
- Homepage: https://kasirphp.com
- Size: 1.41 MB
- Stars: 9
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
- Security: SECURITY.md
Awesome Lists containing this project
README
## Introduction
Kasir helps integrate Midtrans in Laravel way.
## Installation and Usage
Please refer to the [documentation](https://kasirphp.com).
## Community and Discussions
## 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`:
```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](LICENSE.md).