2017 © Pedro Peláez
 

library newsletter

A newsletter API for Apsis and Mailchimp from Wilson Creative

image

wilsoncreative/newsletter

A newsletter API for Apsis and Mailchimp from Wilson Creative

  • Friday, August 14, 2015
  • by wilsonjimmie
  • Repository
  • 1 Watchers
  • 0 Stars
  • 2 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Newsletter API for Laravel

Installing with composer

$ composer require wilsoncreative/newsletter

Then open your app/config/app.php and add the following into your providers array., (*1)

WilsonCreative\Newsletter\NewsletterServiceProvider::class

Newsletter API Documentation

API routes:

GET /list/
GET /list/find/{list_id}
DELETE /list/delete/{list_id}
GET /newsletter/
GET /newsletter/find/{newsletter_id}
DELETE /newsletter/delete/{newsletter_id}
POST /subscriber/add
GET /subscriber/{list_id}
GET /subscriber/{list_id}/find/{subscriber_email}
DELETE /subscriber/{list_id}/delete/{subscriber_email}

Subscribe POST-data example:, (*2)

{
    'list_id': abc123,
    'email': demo@demo.net
}

The Versions

14/08 2015

dev-master

9999999-dev

A newsletter API for Apsis and Mailchimp from Wilson Creative

  Sources   Download

The Requires