bhargav960143 / paypal

PHP class library for all things PayPal.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction

This PHP class library for PayPal makes it easy to integrate nearly every PayPal API they provide.

All of the web services included in PayPal's NVP documentation are included, as well as Adaptive Accounts, Adaptive Payments, Permissions, Invoicing, PayFlow, and more.

Server Requirements

  • PHP version 5.2.4 or newer.

Installation

Place all of the library files on your web server in a directory of your choice. Then, open /includes/config-sample.php, fill in your own config details, and then save this file as config.php in the same directory.

You may refer to this overview video of how to use the library, and there are also samples provided in the /samples directory.

You may also contact me directly if you need additional help getting started. I offer 30 min of free training for using this library, which is generally plenty to get you up-and-running.

Resources

About

PHP class library for all things PayPal.