pipedrive / pipedrive
Pipedrive REST client for PHP
Installs: 900 472
Dependents: 0
Suggesters: 0
Security: 0
Stars: 56
Watchers: 11
Forks: 59
Open Issues: 4
Requires
- php: ^7.4 || ^8.0
- ext-curl: *
- ext-json: *
- ext-mbstring: *
- guzzlehttp/guzzle: ^7.3
- guzzlehttp/psr7: ^2.0
Requires (Dev)
- pestphp/pest: ^1.23
- phpstan/phpstan: ^1.10
- dev-master
- 2350.x-dev
- 2333.x-dev
- 2061.x-dev
- 2036.x-dev
- 2011.x-dev
- 2005.x-dev
- 2004.x-dev
- 1984.x-dev
- 1981.x-dev
- 255.x-dev
- 253.x-dev
- 249.x-dev
- 243.x-dev
- 242.x-dev
- 240.x-dev
- 237.x-dev
- 234.x-dev
- 231.x-dev
- 230.x-dev
- 229.x-dev
- 228.x-dev
- 227.x-dev
- 222.x-dev
- 221.x-dev
- 212.x-dev
- 206.x-dev
- 204.x-dev
- 200.x-dev
- 199.x-dev
- 196.x-dev
- 193.x-dev
- 191.x-dev
- 190.x-dev
- 187.x-dev
- 185.x-dev
- 173.x-dev
- 170.x-dev
- 168.x-dev
- 165.x-dev
- 164.x-dev
- 161.x-dev
- 159.x-dev
- 149.x-dev
- 147.x-dev
- 145.x-dev
- 139.x-dev
- 110.x-dev
- 90.x-dev
- 89.x-dev
- 84.x-dev
- 73.x-dev
- 66.x-dev
- 65.x-dev
- 64.x-dev
- 61.x-dev
- 58.x-dev
- 47.x-dev
- 34.x-dev
- 21.x-dev
- 19.x-dev
- 18.x-dev
- 12.0.2
- 12.0.1
- 12.0.0
- 11.1.1
- 11.1.0
- 11.0.0
- 10.x-dev
- 10.0.0
- 9.0.0
- 8.1.5
- 8.1.4
- 8.1.3
- 8.1.2
- 8.1.1
- 8.1.0
- 8.0.0
- 7.1.0
- 7.0.0
- 6.x-dev
- 6.10.1
- 6.10.0
- 6.9.0
- 6.8.1
- 6.8.0
- 6.7.0
- 6.6.0
- 6.5.1
- 6.5.0
- 6.4.0
- 6.3.1
- 6.3.0
- 6.2.0
- 6.1.3
- 6.1.2
- 6.1.1
- 6.1.0
- 6.0.0
- 5.1.0
- 5.0.0
- 5.0.0-beta.1
- 5.0.0-beta.0
- 4.0.10
- 4.0.9
- 4.0.8
- 4.0.7
- 4.0.6
- 4.0.5
- 4.0.4
- 4.0.3
- 4.0.2
- 4.0.1
- 4.0.0
- 3.2.0
- 3.1.1
- 3.1.0
- 3.0.0
- 2.1.0
- 2.0.0
- 1.1.3
- 1.1.2
- 1.1.1
- 1.1.0
- 1.0.1
- 1.0.0
- dev-GRAL-5188
- dev-revert-183-164
- dev-GRAM-3844
- dev-GRAL-4409
- dev-next
- dev-release-namespace-openapi-types
- dev-pr/81
This package is auto-updated.
Last update: 2025-07-07 09:50:17 UTC
README
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.
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: 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.
Installation and usage
Requirements
PHP 7.4+ and later.
Composer
composer require pipedrive/pipedrive
Manual Installation
Download the files and include autoload.php
:
<?php require_once('/path/to/pipedrive/vendor/autoload.php');
About this package
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