PHPackages                             benhawker/pipedrive - 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. benhawker/pipedrive

ActiveLibrary[API Development](/categories/api)

benhawker/pipedrive
===================

API client library for the Pipedrive CRM

28202.3k↓32.4%42[4 issues](https://github.com/TTRGroup/pipedrive-api-php/issues)[8 PRs](https://github.com/TTRGroup/pipedrive-api-php/pulls)PHP

Since Apr 21Pushed 4y ago10 watchersCompare

[ Source](https://github.com/TTRGroup/pipedrive-api-php)[ Packagist](https://packagist.org/packages/benhawker/pipedrive)[ RSS](/packages/benhawker-pipedrive/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependenciesVersions (1)Used By (0)

PipeDrive-api-php
=================

[](#pipedrive-api-php)

PHP API client library for the PipeDrive CRM

Only some basic functionality required for my current project has been added. However the basic blocks are to make use of the whole API including file uploading.

Recommend you install this library through composer.

API Docs can be found here:

Example:

```
use Benhawker\Pipedrive\Pipedrive;

$pipedrive = new Pipedrive('0deceea867202fcf3889cd507ef93a91789f7e3a');

//add user
$person['name'] = 'John Smith';

$person = $pipedrive->persons()->add($person);

//add note to user
$note['content']   = 'example note';
$note['person_id'] = $person['data']['id'];

$pipedrive->notes()->add($note);

//add deal to user
deal['title']      = 'example title';
$deal['stage_id']  = 8;
$deal['person_id'] = $person['data']['id'];

$pipedrive->deals()->add($deal);

//add activity
$activity = array(
                    'subject' => 'Example send brochure',
                    'type' => 'send-brochure',
                    'person_id' => 17686,
                    'user_id' => 190870,
                    'deal_id' => 88,
                    'due_date' => date('Y-m-d')
                    );

$pipedrive->activities()->add($activity);
```

###  Health Score

34

—

LowBetter than 75% of packages

Maintenance17

Infrequent updates — may be unmaintained

Popularity46

Moderate usage in the ecosystem

Community22

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

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

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/5166980?v=4)[TTRGroup](/maintainers/TTRGroup)[@TTRGroup](https://github.com/TTRGroup)

---

Top Contributors

[![themogly](https://avatars.githubusercontent.com/u/1994672?v=4)](https://github.com/themogly "themogly (16 commits)")[![lstrz](https://avatars.githubusercontent.com/u/5719065?v=4)](https://github.com/lstrz "lstrz (8 commits)")[![benhawker1](https://avatars.githubusercontent.com/u/5575463?v=4)](https://github.com/benhawker1 "benhawker1 (5 commits)")[![benbridts](https://avatars.githubusercontent.com/u/1301221?v=4)](https://github.com/benbridts "benbridts (1 commits)")[![gwissem-mention](https://avatars.githubusercontent.com/u/3584016?v=4)](https://github.com/gwissem-mention "gwissem-mention (1 commits)")[![tommygnr](https://avatars.githubusercontent.com/u/929392?v=4)](https://github.com/tommygnr "tommygnr (1 commits)")

### Embed Badge

![Health badge](/badges/benhawker-pipedrive/health.svg)

```
[![Health](https://phpackages.com/badges/benhawker-pipedrive/health.svg)](https://phpackages.com/packages/benhawker-pipedrive)
```

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35916.4M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24016.2M20](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172445.0k15](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

93459.5k6](/packages/botman-driver-telegram)

PHPackages © 2026

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