2017 © Pedro Peláez
 

library drip-php

An object-oriented PHP wrapper for Drip's REST API v2.0

image

dripemail/drip-php

An object-oriented PHP wrapper for Drip's REST API v2.0

  • Thursday, July 26, 2018
  • by dripemail
  • Repository
  • 9 Watchers
  • 10 Stars
  • 247 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 24 Forks
  • 0 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

Drip API Wrapper - PHP

An object-oriented PHP wrapper for Drip's REST API v2.0, (*1)

Drip PHP API Client Tests, (*2)

Installation

Run composer require dripemail/drip-php, (*3)

Authentication

For private integrations, you may use your personal API Token (found here) via the api_key setting:, (*4)

$client = new \Drip\Client(["account_id" => "YOUR_ACCOUNT_ID", "api_key" => "YOUR_API_KEY"]);

For public integrations, pass in the user's OAuth token via the access_token setting:, (*5)

$client = new \Drip\Client(["account_id" => "YOUR_ACCOUNT_ID", "access_token" => "YOUR_ACCESS_TOKEN"]);

Your account ID can be found here. Most API actions require an account ID, with the exception of methods like the "list accounts" endpoint., (*6)

PHP version support

We attempt to support versions of PHP that are supported upstream: http://php.net/supported-versions.php, (*7)

For the actual supported list, see .github/workflows/build.yml., (*8)

The Versions

26/07 2018

dev-master

9999999-dev https://github.com/DripEmail/drip-php

An object-oriented PHP wrapper for Drip's REST API v2.0

  Sources   Download

MIT

The Requires

 

The Development Requires

26/07 2018

v1.1.0

1.1.0.0 https://github.com/DripEmail/drip-php

An object-oriented PHP wrapper for Drip's REST API v2.0

  Sources   Download

MIT

The Requires

 

The Development Requires

26/07 2018

dev-16-make-methods-protected

dev-16-make-methods-protected https://github.com/DripEmail/drip-php

An object-oriented PHP wrapper for Drip's REST API v2.0

  Sources   Download

MIT

The Requires

 

The Development Requires

06/06 2018

v1.0.0

1.0.0.0 https://github.com/DripEmail/drip-php

An object-oriented PHP wrapper for Drip's REST API v2.0

  Sources   Download

MIT

The Requires

 

The Development Requires

29/05 2018

v0.0.2

0.0.2.0 https://github.com/DripEmail/drip-php

An object-oriented PHP wrapper for Drip's REST API v2.0

  Sources   Download