Download the PHP package abolfazlrastegar/laravel-payments without Composer
On this page you can find all versions of the php package abolfazlrastegar/laravel-payments. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package laravel-payments
Laravel-payments
package laravel multi payment support form (Zarinpal, Zibal, Idpay, Payir)
Install package for laravel ^7
Publish config
Docs drivers
Use methode request
or
or
infoUser method request
zarinpal | zibal | idpay | payir |
---|---|---|---|
[ 'mobile' => $user->mobile, 'email' => $user->email ] |
[ 'mobile' => $user->mobile ] |
[ 'name' => $user->name .' '. $user->family, 'mobile' => $user->mobile, 'email' => $user->email ] |
[ 'mobile' => $user->mobile, 'name' => $user->name .' '. $user->family ] |
Use methode verify
or
Params method verify
zarinpal | zibal | idpay | payir |
---|---|---|---|
[ 'amount' => 10000, 'authority' => 'A00000000000000000000000000202690354' ] |
$trackId = 15966442233311 | [ 'id' => "d2e353189823079e1e4181772cff5292", 'order_id' => '101' ] |
$token = "توکن پرداخت" |
Use methods zarinpal
To read more go to the Docs zarinpal
Method refund zarinpal
Method unVerified zarinpal
config
All versions of laravel-payments with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.1 || ^8.1
The package abolfazlrastegar/laravel-payments contains the following files
Loading the files please wait ....