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

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

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