Skip to content
 
 

Latest commit

 

History

18 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

Drip API Wrapper - PHP

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

v1.1.0 Changes (2017-03-29)

Move towards getters and setters for setting and accessing object data. You can now set the working account ID using setAccountId() instead of having to set it as a param to each function.

Can also set API Token using setApiToken() and there is no dependency for having API token at the time of API construction, meaning you can also switch API token if this is ever required. (An exception is still thrown for empty API token but this will be triggers at the moment of API query sending and not object construction.)

Added 3x new API wrapper methods:

  • fetch_subscribers() fetches all subscribers for a given page
  • fetch_all_subscribers() fetches all subscribers for an account
  • subscriber_delete() deletes an individual subscriber

About

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

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages