This repository was archived by the owner on Aug 15, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Home
duffj edited this page Dec 11, 2011
·
3 revisions
Welcome to the phpIPN wiki!
phpIPN is a PHP implementation of a PayPal Instant Payment Notification (IPN) system using the IPN API.
- Ensure you have the following applications installed: PHP5, apache2, mysql, sendmail. See the Vagrantfile for details of what exactly needs to be running.
- Edit includes/configuration.php to your specifications.
- Ensure that all of the directories mentioned in the configuration file are available and writable by whichever user is running apache2.
- phpIPN (in its infinite flexibility) can run on any port, but PayPal requires that IPN services run on port 80 or 443, so you're limited to one of those I'm afraid.
- Get phpIPN running on a server (see above).
- Log in to http://developer.paypal.com
- Use the IPN tester to send a notification to your IPN system