PHPackages                             pandadoc/php-client - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. pandadoc/php-client

ActiveLibrary[HTTP &amp; Networking](/categories/http)

pandadoc/php-client
===================

The Official PandaDoc PHP client SDK

6.2.0(2y ago)11217.6k—1.7%3[2 issues](https://github.com/PandaDoc/pandadoc-api-php-client/issues)MITPHPPHP ^7.3 || ^8.0

Since Dec 30Pushed 2y ago2 watchersCompare

[ Source](https://github.com/PandaDoc/pandadoc-api-php-client)[ Packagist](https://packagist.org/packages/pandadoc/php-client)[ Docs](https://developers.pandadoc.com)[ RSS](/packages/pandadoc-php-client/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (2)Versions (19)Used By (0)

The Official PandaDoc PHP client SDK
====================================

[](#the-official-pandadoc-php-client-sdk)

PandaDoc SDK spans a broad range of functionality to help you build incredible documents automation experiences inside your product.

Docs
----

[](#docs)

- [Official public API documentation](https://developers.pandadoc.com/reference/about)

Requirements
------------

[](#requirements)

PHP 7.3 and later

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

[](#installation)

### Composer

[](#composer)

To install the bindings via [Composer](https://getcomposer.org/), use

`composer require pandadoc/php-client`

or add the following to `composer.json`:

```
{
  "require": {
    "pandadoc/php-client": "6.2.0"
  }
}
```

Then run `composer install`

Getting Started
---------------

[](#getting-started)

```
