Registry / auth / omnipay-pin

omnipay-pin

JSON →
library2.2.2phppackagistunverified

Pin Payments driver for the Omnipay payment processing library.

composer require omnipay/pin
INSTALL
IMPORT
SIG · OMNIPAY-PIN
O
omnipay-pin
authphpv2.2.2
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\Pin\Gateway;

Process a payment via Pin Payments.

use Omnipay\Pin\Gateway; $gateway = new Gateway(); $gateway->setApiKey('your-api-key'); $response = $gateway->purchase(['amount' => '10.00', 'currency' => 'AUD'])->send();
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.2.2latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
20 hits · last 30 days
node
18
OpenAI (training)
1
Resources