besfortmehmeti/laravel-pcb-rest-api

LaravLaravel Plugin for Processing Payments Through ProCredit Bank Gateway

1.0-alpha 2019-04-17 14:15 UTC

This package is auto-updated.

Last update: 2024-04-20 07:04:24 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);