npa/payriff is a Laravel package for azerbaijan payriff payment gateway for the laravel framework..
It currently has 3 GitHub stars and 109 downloads on Packagist (latest version V1).
Install it with composer require npa/payriff.
Discover more Laravel packages by npa
or browse all Laravel packages to compare alternatives.
Last updated
Azerbaijan PayRiff payment gateway for the Laravel framework.
Use the composer to install npa/payriff.
composer require npa/payriff
Use the composer to update npa/payriff.
composer update npa/payriff
use NPA\PayRiff;
use Illuminate\Support\Str;
$payRiff = new PayRiff();
$payRiff->setEncryptionToken(time() . Str::uuid());
$payRiff->setMerchantNo('merchant');
$payRiff->setSecretKey('secret');
$response = $payRiff->createOrder(amount:1, description:'New order');
MIT# PROJECTS OF AZERBAIJAN