PHP Package: payum/offline

PHP library for offline payment processing integration with seamless transactions and secure handling.

Current Version: 1.3.7
Last Updated: 2016-09-16
PHP Requirement: >=7.4
Dependencies:
payum/core
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

The offline PHP library by Payum offers a robust solution for integrating offline payment processing into your platform. With seamless transactions and secure handling, this library ensures a hassle-free experience for both merchants and customers. Take advantage of its flexibility and reliability to streamline your payment workflows and enhance user satisfaction.

🔗 View on GitHub

Download Latest Version: 1.3.7

Download Download v1.3.7

Code Integration Example

Make sure to include the correct namespace and class paths for proper usage.

<?php
// Example from PHPlibraries.com
require_once 'libs/payum/offline/1.3.7/loader.php';
require_once 'libs/payum/core/1.7.6/loader.php';
require_once 'libs/php/{lib_version}/loader.php';

use Payum\Offline\Action\CaptureAction;
use Payum\Core\Gateway;

$obj = new CaptureAction();
echo '✅ Test OK: ' . get_class($obj);
?>

We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.

Community Discussion

Ask questions, share tips, or report issues below.