Skip to content

mbeale/recurly-push-notification-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Recurly Push Notification Examples

Disclaimer: This is for educational purposes only and not supported by Recurly

This project shows some examples on how to work with push notifications.
The examples so far show a dashboard example that collects the amount of new subscriptions, cancelled subscriptions, and revenue.

There is also an example on storing the subscription history.

Setup

This is a PHP project using MySQL on the backend. This project has been set up so you can use PagodaBox as a host. They have a free tier so you could have this project up and running in minutes. If you don't want to use Pagodabox, you can install this project on any server with PHP and MySQL available. See the Official Laravel Website & Documentation for more information on requirements on getting started.

  • Clone the repo on your machine
  • Install on PagodaBox or other server
  • Setup DB config
  • Run migrations (php artisan migrate)
  • Default user/pass is admin/admin
  • Start using

Features

  • Laravel 3.2.5

Getting Help

You may submit pull requests as well as issues in this github project

About

This is a library that shows examples on how to handle push notifications.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages