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

ActiveLibrary[API Development](/categories/api)

lasserafn/laravel-pipedrive
===========================

0.95(8y ago)21.6k8MITPHPPHP &gt;=5.4.0

Since Nov 17Pushed 6y ago2 watchersCompare

[ Source](https://github.com/LasseRafn/laravel-pipedrive)[ Packagist](https://packagist.org/packages/lasserafn/laravel-pipedrive)[ RSS](/packages/lasserafn-laravel-pipedrive/feed)WikiDiscussions master Synced today

READMEChangelog (10)Dependencies (2)Versions (47)Used By (0)

Laravel Pipedrive API wrapper
=============================

[](#laravel-pipedrive-api-wrapper)

 [![Total Downloads](https://camo.githubusercontent.com/53394face1ddab3328ac48327620e37ad1ec7f0590ec58f40622aa74d07ed6b3/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f4c617373655261666e2f6c61726176656c2d7069706564726976652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/LasseRafn/laravel-pipedrive)[![Latest Stable Version](https://camo.githubusercontent.com/3977a4f7fd224b94087b22b9d41441f8a88c90cefce4f36864f38ebe4fac8f37/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f4c617373655261666e2f6c61726176656c2d7069706564726976652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/LasseRafn/laravel-pipedrive)[![License](https://camo.githubusercontent.com/1f9943cd99bb42286b84cf8bc16762e406ca55813aa63919d82b678bee9bbe54/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f4c617373655261666e2f6c61726176656c2d7069706564726976652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/LasseRafn/laravel-pipedrive)

Installation
------------

[](#installation)

1. Require using composer

```
composer require lasserafn/laravel-pipedrive
```

2. (For laravel **5.4 and below**) Add the PipedriveServiceProvider to your `config/app.php` providers array.

```
'providers' => [
    \LasseRafn\Pipedrive\PipedriveServiceProvider::class,
]
```

3. Publish config file.

```
php artisan vendor:publish --provider "LasseRafn\Pipedrive\PipedriveServiceProvider"
```

Usage
-----

[](#usage)

### Create Pipedrive Instance

[](#create-pipedrive-instance)

```
$pipedrive = new \LasseRafn\Pipedrive\Pipedrive($APIKEY); // or set the api key in the config/pipedrive.php file.
```

To find your API key you must login to Pipedrive and navigate to Settings -&gt; Personal -&gt; Api (/settings#api)

### Get all Persons

[](#get-all-persons)

```
$pipedrive->persons()->all(); // Returns a collection of Person models.
```

### Find Person by ID

[](#find-person-by-id)

```
$pipedrive->persons()->find(1); // Returns a Person model.
```

### Get a list of Activities that are not done

[](#get-a-list-of-activities-that-are-not-done)

Filters consist of an array of arrays. The first parameter is included fields, leave it at `null` to keep the default.

```
$pipedrive->activities()->all(null, [ [ 'done' => 0 ] ]);
```

(Later versions will switch to a single array key =&gt; value).

Supported endpoints
-------------------

[](#supported-endpoints)

... Todo

Testing
-------

[](#testing)

... Todo

[Contributors](https://github.com/LasseRafn/laravel-pipedrive/graphs/contributors)
----------------------------------------------------------------------------------

[](#contributors)

###  Health Score

32

—

LowBetter than 69% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 97% 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 ~10 days

Total

46

Last Release

3043d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/fd953630eb9784e977637a0fe53be91b9dd4b0262a5b5b1fa9277e0c2806b65c?d=identicon)[lasserafn](/maintainers/lasserafn)

---

Top Contributors

[![LasseRafn](https://avatars.githubusercontent.com/u/2689341?v=4)](https://github.com/LasseRafn "LasseRafn (65 commits)")[![carusogabriel](https://avatars.githubusercontent.com/u/16328050?v=4)](https://github.com/carusogabriel "carusogabriel (1 commits)")[![Dylan-DPC](https://avatars.githubusercontent.com/u/99973273?v=4)](https://github.com/Dylan-DPC "Dylan-DPC (1 commits)")

---

Tags

apiapi-wrapperlaravelpipedriveapilaravelintegrationpipedrive

### Embed Badge

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

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

###  Alternatives

[smodav/mpesa

M-Pesa API implementation

16267.1k1](/packages/smodav-mpesa)[simplestats-io/laravel-client

Analytics for Laravel. Track visitors, registrations, and payments. Discover which channels actually drive revenue, not just traffic. Server-side, GDPR compliant, ad-blocker proof.

5019.3k](/packages/simplestats-io-laravel-client)

PHPackages © 2026

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