2017 © Pedro Peláez
 

library api-wrapper

Api wrapper for the RULE mailer.

image

rulecom/api-wrapper

Api wrapper for the RULE mailer.

  • Friday, July 13, 2018
  • by rule
  • Repository
  • 4 Watchers
  • 1 Stars
  • 2,408 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 2 Open issues
  • 18 Versions
  • 25 % Grown

The README.md

RULE api wrapper

Package wrapping an RULE Mailer api using an guzzlehttp client as backend for the requests, (*1)

Installation

Regular composer installation supposed, like: composer require rulecom/api-wrapper, (*2)

Integration with Laravel

Use src/LaravelServiceProvider.php to register API instances in your application. Create config/rule-api.php file for the API configuration., (*3)

Then you'll be able to disectly use configured API classes, (*4)


use Rule\ApiWrapper\Api\V2\Subscriber\Subscriber; class Foo { private $subscriberApi; public function __construct(Subscriber $subscriberApi) { $this->subscriberApi = $subscriberApi; } public function createMeSomeSubscriber($params) { //... do something $this->subscriberApi->create([ 'email' => $email, //... see docs for detailes ]); } }

Docs

For the docs please refer docs folder in this repository., (*5)

The Versions

22/06 2018

dev-fix-checking-subresources

dev-fix-checking-subresources

Api wrapper for the RULE mailer.

  Sources   Download

The Requires

 

The Development Requires

01/12 2016

dev-subscriber-automation-option

dev-subscriber-automation-option

Api wrapper for the RULE mailer.

  Sources   Download

The Requires

 

The Development Requires

07/06 2016

dev-upd

dev-upd

Api wrapper for the RULE mailer.

  Sources   Download

The Requires

 

The Development Requires

06/06 2016

dev-campaign-api

dev-campaign-api

Api wrapper for the RULE mailer.

  Sources   Download

The Requires

 

The Development Requires

06/06 2016

dev-tag-api

dev-tag-api

Api wrapper for the RULE mailer.

  Sources   Download

The Requires

 

The Development Requires

06/06 2016

dev-suppressions

dev-suppressions

Api wrapper for the RULE mailer.

  Sources   Download

The Requires

 

The Development Requires

06/06 2016

dev-customizations

dev-customizations

Api wrapper for the RULE mailer.

  Sources   Download

The Requires

 

The Development Requires

06/06 2016

dev-templates

dev-templates

Api wrapper for the RULE mailer.

  Sources   Download

The Requires

 

The Development Requires

06/06 2016

dev-transactions

dev-transactions

Api wrapper for the RULE mailer.

  Sources   Download

The Requires

 

The Development Requires

06/06 2016

dev-fixes

dev-fixes

Api wrapper for the RULE mailer.

  Sources   Download

The Requires

 

The Development Requires