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

ActiveLibrary[API Development](/categories/api)

cars24/pipedrive
================

API client library for the Pipedrive CRM

1.5.0(8y ago)017MITPHPPHP &gt;=5.3.0

Since Aug 28Pushed 8y ago1 watchersCompare

[ Source](https://github.com/koolsam/pipetest)[ Packagist](https://packagist.org/packages/cars24/pipedrive)[ RSS](/packages/cars24-pipedrive/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (6)DependenciesVersions (4)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

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity60

Established project with proven stability

 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

Every ~89 days

Total

3

Last Release

3004d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/59126955f1cd80f47ec8f25460669fdec7dfb2b6f4ef51e9c510f03021185c12?d=identicon)[koolsam](/maintainers/koolsam)

---

Top Contributors

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

---

Tags

apicrm

### Embed Badge

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

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

###  Alternatives

[dotzero/amocrm

Удобный и быстрый клиент для работы с API amoCRM

221431.7k9](/packages/dotzero-amocrm)[dotzero/yii2-amocrm

Расширение для Yii Framework 2 реализующее клиент для работы с API amoCRM

1639.7k](/packages/dotzero-yii2-amocrm)

PHPackages © 2026

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