PHPackages                             marijnbent/drip-php8 - 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. marijnbent/drip-php8

ActiveLibrary[API Development](/categories/api)

marijnbent/drip-php8
====================

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

v1.5.0(4y ago)0145MITPHPPHP ^8.1

Since May 29Pushed 4y agoCompare

[ Source](https://github.com/marijnbent/drip-php)[ Packagist](https://packagist.org/packages/marijnbent/drip-php8)[ Docs](https://github.com/DripEmail/drip-php)[ RSS](/packages/marijnbent-drip-php8/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (3)Versions (9)Used By (0)

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

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

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

[![Build Status](https://camo.githubusercontent.com/5900dfbc45230d3278a5202b5406303c802a4552b71a58e53a96545c2768ff64/68747470733a2f2f7472617669732d63692e6f72672f44726970456d61696c2f647269702d7068702e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/DripEmail/drip-php)

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 `.travis.yml`.

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity77

Established project with proven stability

 Bus Factor1

Top contributor holds 59.3% 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 ~201 days

Recently: every ~332 days

Total

8

Last Release

1502d ago

Major Versions

v0.0.2 → v1.0.02018-06-06

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

v1.5.0PHP ^8.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/7236ab10e84327a911cf577b41e56a933703ce313a3e9748625932c7b487eac0?d=identicon)[marijnbent](/maintainers/marijnbent)

---

Top Contributors

[![wjohnstondrip](https://avatars.githubusercontent.com/u/141052613?v=4)](https://github.com/wjohnstondrip "wjohnstondrip (64 commits)")[![tiannaavery](https://avatars.githubusercontent.com/u/26487317?v=4)](https://github.com/tiannaavery "tiannaavery (16 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)")[![marijnbent](https://avatars.githubusercontent.com/u/11903095?v=4)](https://github.com/marijnbent "marijnbent (4 commits)")[![hannesvdvreken](https://avatars.githubusercontent.com/u/1410358?v=4)](https://github.com/hannesvdvreken "hannesvdvreken (2 commits)")[![polevaultweb](https://avatars.githubusercontent.com/u/1770201?v=4)](https://github.com/polevaultweb "polevaultweb (2 commits)")[![derrickreimer](https://avatars.githubusercontent.com/u/341387?v=4)](https://github.com/derrickreimer "derrickreimer (2 commits)")[![bcmcq](https://avatars.githubusercontent.com/u/4561584?v=4)](https://github.com/bcmcq "bcmcq (2 commits)")[![bryceadams](https://avatars.githubusercontent.com/u/1532482?v=4)](https://github.com/bryceadams "bryceadams (1 commits)")[![aramboyajyan](https://avatars.githubusercontent.com/u/1978925?v=4)](https://github.com/aramboyajyan "aramboyajyan (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)")[![mticciati](https://avatars.githubusercontent.com/u/15332306?v=4)](https://github.com/mticciati "mticciati (1 commits)")

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/marijnbent-drip-php8/health.svg)

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

###  Alternatives

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[convertkit/convertkitapi

Kit PHP SDK for the Kit API

2167.1k1](/packages/convertkit-convertkitapi)[mapado/rest-client-sdk

Rest Client SDK for hydra API

1125.9k2](/packages/mapado-rest-client-sdk)

PHPackages © 2026

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