Download the PHP package alaaelsaid/laravel-urway-payment without Composer
On this page you can find all versions of the php package alaaelsaid/laravel-urway-payment. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download alaaelsaid/laravel-urway-payment
More information about alaaelsaid/laravel-urway-payment
Files in alaaelsaid/laravel-urway-payment
Download alaaelsaid/laravel-urway-payment
More information about alaaelsaid/laravel-urway-payment
Files in alaaelsaid/laravel-urway-payment
Vendor alaaelsaid
Package laravel-urway-payment
Short Description This package is to integrate with URWay payment
License MIT
Package laravel-urway-payment
Short Description This package is to integrate with URWay payment
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-urway-payment
This package is to integrate with URWay payment
Installation
You can install the package via Composer.
Publishing
After install publish file config
Env
In the .env file you can add those keys:
Usage
use Alaaelsaid\LaravelUrwayPayment\Facade\Urway;
$payment_url = Urway::getPaymentUrl([
'trackid' => 1,
'email' => '[email protected]',
'amount' => 500,
'redirect_url' => route('payment.success'), // put your redirect url here, feel free to use url() method,
'udf3' => '', // optional if you want to get extra data in redirection,
'udf4' => '', // optional if you want to get extra data in redirection,
'udf5' => '', // optional if you want to get extra data in redirection,
]);
return redirect($payment_url); // this is for example !!
All versions of laravel-urway-payment with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.1
The package alaaelsaid/laravel-urway-payment contains the following files
Loading the files please wait ....