besfortmehmeti / laravel-pcb-rest-api
LaravLaravel Plugin for Processing Payments Through ProCredit Bank Gateway
1.0-alpha
2019-04-17 14:15 UTC
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-03-05 16:48:56 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);