Registry / http-client / omnipay-eway

omnipay-eway

JSON →
library3.0.2phppackagistunverified

eWay driver for the Omnipay payment processing library, enabling payment gateway integration.

composer require omnipay/eway
INSTALL
IMPORT
SIG · OMNIPAY-EWAY
O
omnipay-eway
http-clientphpv3.0.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\Eway\Gateway;

Initialize the eWay gateway and process a purchase.

use Omnipay\Eway\Gateway; $gateway = new Gateway(); $gateway->setApiKey('your-api-key'); $response = $gateway->purchase(['amount' => '10.00', 'card' => $card])->send();
Debug
Known issues
breakingRequires Omnipay core library (omnipay/common) version 3.x.
fix
Install omnipay/common:^3.0 alongside this package.
affects: >=3.0.0
Upgrade
Version history
3.0.2latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
19 hits · last 30 days
node
18
Resources
omnipay-eway — pip install omnipay-eway · libregistry