2017 © Pedro Peláez
 

library interspire

Interspire API Wrapper for Laravel 5

image

seansch/interspire

Interspire API Wrapper for Laravel 5

  • Thursday, February 16, 2017
  • by seansch
  • Repository
  • 1 Watchers
  • 2 Stars
  • 92 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 8 Versions
  • 0 % Grown

The README.md

Interspire API Wrapper

Installation

First, pull in the package through Composer., (*1)

"require": {
    "seansch/interspire": "dev-master"
}

And then, if using Laravel 5, include the service provider within app/config/app.php., (*2)

'providers' => [
    'Seansch\Interspire\InterspireServiceProvider'
];

And, for convenience, add a facade alias to this same file at the bottom:, (*3)

'aliases' => [
    'Interspire' => 'Seansch\Interspire\InterspireFacade'
];

Publish the config file app/config/interspire.php and edit with your details, (*4)

php artisan vendor:publish

Usage

Returns bool based on success, (*5)

    $result = Interspire::addSubscriberToList($email, $list_id, array $fields);
    $result = Interspire::deleteSubscriber($email, $list_id)
    $result = Interspire::isOnList($email, $list_id)
    $result = Interspire::getCustomFields($list_id)

The Versions

16/02 2017

dev-master

9999999-dev

Interspire API Wrapper for Laravel 5

  Sources   Download

MIT

The Requires

 

by Sean Schoonover

16/02 2017

v1.1.0

1.1.0.0

Interspire API Wrapper for Laravel 5

  Sources   Download

MIT

The Requires

 

by Sean Schoonover

17/12 2015

v1.0.5

1.0.5.0

Interspire API Wrapper for Laravel 5

  Sources   Download

MIT

The Requires

 

by Sean Schoonover

07/06 2015

v1.0.4

1.0.4.0

Interspire API Wrapper for Laravel 5

  Sources   Download

MIT

The Requires

 

by Sean Schoonover

03/06 2015

v1.0.3

1.0.3.0

Interspire API Wrapper for Laravel 5

  Sources   Download

MIT

The Requires

 

by Sean Schoonover

02/06 2015

v1.0.2

1.0.2.0

Interspire API Wrapper for Laravel 5

  Sources   Download

MIT

The Requires

 

by Sean Schoonover

22/05 2015

v1.0.1

1.0.1.0

Interspire API Wrapper for Laravel 5

  Sources   Download

MIT

The Requires

 

by Sean Schoonover

14/05 2015

v1.0

1.0.0.0

Interspire API Wrapper for Laravel 5

  Sources   Download

MIT

The Requires

 

by Sean Schoonover