PHPackages                             robo-meister/accord-flow-api - 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. [API Development](/categories/api)
4. /
5. robo-meister/accord-flow-api

ActiveLibrary[API Development](/categories/api)

robo-meister/accord-flow-api
============================

Lightweight PHP SDK for connecting to the AccordFlow Signature API.

v0.0.1(1mo ago)0608↓59.5%proprietaryPHPPHP &gt;=8.1

Since Jun 5Pushed 1mo agoCompare

[ Source](https://github.com/Robo-Meister/accord-flow-sdk-php)[ Packagist](https://packagist.org/packages/robo-meister/accord-flow-api)[ RSS](/packages/robo-meister-accord-flow-api/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependenciesVersions (2)Used By (0)

AccordFlow PHP SDK
==================

[](#accordflow-php-sdk)

The AccordFlow PHP SDK is a small cURL-based client for connecting PHP 8.1+ applications to the AccordFlow Signature API. It supports JSON requests, multipart file uploads, bearer-token authentication, and the tenant header used by local open API mode.

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

[](#installation)

Add the SDK to your application with Composer. For local development, reference this repository path:

```
composer config repositories.accordflow path ../signature/sdk/php
composer require robo-meister/accord-flow-api:*
```

The package requires the PHP `curl` and `json` extensions.

Quick start
-----------

[](#quick-start)

```
