PHPackages                             dropbox/sign - 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. dropbox/sign

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

dropbox/sign
============

Dropbox Sign v3 API

1.10.0(9mo ago)6382.0k↓15.7%3MITPHPPHP ^7.4 || ^8.0CI passing

Since Jan 31Pushed 9mo ago5 watchersCompare

[ Source](https://github.com/hellosign/dropbox-sign-php)[ Packagist](https://packagist.org/packages/dropbox/sign)[ Docs](https://hellosign.com)[ RSS](/packages/dropbox-sign/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (5)Versions (17)Used By (0)

dropbox/sign
============

[](#dropboxsign)

Dropbox Sign v3 API

Migrating from legacy SDK
-------------------------

[](#migrating-from-legacy-sdk)

This SDK is generated from our officially maintained [OpenAPI spec](https://github.com/hellosign/hellosign-openapi/blob/main/openapi.yaml). We've made important updates that introduce new functionality and create feature parity between the Dropbox Sign API and the SDK. However, some of these changes are considered "breaking" in the sense that they'll require you to update your existing code in order to continue using the SDK. Please refer to this [migration guide](https://developers.hellosign.com/docs/sdks/php/migration-guide/) for more information.

Contributing
------------

[](#contributing)

This repo is no longer accepting new issues or Pull Requests. All issues or Pull Requests *must* be opened against the [hellosign/hellosign-openapi](https://github.com/hellosign/hellosign-openapi) repo!

### Changes to the SDK code

[](#changes-to-the-sdk-code)

You must make SDK code changes in the mustache file within the `templates`directory that corresponds to the file you want updated.

We use [OpenAPI Generator](https://openapi-generator.tech/) to automatically generate this SDK from the OAS, using the template files.

### Building

[](#building)

You must have `docker` (or `podman` linked to `docker`) installed. Highly recommended to use [rootless docker](https://docs.docker.com/engine/security/rootless/).

Run the following and everything is done for you:

```
./run-build
```

*Attention*: Any changes you have made to the SDK code that you have not made to the OAS file and/or the mustache template files *will be lost* when you run this command.

Installation &amp; Usage
------------------------

[](#installation--usage)

### Requirements

[](#requirements)

PHP 7.4 and later.

### Composer

[](#composer)

To install the bindings via [Composer](https://getcomposer.org/), add the following to `composer.json`:

```
{
    "require": {
        "dropbox/sign": "^1.10.0"
    },
    "minimum-stability": "dev"
}
```

Then run `composer install`

Alternatively, install directly with

```
composer require dropbox/sign:^1.10.0

```

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

[](#getting-started)

Please follow the [installation procedure](#installation--usage) and then run the following:

```
