Download the PHP package logicalgrape/paypal-ipn-laravel without Composer
On this page you can find all versions of the php package logicalgrape/paypal-ipn-laravel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download logicalgrape/paypal-ipn-laravel
More information about logicalgrape/paypal-ipn-laravel
Files in logicalgrape/paypal-ipn-laravel
Package paypal-ipn-laravel
Short Description A PayPal IPN client for Laravel.
License MIT
Informations about the package paypal-ipn-laravel
PayPal IPN for Laravel 4
This package allows for the painless creation of a PayPal IPN listener in the Laravel 4 framework.
Installation
PayPal IPN for Laravel can be found on Packagist. The recommended way is through composer.
Edit composer.json
and add:
And install dependencies:
Usage
Find the providers
key in app/config/app.php
and register the PayPal IPN Service Provider.
Find the aliases
key in app/config/app.php
and register the PayPal IPN Facade.
Migrations
Run the migrations to create the tables to hold IPN data
Configuration
Publish and edit the configuration file
Example
Create the controller PayPal will POST to
Open the newly created controller and add the following to the store action
Edit app/routes.php
and add:
Resources
To help with IPN testing, PayPal provides the PayPal IPN Simulator.
Support
Please open an issue on GitHub
License
GeocoderLaravel is released under the MIT License. See the bundled LICENSE file for details.
All versions of paypal-ipn-laravel with dependencies
illuminate/support Version >=4.0.0
mike182uk/paypal-ipn-listener Version v1.1.0