Download the PHP package gerbang-bayar/atome without Composer
On this page you can find all versions of the php package gerbang-bayar/atome. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download gerbang-bayar/atome
More information about gerbang-bayar/atome
Files in gerbang-bayar/atome
Package atome
Short Description Simple SDK package for Atome Payment API. Use as standalone or with Laravel
License MIT
Homepage https://github.com/gerbang-bayar/atome
Informations about the package atome
Atome
SDK for Atome payment gateway. Can use as standalone package or use with laraditz/bayar
laravel package.
Installation
Available Request Methods
Below are all methods available under this package.
checkConfiguration(string $countryCode, ?string $callbackUrl = null): Response
createPayment(array $args): Response
getPayment(string $referenceId): Response
cancelPayment(string $referenceId): Response
refundPayment(string $referenceId): Response
Usage
Create Payment
To create payment and get the payment URL to be redirected to.
See the documentation for more details.
Use with Laravel
You can use this package with laraditz/bayar as a provider.
Add configuration to config/services.php
Add provider event listener
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
- Raditz Farhan
- All Contributors
License
The MIT License (MIT). Please see License File for more information.