2017 © Pedro Peláez
 

library laravel-sendpulse-api

SendPulse service provider for laravel

image

zlodey/laravel-sendpulse-api

SendPulse service provider for laravel

  • Friday, April 6, 2018
  • by zl0d3y
  • Repository
  • 1 Watchers
  • 0 Stars
  • 3 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Version, (*1)

Laravel - SendPulse Service Provider

Install With Composer:, (*2)

composer require zlodey/laravel-sendpulse-api 1.*

Or manualy in composer.json:, (*3)

"require": {
    "zlodey/laravel-sendpulse-api": "1.*"
}

Define into .env, (*4)

SENDPULSE_API_USER_ID=<your api user id>
SENDPULSE_API_SECRET=<your api secret>

For Laravel >= 5.5 you are ready to go, (*5)

For laravel < 5.5 you need to register service provider, (*6)

/configs/app.php, (*7)

    ...
    'providers' => [

        /*
         * Laravel Framework Service Providers...
         */
        ...

        /*
         * Application Service Providers...
         */
        ...
        'Zlodey\SendPulse\SendPulseServiceProvider'
    ],

Usage php app('SendPulse')->listAddressBooks(); app('SendPulse')->listSenders(); And so on.., (*8)

Full list of available commands you can find at \Sendpulse\RestApi\ApiInterface, (*9)

The Versions

06/04 2018

dev-master

9999999-dev https://github.com/ZL0D3Y/laravel-sendpulse-api.git

SendPulse service provider for laravel

  Sources   Download

MIT

The Requires

 

by Andrey Lazarenko

laravel api rest sendpulse

06/04 2018

1.0.1

1.0.1.0 https://github.com/ZL0D3Y/laravel-sendpulse-api.git

SendPulse service provider for laravel

  Sources   Download

MIT

The Requires

 

by Andrey Lazarenko

laravel api rest sendpulse

05/04 2018

1.0

1.0.0.0 https://github.com/ZL0D3Y/laravel-sendpulse-api.git

SendPulse service provider for laravel

  Sources   Download

MIT

The Requires

 

by Andrey Lazarenko

laravel api rest sendpulse