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

ActiveLibrary[API Development](/categories/api)

ojala/pipedrive
===============

API client library for the Pipedrive CRM

035PHP

Since Jul 21Pushed 10y ago6 watchersCompare

[ Source](https://github.com/Ojala/pipedrive-api-php)[ Packagist](https://packagist.org/packages/ojala/pipedrive)[ RSS](/packages/ojala-pipedrive/feed)WikiDiscussions master Synced 1mo 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

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor2

2 contributors hold 50%+ of commits

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://www.gravatar.com/avatar/5f28f70955db65f78ee063209b90366a4c588334df3867d8aeabcc2d5d41e1eb?d=identicon)[Skatox](/maintainers/Skatox)

---

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)")[![mmariale](https://avatars.githubusercontent.com/u/12596510?v=4)](https://github.com/mmariale "mmariale (8 commits)")[![benhawker1](https://avatars.githubusercontent.com/u/5575463?v=4)](https://github.com/benhawker1 "benhawker1 (5 commits)")[![Skatox](https://avatars.githubusercontent.com/u/177008?v=4)](https://github.com/Skatox "Skatox (3 commits)")[![tommygnr](https://avatars.githubusercontent.com/u/929392?v=4)](https://github.com/tommygnr "tommygnr (1 commits)")[![gwissem-mention](https://avatars.githubusercontent.com/u/3584016?v=4)](https://github.com/gwissem-mention "gwissem-mention (1 commits)")[![benbridts](https://avatars.githubusercontent.com/u/1301221?v=4)](https://github.com/benbridts "benbridts (1 commits)")

### Embed Badge

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

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

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[facebook/php-business-sdk

PHP SDK for Facebook Business

90821.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

74513.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

265103.1M454](/packages/google-gax)[google/common-protos

Google API Common Protos for PHP

173103.7M50](/packages/google-common-protos)

PHPackages © 2026

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