2017 © Pedro Peláez
 

library sendgrid-newsletter

Laravel 4 Wrapper for the Sendgrid Newsletter API Client

image

lshin/sendgrid-newsletter

Laravel 4 Wrapper for the Sendgrid Newsletter API Client

  • Thursday, October 30, 2014
  • by lshin
  • Repository
  • 1 Watchers
  • 0 Stars
  • 4,633 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 3 Versions
  • 14 % Grown

The README.md

sendgrid-newsletter

Laravel 4 wrapper of the sendgrid newsletter php library., (*1)

  • Author: Leo Shin
  • Version: 0.9.0

Installation

To install the API add this to your composer.json:, (*2)

"require": {
        "neoseeker/sendgridphp": "dev-master",
        "lshin/sendgrid-newsletter": "0.*"
}

..then run composer update. (If you have problems getting that to work, try running php artisan dump-autoload followed by composer update again)., (*3)

Register the service provider in app/config/app.php in the providers array:, (*4)

'providers' => array(
    //...
    'Lshin\SendgridNewsletter\SendgridNewsletterServiceProvider',
)

Then create the config file app/config/sendgridnewsletter.php based on the config file in the package., (*5)

<?php
    return array(
        /**
         * Sendgrid API
         */
        'api_user' => '',
        'api_key' => ''
    );

Documentation

Now, you can access the SendgridNewsletter API by calling the SendgridNewsletter:: facade. For more information on the available commands, see https://github.com/Neoseeker/SendGrid-PHP-Library, (*6)

The Versions

30/10 2014

dev-develop

dev-develop

Laravel 4 Wrapper for the Sendgrid Newsletter API Client

  Sources   Download

MIT

The Requires

 

The Development Requires

by Leo Shin

laravel sendgrid laravel4 sendgrid newsletter

30/10 2014

dev-master

9999999-dev

Laravel 4 Wrapper for the Sendgrid Newsletter API Client

  Sources   Download

MIT

The Requires

 

The Development Requires

by Leo Shin

laravel sendgrid laravel4 sendgrid newsletter

29/10 2014

v0.90

0.90.0.0

Laravel 4 Wrapper for the Sendgrid Newsletter API Client

  Sources   Download

MIT

The Requires

 

The Development Requires

by Leo Shin

laravel sendgrid laravel4 sendgrid newsletter