Have a project? Find a Developer or Designer
Report this Listing

PHP Paypal IPN Integration Class

This file provides a neat and simple method to interface with paypal and the paypal Instant Payment Notification (IPN) interface. It is designed to be an aid, and therefore provide the developer with complete control. I've also included a demonstration file in the zip, called paypal.php, which shows how to use the class. This class handles the submission of an order to paypal aswell as the processing an Instant Payment Notification (IPN). Including the demonstration file, the entire "paypal system" consists of just 2 PHP scripts. Once is the class and one implements the class.

Visit publisher site: PHP Paypal IPN Integration Class
PHP Paypal IPN Integration Class
Click to rate:

Rated 3.33/5
from 176Ratings

Publisher site visits:
14,739

Listing Details

Version:
1.3.0 
Filed in:
PHP / Scripts & Programs / E-Commerce / PayPal
Platforms:
LinuxMicrosoft WindowsUnixApple Mac OS XSun Solaris 
Submitted on:
 
Last Updated:
Feb 11, 2009 
Publisher:
Micah Carrick Other listings by this publisher

License & Pricing Information

LICENSE #1
License Type:
GPL
Price:
$0.00 USD
Additional Info:
Free for all to use, modify, and distribute.
LICENSE #2
License Type:
GPL
Price:
$0.00 USD
Additional Info:
Free for all to use, modify, and distribute.
LICENSE #3
License Type:
GPL
Price:
$0.00 USD
Additional Info:
Free for all to use, modify, and distribute.

User Reviews

Add/Edit Your Review

Average Member Rating: 3.33/5

 

This script uses very poor security. Data can be injected into the Paypal query due to the fact that it dumps a form out to the user that is then automatically called. The user would also be stuck on this page if they had javascript disabled.

this was pretty useful for figuring out how all that paypal stuff worked. i couldn't figure out the responses from the paypal developer website, but these scripts made it easy and saved me a lot of time.