Registry / auth / omnipay-coinbase

omnipay-coinbase

JSON →
library2.0.4phppackagistunverified

Coinbase driver for the Omnipay payment processing library.

composer require omnipay/coinbase
INSTALL
IMPORT
SIG · OMNIPAY-COINBASE
O
omnipay-coinbase
authphpv2.0.4
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\Coinbase\Gateway;

Initialize the Coinbase gateway and make a purchase.

use Omnipay\Coinbase\Gateway; $gateway = new Gateway(); $gateway->setApiKey('your-api-key'); $gateway->setSecret('your-secret'); $response = $gateway->purchase(['amount' => '10.00', 'currency' => 'USD'])->send();
Debug
Known issues
breakingCoinbase API v2 requires API key and secret; ensure they are set correctly.
fix
Use setApiKey() and setSecret() with valid credentials from your Coinbase account.
affects: >=2.0
Upgrade
Version history
2.0.4latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
17 hits · last 30 days
node
16
Resources
omnipay-coinbase — pip install omnipay-coinbase · libregistry