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

ActiveLibrary[API Development](/categories/api)

morningtrain/pipedrive-api
==========================

A complete native php wrapper for the Pipedrive API v1

v1.0.0(10y ago)3209GNU General Public License v3.0PHP

Since Nov 19Pushed 10y ago3 watchersCompare

[ Source](https://github.com/Morning-Train/pipedrive-api)[ Packagist](https://packagist.org/packages/morningtrain/pipedrive-api)[ Docs](http://morningtrain.dk/)[ RSS](/packages/morningtrain-pipedrive-api/feed)WikiDiscussions master Synced 2w ago

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

PHP Pipedrive Api
=================

[](#php-pipedrive-api)

[![Software License](https://camo.githubusercontent.com/d4dd9e8b2c8a5143f82a9688d61eb58e7aeda127e8e770c411785931163b8137/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e63652d253230474e5525323047656e6572616c2532305075626c69632532304c6963656e736525323076332e302d627269676874677265656e2e737667)](LICENSE.md)[![](https://camo.githubusercontent.com/9b8a63eb5a126d3f3cbb0562344d18b70c87ad94abe2d66bbf324e05c489cfb2/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f76657273696f6e2d312e302e302d627269676874677265656e2e737667)](https://camo.githubusercontent.com/9b8a63eb5a126d3f3cbb0562344d18b70c87ad94abe2d66bbf324e05c489cfb2/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f76657273696f6e2d312e302e302d627269676874677265656e2e737667)

A complete native php wrapper for the [Pipedrive API](https://developers.pipedrive.com/v1)

Install
-------

[](#install)

Via Composer

```
$ composer require morningtrain/pipedrive-api
```

Usage
-----

[](#usage)

```
require 'vendor/autoload.php';
use MorningTrain\PipedriveApi\PipedriveApi;

define('PIPEDRIVE_API_KEY', 'YOUR-PIPEDRIVE-API-KEY');

$pipedrive_client = new PipedriveApi(PIPEDRIVE_API_KEY);

$result = $pipedrive_client->updateActivityType(1, [
	'name' => 'type_1',
	'icon_key' => 'task',
	'color' => 'red',
	'order_nr' => 1
    ]);
```

Security
--------

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [morningtrain.dk](http://morningtrain.dk/)
- [Mohamed Bouallegue](https://github.com/MohamedBoualleg)

License
-------

[](#license)

GNU General Public License v3.0. Please see [License File](LICENSE.md) for more information.

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity63

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

Unknown

Total

1

Last Release

3869d ago

### Community

Maintainers

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

---

Top Contributors

[![mb-afk](https://avatars.githubusercontent.com/u/6816797?v=4)](https://github.com/mb-afk "mb-afk (49 commits)")

---

Tags

phpapipipedrive

### Embed Badge

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

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

###  Alternatives

[theodo-group/llphant

LLPhant is a library to help you build Generative AI applications.

1.7k371.6k6](/packages/theodo-group-llphant)[hubspot/api-client

Hubspot API client

24015.5M18](/packages/hubspot-api-client)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3661.2M46](/packages/tencentcloud-tencentcloud-sdk-php)[resend/resend-php

Resend PHP library.

596.2M35](/packages/resend-resend-php)[checkout/checkout-sdk-php

Checkout.com SDK for PHP

563.5M10](/packages/checkout-checkout-sdk-php)[mozex/anthropic-laravel

Laravel integration for the Anthropic API: facade, config publishing, install command, testing fakes, messages, streaming, tool use, thinking, and batches.

72287.1k1](/packages/mozex-anthropic-laravel)

PHPackages © 2026

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