-
Notifications
You must be signed in to change notification settings - Fork 0
PayPal NVP API Lib
Recently I have been involved in a number of projects using PayPal as a payment gateway. The implementations ranged from the basic buy now buttons, to full blown use of the API to create a recurring based platform for a web app.
I decided to release my library for you all to use within your PayPal/Codeigniter powered applications.
The library assumes that you are familiar with the PayPal NVP API and the methods of how to use PayPal for a web based application.
The library also builds on the fantastic work of Ran Aroussi http://codeigniter.com/wiki/PayPal_Lib/ to take advantage of receiving Instant Payment Notifications.
You can read the documentation and download the library from here bit.ly/cr2fIM
CodeIgniter PayPal NVP API Library by Leon Barrett is licensed under a Creative Commons Attribution-Share Alike 2.0 UK: England & Wales License. Based on a work at aroussi.com.
- Original author: Derek Jones
- How to extend helpers: See User Guide
- Modified by: Thomas Stapleton (id, classes, selected country option and all option)
- Modified by: Bradley De-Lar (construct, setLayout example)