PHPackages                             signiflow/connect-php-sdk - 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. signiflow/connect-php-sdk

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

signiflow/connect-php-sdk
=========================

\## SigniFlow API used to automate esignature workflow creation and management.

1.0.1(4y ago)213Apache-2.0PHPPHP &gt;=7.2

Since Jul 13Pushed 4y ago2 watchersCompare

[ Source](https://github.com/SigniFlow/connect-php-sdk)[ Packagist](https://packagist.org/packages/signiflow/connect-php-sdk)[ Docs](https://www.signiflow.com)[ RSS](/packages/signiflow-connect-php-sdk/feed)WikiDiscussions master Synced today

READMEChangelog (1)Dependencies (3)Versions (2)Used By (0)

[![SigniFlow Logo](https://camo.githubusercontent.com/f0e72ef7ea19e0aad37bd4050527e7927b30554911ab15083411a30ca224a155/68747470733a2f2f7777772e7369676e69666c6f772e636f6d2f77702d636f6e74656e742f75706c6f6164732f323032302f31322f5745422d47454e455249432d4c4f474f2d524547495354455245442d31303234783235362d312d3330307837352e706e67)](https://camo.githubusercontent.com/f0e72ef7ea19e0aad37bd4050527e7927b30554911ab15083411a30ca224a155/68747470733a2f2f7777772e7369676e69666c6f772e636f6d2f77702d636f6e74656e742f75706c6f6164732f323032302f31322f5745422d47454e455249432d4c4f474f2d524547495354455245442d31303234783235362d312d3330307837352e706e67)
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

[](#)

[![PHP Composer](https://github.com/SigniFlow/connect-php-sdk/actions/workflows/php.yml/badge.svg?branch=master)](https://github.com/SigniFlow/connect-php-sdk/actions/workflows/php.yml)[![PHP version](https://camo.githubusercontent.com/51c5ab41484e0651b5856d790a4e5791892e3f1ff9768714d679d45095e48feb/68747470733a2f2f62616467652e667572792e696f2f70682f7369676e69666c6f77253246636f6e6e6563742d7068702d73646b2e737667)](https://badge.fury.io/ph/signiflow%2Fconnect-php-sdk)[![Apache-2 license](https://camo.githubusercontent.com/007ed3b9fd2ad6f7741034798e7e66a2c1f763ad9fbcc3a46435621c041c691c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d417061636865322d627269676874677265656e2e737667)](https://www.apache.org/licenses/LICENSE-2.0)

SigniFlow/connect-php-sdk - the PHP library for the SigniFlow OpenAPI Spec v1
=============================================================================

[](#signiflowconnect-php-sdk---the-php-library-for-the-signiflow-openapi-spec-v1)

SigniFlow API used to automate esignature workflow creation and management.
---------------------------------------------------------------------------

[](#signiflow-api-used-to-automate-esignature-workflow-creation-and-management)

For more information, please visit .

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

[](#installation--usage)

### Requirements

[](#requirements)

PHP 7.2 and later.

### Composer

[](#composer)

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

```
{
  "repositories": [
    {
      "type": "vcs",
      "url": "https://github.com/signiflow/connect-php-sdk.git"
    }
  ],
  "require": {
    "signiflow/connect-php-sdk": ">=1.0.1*"
  }
}
```

Then run `composer install`

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

```
