2017 © Pedro Peláez
 

library sendloop

Sendloop API Wrapper for PHP

image

sendloop/sendloop

Sendloop API Wrapper for PHP

  • Monday, May 9, 2016
  • by emir
  • Repository
  • 4 Watchers
  • 1 Stars
  • 1,447 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 3 Forks
  • 2 Open issues
  • 2 Versions
  • 3 % Grown

The README.md

PHP wrapper class for Sendloop API v3

Latest Stable Version Monthly Downloads License, (*1)

For more details about API v3, please visit our help section at https://sendloop.com/help/api-001/getting-started, (*2)

Installation

Simply add the package to your composer.json file and run composer update., (*3)

"sendloop/sendloop": "dev-master"

Or go to your project directory where the composer.json file is located and type:, (*4)

composer require "sendloop/sendloop"

Demo

  $sendloop = new Sendloop\SendloopAPI3('YOUR_API3_KEY', 'SENDLOOP_SUBDOMAIN', 'json');
  $sendloop->run('List.GetList',array());

  print_r($sendloop->Result);

Documentation

https://sendloop.com/help/api-001/getting-started, (*5)

The Versions

09/05 2016

dev-master

9999999-dev https://sendloop.com

Sendloop API Wrapper for PHP

  Sources   Download

GNU GPL V3

The Requires

  • php >=5.2.0

 

api sendloop octeth

01/04 2015

3.0.0

3.0.0.0 https://sendloop.com

Sendloop API Wrapper for PHP

  Sources   Download

GNU GPL V3

The Requires

  • php >=5.2.0

 

api sendloop octeth