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

ActiveLibrary[API Development](/categories/api)

thomasfaure/pipedrive
=====================

API client library for the Pipedrive CRM

0.1.2(4y ago)03MITPHPPHP &gt;=5.3.0

Since Feb 7Pushed 4y agoCompare

[ Source](https://github.com/thomasfaure/pipedrive-api-php)[ Packagist](https://packagist.org/packages/thomasfaure/pipedrive)[ RSS](/packages/thomasfaure-pipedrive/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)DependenciesVersions (3)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 ThomasFaure\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

18

—

LowBetter than 8% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity35

Early-stage or recently created project

 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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

1561d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/d6975c5def8ebd0778bfc78d2a9ff242665aaec57ea9eac7c92aae6aeadeb109?d=identicon)[faure\_t](/maintainers/faure_t)

---

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)")

---

Tags

apicrm

### Embed Badge

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

```
[![Health](https://phpackages.com/badges/thomasfaure-pipedrive/health.svg)](https://phpackages.com/packages/thomasfaure-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)
