PHPackages                             daniti/oauth2-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. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. daniti/oauth2-pipedrive

ActiveLibrary[Authentication &amp; Authorization](/categories/authentication)

daniti/oauth2-pipedrive
=======================

Pipedrive OAuth 2.0 client provider for PHP League OAuth2 Client

1(8y ago)21.8k3[2 PRs](https://github.com/daniti/oauth2-pipedrive/pulls)MITPHP

Since Mar 9Pushed 3y agoCompare

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

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

oauth2-pipedrive
================

[](#oauth2-pipedrive)

Pipedrive OAuth 2.0 client provider for PHP League OAuth2 Client

`composer require daniti/oauth2-pipedrive`

include `vendor/autoload.php`

```
use Daniti\OAuth2\Client\Provider\Pipedrive;
$provider = new Daniti\OAuth2\Client\Provider\Pipedrive(array(
    'clientId' => 'XXXXX',    // The client ID assigned to you by the provider
    'clientSecret' => 'XXXXX',   // The client password assigned to you by the provider
    'redirectUri' => 'XXXXX'
));
```

Please look at League OAuth2 Client's documentation for examples on how to implement the auth flow:

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity24

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

2992d ago

### Community

Maintainers

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

---

Top Contributors

[![daniti](https://avatars.githubusercontent.com/u/18900328?v=4)](https://github.com/daniti "daniti (2 commits)")

### Embed Badge

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

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

###  Alternatives

[league/oauth2-google

Google OAuth 2.0 Client Provider for The PHP League OAuth2-Client

41721.2M118](/packages/league-oauth2-google)[knpuniversity/oauth2-client-bundle

Integration with league/oauth2-client to provide services

83416.7M61](/packages/knpuniversity-oauth2-client-bundle)[thenetworg/oauth2-azure

Azure Active Directory OAuth 2.0 Client Provider for The PHP League OAuth2-Client

2509.6M48](/packages/thenetworg-oauth2-azure)[stevenmaguire/oauth2-keycloak

Keycloak OAuth 2.0 Client Provider for The PHP League OAuth2-Client

2275.9M27](/packages/stevenmaguire-oauth2-keycloak)[patrickbussmann/oauth2-apple

Sign in with Apple OAuth 2.0 Client Provider for The PHP League OAuth2-Client

1132.5M6](/packages/patrickbussmann-oauth2-apple)[microsoft/kiota-authentication-phpleague

Authentication provider for Kiota using the PHP League OAuth 2.0 client to authenticate against the Microsoft Identity platform

153.2M7](/packages/microsoft-kiota-authentication-phpleague)

PHPackages © 2026

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