Download the PHP package stetodd/payment-gateway without Composer
On this page you can find all versions of the php package stetodd/payment-gateway. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download stetodd/payment-gateway
More information about stetodd/payment-gateway
Files in stetodd/payment-gateway
Download stetodd/payment-gateway
More information about stetodd/payment-gateway
Files in stetodd/payment-gateway
Vendor stetodd
Package payment-gateway
Short Description Provider-neutral payment gateway contracts, models and test simulator
License MIT
Package payment-gateway
Short Description Provider-neutral payment gateway contracts, models and test simulator
License MIT
Please rate this library. Is it a good library?
Informations about the package payment-gateway
stetodd/payment-gateway
Provider-neutral payment gateway contracts: PaymentGatewayInterface, request/response models, and a SimulatorPaymentGateway test double.
Implementations live in separate packages (e.g. stetodd/stripe-gateway-bundle).
Install
Usage
Type-hint Stetodd\PaymentGateway\PaymentGatewayInterface in your application code. Bind it to a concrete gateway implementation in your container.
In tests, use Stetodd\PaymentGateway\Testing\SimulatorPaymentGateway and queue responses with willReturnResponse(string $key, object $response).
All versions of payment-gateway with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.4
The package stetodd/payment-gateway contains the following files
Loading the files please wait ...