Registry / auth / omnipay-stripe

omnipay-stripe

JSON →
library3.2.0phppackagistunverified

Stripe driver for the Omnipay payment processing library

composer require omnipay/stripe
INSTALL
IMPORT
SIG · OMNIPAY-STRIPE
O
omnipay-stripe
authphpv3.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\Stripe\Gateway;

Process a payment via Stripe

use Omnipay\Stripe\Gateway; $gateway = new Gateway(); $gateway->setApiKey('sk_test_...'); $response = $gateway->purchase(['amount' => '10.00', 'currency' => 'USD', 'token' => 'tok_...'])->send();
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.2.0latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
20 hits · last 30 days
node
18
Amazon
1
Resources
omnipay-stripe — pip install omnipay-stripe · libregistry