besfortmehmeti / laravel-pcb-rest-api
LaravLaravel Plugin for Processing Payments Through ProCredit Bank Gateway
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/besfortmehmeti/laravel-pcb-rest-api
Requires
- php: ^7.1.3
- laravel/framework: 5.7.*
- laravel/tinker: ^1.0
- soapbox/laravel-formatter: 2.x
This package is auto-updated.
Last update: 2025-10-05 18:08:29 UTC
README
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);