Pipedrive is a global sales-first CRM and intelligent revenue management platform for small businesses. Check out 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. This enables us to better respond to any issues you might have with our SDK.Please use the issues page for reporting bugs or feedback.
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: Includes usage examples and endpoint documentation for API version 1.
- API v2 Documentation: 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.
PHP 7.4+ and later.
composer require pipedrive/pipedrive
Download the files and include autoload.php
:
<?php
require_once('/path/to/pipedrive/vendor/autoload.php');
This PHP package is automatically generated by the OpenAPI Generator project:
- API versions:
1.0.0
and2.0.0
- Build package:
org.openapitools.codegen.languages.PhpClientCodegen