定制 dripemail/drip-php 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

dripemail/drip-php

最新稳定版本:v1.5.1

Composer 安装命令:

composer require dripemail/drip-php

包简介

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

README 文档

README

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

Drip PHP API Client Tests

Installation

Run composer require dripemail/drip-php

Authentication

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

$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:

$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.

PHP version support

We attempt to support versions of PHP that are supported upstream: http://php.net/supported-versions.php

For the actual supported list, see .github/workflows/build.yml.

统计信息

  • 总下载量: 209.77k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 25
  • 点击次数: 1
  • 依赖项目数: 2
  • 推荐数: 0

GitHub 信息

  • Stars: 25
  • Watchers: 28
  • Forks: 38
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2018-06-08