Download the PHP package tjmugova/laravel-dpo without Composer
On this page you can find all versions of the php package tjmugova/laravel-dpo. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download tjmugova/laravel-dpo
More information about tjmugova/laravel-dpo
Files in tjmugova/laravel-dpo
Package laravel-dpo
Short Description Provides DPO Payment integration for Laravel
License MIT
Informations about the package laravel-dpo
laravel-dpo
A laravel package for integrating DPO Payment Gateway API to your application.
Installation :traffic_light:
Add the package to your composer.json
Or just run composer require
Configuration
Add your DPO Token, Payment Url, API Url, and Currency .env
:
Advanced configuration
Run php artisan vendor:publish --provider="Tjmugova\Dpo\DpoProvider"
Usage :white_check_mark:
For full documentation, please refer to DPO Public API Docs
Create Token
Redirect After Successfuly Token Request
Verify Token
You can verify a token received above. The method takes various parameters as specified in the DPO API docs.
NOTE:
If you find any bugs or you have some ideas in mind that would make this better. Please don't hesitate to create a pull request.
If you find this package helpful, a simple star is very much appreciated.
MIT LICENSE
All versions of laravel-dpo with dependencies
illuminate/notifications Version ^5.8 || ^6.0 || ^7.0 || ^8.0 || ^9.0
illuminate/support Version ^5.8 || ^6.0 || ^7.0 || ^8.0 || ^9.0
illuminate/events Version ^5.8 || ^6.0 || ^7.0 || ^8.0 || ^9.0
illuminate/queue Version ^5.8 || ^6.0 || ^7.0 || ^8.0 || ^9.0