Install & Compatibility
Where this runs
No compatibility data collected yet for this library.
Code
Verified usage
Verified import paths — ran on the pinned version, not inferred.
PaymentManager
✓ use Kazist\Payments\PaymentManager;
Process a payment using the manager
<?php
require 'vendor/autoload.php';
use Kazist\Payments\PaymentManager;
$manager = new PaymentManager();
$result = $manager->processPayment($amount, $currency);
Debug
Known issues
No known issues recorded.
Upgrade
Version history
1.1.16latest on Packagist
Audit
Dependencies
No dependency data recorded yet.