Download the PHP package worksection/pipedrive without Composer
On this page you can find all versions of the php package worksection/pipedrive. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download worksection/pipedrive
More information about worksection/pipedrive
Files in worksection/pipedrive
Package pipedrive
Short Description Worksection fork of Pipedrive REST client for PHP
License MIT
Informations about the package pipedrive
Worksection Fork of Pipedrive PHP Client
This is a custom fork of the official Pipedrive API wrapper-client for PHP-based apps, maintained by Worksection. It builds upon the original implementation provided by Pipedrive Inc and is adapted to fit our internal integration needs.
The library offers a convenient way to interact with the Pipedrive REST API using either OAuth2 or API tokens. It supports working with objects like Deals, Persons, Organizations, Activities, Products, and more.
🛠️ Please note:
While the core code remains mostly auto-generated via APIMATIC, this fork is distributed under the Composer package nameworksection/pipedrive
, even though the internal namespace remainsPipedrive
for compatibility with existing code.
For more details about the Pipedrive API itself, visit developers.pipedrive.com.
Installation
You can install this package via Composer:
API Documentation
Refer to the official Pipedrive REST API documentation:
👉 https://developers.pipedrive.com/v1
License
MIT License — same as the original pipedrive/pipedrive
© 2012–2020 Pipedrive, Inc.
Modified in 2025 by Worksection
Usage
With API Token
With OAuth2
Token refresh logic, error handling, and full examples (like authcallback.php
and index.php
) remain the same as in the original client.
Differences from the Original Pipedrive Client
- Distributed under the Composer package name
worksection/pipedrive
- Intended for internal use by Worksection with full local control
- May include small patches or improvements over time
- Code structure, autoloading, and namespace remain identical to the original (
Pipedrive\*
)
Contributing
This version is maintained for internal use by Worksection.
If you wish to contribute or reuse it, feel free to fork and adapt it to your own needs.
All versions of pipedrive with dependencies
ext-curl Version *
ext-json Version *
ext-mbstring Version *
mashape/unirest-php Version ~3.0.1
apimatic/jsonmapper Version ~1.3.0