sendloop/sendloop

Sendloop API Wrapper for PHP

3.0.0 2015-04-01 14:22 UTC

This package is not auto-updated.

Last update: 2024-04-27 14:28:01 UTC


README

Latest Stable Version Monthly Downloads License

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

Installation

Simply add the package to your composer.json file and run composer update.

"sendloop/sendloop": "dev-master"

Or go to your project directory where the composer.json file is located and type:

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