Registry / utility / omnipay-manual

omnipay-manual

JSON →
library3.0.0phppackagistunverified

Manual driver for the Omnipay payment processing library

composer require omnipay/manual
INSTALL
IMPORT
SIG · OMNIPAY-MANUAL
O
omnipay-manual
utilityphpv3.0.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\Manual\Gateway;

Process a manual payment using Omnipay

use Omnipay\Manual\Gateway; $gateway = new Gateway(); $response = $gateway->purchase(['amount' => '10.00', 'currency' => 'USD'])->send();
Debug
Known issues
gotchaManual gateway does not actually process payments; it's for testing
fix
Use a real payment gateway like Stripe or PayPal for production
affects: >=3.0.0
Upgrade
Version history
3.0.0latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

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