npa/payriff

Azerbaijan PayRiff payment gateway for the Laravel framework.

Maintainers

Package info

github.com/NpaBackend/PayRiff

pkg:composer/npa/payriff

Statistics

Installs: 103

Dependents: 0

Suggesters: 0

Stars: 3

Open Issues: 0

V1 2023-10-31 19:27 UTC

This package is auto-updated.

Last update: 2026-03-29 01:03:42 UTC


README

Azerbaijan PayRiff payment gateway for the Laravel framework.

Installation

Use the composer to install npa/payriff.

composer require npa/payriff

Use the composer to update npa/payriff.

composer update npa/payriff

Usage/Examples

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');

Authors

License

MIT# PROJECTS OF AZERBAIJAN