LaravelPackages.net
Acme Inc.
Toggle sidebar
besfortmehmeti/laravel-pcb-rest-api

LaravLaravel Plugin for Processing Payments Through ProCredit Bank Gateway

1
0
1.0-alpha
About besfortmehmeti/laravel-pcb-rest-api

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

PCB Payment Gateway API


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

Star History Chart