LaravLaravel Plugin for Processing Payments Through ProCredit Bank Gateway
besfortmehmeti/laravel-pcb-rest-api is a Laravel package for laravlaravel plugin for processing payments through procredit bank gateway.
It currently has 0 GitHub stars and 1 downloads on Packagist (latest version 1.0-alpha).
Install it with composer require besfortmehmeti/laravel-pcb-rest-api.
Discover more Laravel packages by besfortmehmeti
or browse all Laravel packages to compare alternatives.
Last updated
Description:
Library for working with PCB Payment Gateway (PCB, also known as ProCredit Bank) Service
provided by Quipu Processing Center
Installation:
composer require besfortmehmeti/laravel-pcb-rest-api
Usage examples:
use Fortshpejt\PCB\Facades\Pcb;
$doPayment = Pcb::createOrderRequest($amount, $description, $currency);