Download the PHP package stephenjude/providus-sdk without Composer
On this page you can find all versions of the php package stephenjude/providus-sdk. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download stephenjude/providus-sdk
More information about stephenjude/providus-sdk
Files in stephenjude/providus-sdk
Package providus-sdk
Short Description Laravel SDK for Providus Bank collection APIs
License MIT
Homepage https://github.com/stephenjude/providus-sdk
Informations about the package providus-sdk
Laravel SDK for Providus Bank APIs
Laravel SDK for Providus Bank collection APIs
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
Initiailize the Providus API
Creating dynamic account number:
Creating reserved account number:
Updating account name:
Blacklisting account number:
Verifying transaction using session or settlement ID:
Webbhook Controller
You have to create a controller class that extends the base webhook controller that comes with this package. Update the providus config file to use your own defined controller.
Update your controller like this to return the valid responses to providus for successful and duplicate responses. This package handles rejected response for you.
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
- Stephen Jude
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of providus-sdk with dependencies
archtechx/enums Version ^0.3|^1.0
illuminate/contracts Version ^9.0|^10.0|^11.0
spatie/laravel-package-tools Version ^1.13.0
spatie/laravel-webhook-client Version ^3.1