Skip to content

nyehandelab/omnipay-paypal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Omnipay is a framework agnostic, multi-gateway payment processing library for PHP. This package implements PayPal support for Omnipay.

Installation

Omnipay is installed via Composer. To install, simply require league/omnipay and omnipay/paypal with Composer:

composer require league/omnipay nyehandel/omnipay-paypal

Basic Usage The following gateways are provided by this package:

Loading in the Gateway

Omnipay::create("\Nyehandel\Omnipay\Paypal\RestGateway");

In addition to the above - you also get the omnipay/paypal Gateways

  • PayPal_Express (PayPal Express Checkout)
  • PayPal_ExpressInContext (PayPal Express In-Context Checkout)
  • PayPal_Pro (PayPal Website Payments Pro)
  • PayPal_Rest (Paypal Rest API)

For general usage instructions, please see the main Omnipay repository.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages