Download the PHP package dinhdjj/laravel-thesieure without Composer
On this page you can find all versions of the php package dinhdjj/laravel-thesieure. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download dinhdjj/laravel-thesieure
More information about dinhdjj/laravel-thesieure
Files in dinhdjj/laravel-thesieure
Package laravel-thesieure
Short Description Provide a helper interface to communicate with thesieure easily
License MIT
Homepage https://github.com/dinhdjj/thesieure
Informations about the package laravel-thesieure
Provide a helper interface to communicate with thesieure easily
This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.
Installation
You can install the package via composer:
You can publish the config file with:
This is the contents of the published config file:
Usage
Firstly, you should register logic to handle the callback from thesieure.
Next, you should register the callback in thesieure. By default, the callback route ispost
:/api/thesieure/callback
.
Finally, when you need to send a card to thesieure
approve:
When thesieure
response the result, error or when you call approveCard
, updateApprovedCard
method, closure you transfer to \Thesieure::onCallback
will be invoked. All things you need to do is register logic in \Thesieure::onCallback
.
Testing
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
- dinhdjj
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-thesieure with dependencies
spatie/laravel-package-tools Version ^1.9.2
illuminate/contracts Version ^9.0