Download the PHP package riazxrazor/payumoney without Composer
On this page you can find all versions of the php package riazxrazor/payumoney. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download riazxrazor/payumoney
More information about riazxrazor/payumoney
Files in riazxrazor/payumoney
Package payumoney
Short Description PayUMoney library for Laravel and core PHP
License MIT
Homepage http://github.com/riazxrazor/payumoney
Informations about the package payumoney
PayUMoney API for Laravel and core PHP
Simple Library/Package for accepting payments via PayUMoney.
demo project example
https://github.com/riazXrazor/riazXrazor-payumoey-example
Installation
To add this library to your project, simply add a dependency on riazxrazor/payumoney
to your project's composer.json
file. Here is a minimal example of a composer.json file:
{
"require": {
"riazxrazor/payumoney": "1.*"
}
}
Or you can run this command from your project directory.
Usage Laravel (for non laravel usage see below)
Configuration
Open the config/app.php
and add this line in providers
section.
add this line in the aliases
section.
get the config
by running this command.
config option can be found config/payumoney.php
Basic Usage
You can use the function like this.
Usage Non Laravel
For non laravel usage
Completing Payment
Completing Payment
The PayumoneyResponse
has a few more methods that might be useful:
All versions of payumoney with dependencies
illuminate/support Version ^5.5|^6
symfony/http-foundation Version ^4.0