Registry / http-client / omnipay-securepay

omnipay-securepay

JSON →
library2.2.0phppackagistunverified

SecurePay driver for the Omnipay payment processing library.

composer require omnipay/securepay
INSTALL
IMPORT
SIG · OMNIPAY-SECUREPAY
O
omnipay-securepay
http-clientphpv2.2.0
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\SecurePay\Gateway;

Initialize the SecurePay gateway and process a purchase.

use Omnipay\SecurePay\Gateway; $gateway = new Gateway(); $gateway->setMerchantId('your-merchant-id'); $gateway->setPassword('your-password'); $response = $gateway->purchase(['amount' => '10.00', 'card' => $card])->send();
Debug
Known issues
breakingRequires PHP 7.1+.
fix
Upgrade PHP if needed.
affects: <2.0.0
Upgrade
Version history
2.2.0latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
21 hits · last 30 days
node
16
Amazon
1
OpenAI (training)
1
Resources
omnipay-securepay — pip install omnipay-securepay · libregistry