You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 15, 2020. It is now read-only.
phpIPN is a PHP implementation of a PayPal Instant Payment Notification (IPN) system using the IPN API.
Installation Instructions
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.
Important Notes
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.