PHPackages                             aramboyajyan/drip-php-enhanced - 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. aramboyajyan/drip-php-enhanced

ActiveLibrary[API Development](/categories/api)

aramboyajyan/drip-php-enhanced
==============================

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

v1.0.0(6y ago)024MITPHPCI failing

Since Jun 8Pushed 6y ago1 watchersCompare

[ Source](https://github.com/aramboyajyan/drip-php-enhanced)[ Packagist](https://packagist.org/packages/aramboyajyan/drip-php-enhanced)[ Docs](https://github.com/aramboyajyan/drip-php-enhanced)[ RSS](/packages/aramboyajyan-drip-php-enhanced/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (3)Versions (2)Used By (0)

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

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

This is a fork of the PHP library found [here](https://github.com/DripEmail/drip-php).

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

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("YOUR_API_KEY", "YOUR_ACCOUNT_ID");
```

For public integrations, pass in the user's OAuth token via the `access_token`setting:

```
$client = new \Drip\Client("YOUR_ACCESS_TOKEN", "YOUR_ACCOUNT_ID");
```

Your account ID can be found [here](https://www.getdrip.com/settings/site). 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:

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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

Unknown

Total

1

Last Release

2215d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1978925?v=4)[Aram Boyajyan](/maintainers/AramBoyajyan)[@aramboyajyan](https://github.com/aramboyajyan)

---

Top Contributors

[![aramboyajyan](https://avatars.githubusercontent.com/u/1978925?v=4)](https://github.com/aramboyajyan "aramboyajyan (4 commits)")

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

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

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

###  Alternatives

[statamic/cms

The Statamic CMS Core Package

4.8k3.6M973](/packages/statamic-cms)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M46](/packages/tencentcloud-tencentcloud-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k656.1k38](/packages/neuron-core-neuron-ai)[avalara/avataxclient

Client library for Avalara's AvaTax suite of business tax calculation and processing services. Uses the REST v2 API.

528.5M7](/packages/avalara-avataxclient)[files.com/files-php-sdk

Files.com PHP SDK

2481.1k](/packages/filescom-files-php-sdk)[aimeos/prisma

A powerful PHP package for integrating media related Large Language Models (LLMs) into your applications

1943.1k5](/packages/aimeos-prisma)

PHPackages © 2026

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