Download the PHP package digitickets/omnipay-googlepay-stripe without Composer
On this page you can find all versions of the php package digitickets/omnipay-googlepay-stripe. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download digitickets/omnipay-googlepay-stripe
More information about digitickets/omnipay-googlepay-stripe
Files in digitickets/omnipay-googlepay-stripe
Package omnipay-googlepay-stripe
Short Description Custom OmniPay driver for Google Pay (with Stripe)
License
Homepage https://github.com/digitickets/omnipay-googlepay-stripe
Informations about the package omnipay-googlepay-stripe
Omnipay: Google Pay
Google Pay driver for the Omnipay PHP payment library
Omnipay is a framework agnostic, multi-gateway payment processing library for PHP 5.3+.
This package implements only Google Pay support for Omnipay 2.x Off-sites, where the customer is redirected to enter payment details
Installation
This package is installed via Composer. To install, simply add it
to your composer.json
file:
And run composer to update your dependencies:
$ curl -s http://getcomposer.org/installer | php
$ php composer.phar update
Basic Usage
The following gateways are provided by this package:
- Google Pay
For general usage instructions, please see the main Omnipay repository.
This is a sample code of standard Off-site controller using the driver.
Request a payment
Process payment result
All versions of omnipay-googlepay-stripe with dependencies
guzzlehttp/psr7 Version 2.1.0
stripe/stripe-php Version ^7.116