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

ActiveLibrary[API Development](/categories/api)

pipedrive/pipedrive
===================

Pipedrive REST client for PHP

15.4.0(3mo ago)601.2M—3.5%65[3 issues](https://github.com/pipedrive/client-php/issues)[8 PRs](https://github.com/pipedrive/client-php/pulls)MITPHPPHP ^7.4 || ^8.0CI passing

Since Feb 21Pushed 1mo ago10 watchersCompare

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

READMEChangelog (10)Dependencies (4)Versions (201)Used By (0)

Pipedrive client for PHP based apps
===================================

[](#pipedrive-client-for-php-based-apps)

Pipedrive is a global sales-first CRM and intelligent revenue management platform for small businesses. Check out [www.pipedrive.com](http://www.pipedrive.com) for more details.

This is the official Pipedrive API wrapper-client for PHP based apps, distributed by Pipedrive Inc freely under the MIT licence. It provides convenient access to the Pipedrive API, allowing you to operate with entities such as deals, persons, organizations, products and more.

> ⚠️ With version 5 of the SDK, we have moved to an open-source SDK generator called [OpenAPI Generator](https://openapi-generator.tech). This enables us to better respond to any issues you might have with our SDK.
>
> Please use the [issues page](https://github.com/pipedrive/client-php/issues) for reporting bugs or feedback.

API versions
------------

[](#api-versions)

This SDK supports two API versions, each with its own namespace and documentation. Please refer to the version-specific README files for detailed documentation and examples:

- **[API v1 Documentation](docs/versions/v1/README.md)**: Includes usage examples and endpoint documentation for API version 1.
- **[API v2 Documentation](docs/versions/v2/README.md)**: Includes usage examples and endpoint documentation for API version 2.

**Note:** Each API version requires separate configuration specific to that version. Ensure you are using the correct namespace and setup for the version you intend to use.

Installation and usage
----------------------

[](#installation-and-usage)

### Requirements

[](#requirements)

PHP 7.4+ and later.

### Composer

[](#composer)

```
composer require pipedrive/pipedrive
```

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

```
