Registry / networking / omnipay-multisafepay

omnipay-multisafepay

JSON →
library3.0.1phppackagistunverified

MultiSafepay driver for the Omnipay payment processing library.

composer require omnipay/multisafepay
INSTALL
IMPORT
SIG · OMNIPAY-MULTISAFEP
O
omnipay-multisafepay
networkingphpv3.0.1
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.

Gateway
use Omnipay\MultiSafepay\Gateway;

Initialize the MultiSafepay gateway and make a purchase request.

use Omnipay\MultiSafepay\Gateway; $gateway = new Gateway(); $gateway->setApiKey('your-api-key'); $response = $gateway->purchase(['amount' => '10.00', 'currency' => 'EUR'])->send(); if ($response->isSuccessful()) { echo 'Payment successful'; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.0.1latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
omnipay-multisafepay — pip install omnipay-multisafepay · libregistry