stratoss / yii2-paypal-ipn
This is a simple PayPal IPN listener, no other files required.
Package info
github.com/stratoss/yii2-paypal-ipn
Type:yii2-extension
pkg:composer/stratoss/yii2-paypal-ipn
v1.0.1
2016-07-23 14:20 UTC
This package is auto-updated.
Last update: 2026-02-26 22:22:32 UTC
README
This is a simple PayPal IPN listener, no other files required.
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-source "stratoss/yii2-paypal-ipn" "dev-master"
or add
"stratoss/yii2-paypal-ipn": "dev-master"
to the require section of your composer.json file.
Usage
Please view example PayPal Controller for usage.
Example\controllers\PaypalController.php
Testing: https://developer.paypal.com/developer/ipnSimulator
You must sign up on the dev site to use.
Updates
Contributors
Comments / Suggestions
Please provide any helpful feedback or requests.
Thanks.