PHPackages                             dripemail/drip-php - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. dripemail/drip-php

ActiveLibrary[API Development](/categories/api)

dripemail/drip-php
==================

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

v1.5.1(1y ago)25227.3k↓45.1%38[2 issues](https://github.com/DripEmail/drip-php/issues)[2 PRs](https://github.com/DripEmail/drip-php/pulls)2MITPHPPHP &gt;= 7.4CI failing

Since May 29Pushed 1y ago28 watchersCompare

[ Source](https://github.com/DripEmail/drip-php)[ Packagist](https://packagist.org/packages/dripemail/drip-php)[ Docs](https://github.com/DripEmail/drip-php)[ RSS](/packages/dripemail-drip-php/feed)WikiDiscussions main Synced 2w ago

READMEChangelog (8)Dependencies (3)Versions (11)Used By (2)

Drip API Wrapper - PHP
======================

[](#drip-api-wrapper---php)

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

[![Drip PHP API Client Tests](https://github.com/DripEmail/drip-php/actions/workflows/build.yml/badge.svg)](https://github.com/DripEmail/drip-php/actions/workflows/build.yml)

Installation
------------

[](#installation)

Run `composer require dripemail/drip-php`

Authentication
--------------

[](#authentication)

For private integrations, you may use your personal API Token (found [here](https://www.getdrip.com/user/edit)) 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](https://www.getdrip.com/settings). Most API actions require an account ID, with the exception of methods like the "list accounts" endpoint.

PHP version support
-------------------

[](#php-version-support)

We attempt to support versions of PHP that are supported upstream:

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

###  Health Score

49

—

FairBetter than 94% of packages

Maintenance38

Infrequent updates — may be unmaintained

Popularity47

Moderate usage in the ecosystem

Community32

Small or concentrated contributor base

Maturity69

Established project with proven stability

 Bus Factor1

Top contributor holds 61.2% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~275 days

Recently: every ~440 days

Total

10

Last Release

524d ago

Major Versions

v0.0.2 → v1.0.02018-06-06

PHP version history (2 changes)v1.4.1PHP ^7.2

v1.4.2PHP &gt;= 7.4

### Community

Maintainers

![](https://www.gravatar.com/avatar/cbd11c31034f040ddd3330827ba574531ae378d9f39348ac6f512fe9aeab7783?d=identicon)[dripemail](/maintainers/dripemail)

---

Top Contributors

[![wjohnstondrip](https://avatars.githubusercontent.com/u/141052613?v=4)](https://github.com/wjohnstondrip "wjohnstondrip (79 commits)")[![tiannaavery](https://avatars.githubusercontent.com/u/26487317?v=4)](https://github.com/tiannaavery "tiannaavery (16 commits)")[![BenSandeen](https://avatars.githubusercontent.com/u/12025856?v=4)](https://github.com/BenSandeen "BenSandeen (6 commits)")[![will-in-wi](https://avatars.githubusercontent.com/u/1298231?v=4)](https://github.com/will-in-wi "will-in-wi (6 commits)")[![rwalling](https://avatars.githubusercontent.com/u/2625982?v=4)](https://github.com/rwalling "rwalling (5 commits)")[![szepeviktor](https://avatars.githubusercontent.com/u/952007?v=4)](https://github.com/szepeviktor "szepeviktor (3 commits)")[![polevaultweb](https://avatars.githubusercontent.com/u/1770201?v=4)](https://github.com/polevaultweb "polevaultweb (2 commits)")[![hannesvdvreken](https://avatars.githubusercontent.com/u/1410358?v=4)](https://github.com/hannesvdvreken "hannesvdvreken (2 commits)")[![bcmcq](https://avatars.githubusercontent.com/u/4561584?v=4)](https://github.com/bcmcq "bcmcq (2 commits)")[![derrickreimer](https://avatars.githubusercontent.com/u/341387?v=4)](https://github.com/derrickreimer "derrickreimer (2 commits)")[![mticciati](https://avatars.githubusercontent.com/u/15332306?v=4)](https://github.com/mticciati "mticciati (1 commits)")[![aramboyajyan](https://avatars.githubusercontent.com/u/1978925?v=4)](https://github.com/aramboyajyan "aramboyajyan (1 commits)")[![bryceadams](https://avatars.githubusercontent.com/u/1532482?v=4)](https://github.com/bryceadams "bryceadams (1 commits)")[![jay-uaudio](https://avatars.githubusercontent.com/u/158091717?v=4)](https://github.com/jay-uaudio "jay-uaudio (1 commits)")[![alexdunne](https://avatars.githubusercontent.com/u/5383225?v=4)](https://github.com/alexdunne "alexdunne (1 commits)")[![RickKukiela](https://avatars.githubusercontent.com/u/3813238?v=4)](https://github.com/RickKukiela "RickKukiela (1 commits)")

---

Tags

api-wrapperphp

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/dripemail-drip-php/health.svg)

```
[![Health](https://phpackages.com/badges/dripemail-drip-php/health.svg)](https://phpackages.com/packages/dripemail-drip-php)
```

###  Alternatives

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3661.3M49](/packages/tencentcloud-tencentcloud-sdk-php)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

353.6k](/packages/eslazarev-wildberries-sdk)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k832.6k55](/packages/neuron-core-neuron-ai)[files.com/files-php-sdk

Files.com PHP SDK

2482.9k](/packages/filescom-files-php-sdk)[volcengine/volcengine-php-sdk

119.5k](/packages/volcengine-volcengine-php-sdk)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
