Skip to content

Latest commit

 

History

History
46 lines (28 loc) · 1.9 KB

README.md

File metadata and controls

46 lines (28 loc) · 1.9 KB

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 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:

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 and 2.0.0
  • Build package: org.openapitools.codegen.languages.PhpClientCodegen