Registry / auth / payum-core

payum-core

JSON →
library1.7.6phppackagistunverified

Payum offers everything you need to work with payments. Friendly for all PHP frameworks (Symfony, Laravel, Laminas, Yii, Silex).

composer require payum/core
INSTALL
IMPORT
SIG · PAYUM-CORE
P
payum-core
authphpv1.7.6
harness data pending
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.

PayumBuilder
use Payum\Core\PayumBuilder;

Build a Payum instance with a PayPal Express Checkout gateway.

use Payum\Core\PayumBuilder; $payum = (new PayumBuilder()) ->addGatewayFactory('paypal_express_checkout', new \Payum\Paypal\ExpressCheckout\Nvp\PaypalExpressCheckoutGatewayFactory()) ->addGateway('my_gateway', [ 'factory' => 'paypal_express_checkout', 'username' => 'your-username', 'password' => 'your-password', 'signature' => 'your-signature', ]) ->getPayum();
Debug
Known issues
gotchaPayum requires specific gateway packages (e.g., payum/paypal-express-checkout-nvp) to be installed separately.
fix
Install the required gateway package via Composer.
affects: >=1.0.0
Upgrade
Version history
1.7.6latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
18 hits · last 30 days
node
16
Resources
payum-core — pip install payum-core · libregistry