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

ActiveLibrary[API Development](/categories/api)

crashingberries/pipedrive
=========================

Pipedrive REST client for PHP

4.0.2.1(4y ago)035MITPHPPHP &gt;=5.4.0

Since Feb 21Pushed 4y agoCompare

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

READMEChangelogDependencies (4)Versions (23)Used By (0)

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

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

Pipedrive is a sales pipeline software that gets you organized. It's a powerful sales CRM with effortless sales pipeline management. See [www.pipedrive.com](http://www.pipedrive.com) for 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 objects such as Deals, Persons, Organizations, Products and much more.

> ⚠️ Version 1 is the initial release of our official php client. It provides its users access to our API in a convenient way using either API tokens or OAuth2.
>
> Please use the [issues page](https://github.com/pipedrive/client-php/issues) for reporting bugs or leaving feedback. Keep in mind most of the code is [automatically generated](https://github.com/pipedrive/client-php/#contributing).

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

[](#installation)

You can install the package via `composer require` command:

```
composer require pipedrive/pipedrive
```

Or simply add it to your composer.json dependences and run `composer update`:

```
"require": {
    "pipedrive/pipedrive": "^3.0"
}
```

API Documentation
-----------------

[](#api-documentation)

The Pipedrive REST API documentation can be found at

Licence
-------

[](#licence)

This Pipedrive API client is distributed under the MIT licence.

How to use
----------

[](#how-to-use)

### With a pre-set API token

[](#with-a-pre-set-api-token)

```
