PHP Package: payum/core

Payum Core PHP library designed for seamless payment processing integration. Supports multiple payment gateways, robust security features, and easy customization.

Current Version: 1.7.6
Last Updated: 2025-06-03
PHP Requirement: ^7.2 || ^8.0
Dependencies:
payum/payum
doctrine/dbal
symfony/http-foundation
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

Payum Core is a versatile PHP library that simplifies payment processing integration for web applications. With support for various payment gateways, advanced security layers, and extensive customization options, it streamlines the payment flow for users and developers alike. Whether you are handling one-time payments or recurring subscriptions, Payum Core provides a reliable solution to ensure secure and efficient transactions.

🔗 View on GitHub

Download Latest Version: 1.7.6

Download Download v1.7.6

Previous Versions

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/core/1.7.6/loader.php';
require_once 'libs/payum/payum/1.7.6/loader.php';
require_once 'libs/doctrine/dbal/4.3.4/loader.php';
require_once 'libs/symfony/http-foundation/7.3.4/loader.php';

use Payum\Core\Gateway;
use Doctrine\DBAL\Connection;

$obj = new Gateway();
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.