PHPackages                             turbodocx/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. [API Development](/categories/api)
4. /
5. turbodocx/sdk

ActiveLibrary[API Development](/categories/api)

turbodocx/sdk
=============

Official PHP SDK for TurboDocx - E-signature API, document generation, PDF signing, and workflow automation

0.4.0(3w ago)115MITPHPPHP ^8.1

Since Jan 24Pushed 3w agoCompare

[ Source](https://github.com/TurboDocx/php-sdk)[ Packagist](https://packagist.org/packages/turbodocx/sdk)[ Docs](https://www.turbodocx.com)[ RSS](/packages/turbodocx-sdk/feed)WikiDiscussions main Synced today

READMEChangelogDependencies (21)Versions (10)Used By (0)

[![TurboDocx](https://raw.githubusercontent.com/TurboDocx/SDK/main/packages/php-sdk/banner.png)](https://www.turbodocx.com)

TurboDocx PHP SDK
=================

[](#turbodocx-php-sdk)

**Official PHP SDK for TurboDocx - Digital signatures, document generation, and AI-powered workflows**

The most developer-friendly **DocuSign &amp; PandaDoc alternative** for **e-signatures** and **document generation**. Send documents for signature and automate document workflows programmatically.

[![Packagist Version](https://camo.githubusercontent.com/72ca20f7fb829055f4e15a71ca595b60784c162d6df2ee8eaa9f2b6a02b0b9af/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f747572626f646f63782f73646b)](https://packagist.org/packages/turbodocx/sdk)[![PHP Version](https://camo.githubusercontent.com/58ff429b826ce0409fe0174362cc11c85ccca0d1808c0736ef8d49d1b5442a8f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f747572626f646f63782f73646b)](https://packagist.org/packages/turbodocx/sdk)[![License: MIT](https://camo.githubusercontent.com/fdf2982b9f5d7489dcf44570e714e3a15fce6253e0cc6b5aa61a075aac2ff71b/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e73652d4d49542d79656c6c6f772e737667)](./LICENSE)[![Agent Skills](https://camo.githubusercontent.com/d9829cd58e1b06327a60f5c2ebf1f3830991c49a7ed31437bf55b7f40611944b/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4167656e74253230536b696c6c732d6167656e74736b696c6c732e696f2d384132424532)](https://agentskills.io)[![Quickstart Skill](https://camo.githubusercontent.com/242114eab7ec31aabb466ba54e8e877a93e15cd7b140ede63e34bd919a029085/68747470733a2f2f736b696c6c732e73682f622f547572626f446f63782f717569636b7374617274)](https://github.com/TurboDocx/quickstart)

[Website](https://www.turbodocx.com) • [Documentation](https://docs.turbodocx.com/docs) • [API &amp; SDK](https://www.turbodocx.com/products/api-and-sdk) • [Examples](#examples) • [Discord](https://discord.gg/NYKwz4BcpX)

---

⚡ Skip the boilerplate — let an agent scaffold it for you
---------------------------------------------------------

[](#-skip-the-boilerplate--let-an-agent-scaffold-it-for-you)

Have an AI coding agent (Claude Code, Cursor, Copilot, Codex, Gemini CLI, OpenCode) install this SDK, configure your env, write working route handlers, and wire them into your app:

```
npx skills add TurboDocx/quickstart
```

Then run `/turbodocx-sdk` inside your agent — or one of the focused shortcuts:

ShortcutWhat it scaffolds`/turbodocx-sdk turbosign`Send documents for e-signature, check status, download signed PDF`/turbodocx-sdk deliverable`Generate documents from templates with variable substitution`/turbodocx-sdk turbopartner`Provision and manage customer organizations (partner accounts)`/turbodocx-sdk turbowebhooks`Subscribe to `signature.document.completed` events + verify HMAC`/turbodocx-sdk turboquote`Create and send quotes, manage products, bundles, and price booksThe skill auto-detects your framework (Laravel, Symfony, …) and follows your existing project conventions. Source: [github.com/TurboDocx/quickstart](https://github.com/TurboDocx/quickstart).

---

Why TurboDocx?
--------------

[](#why-turbodocx)

A modern, developer-first alternative to legacy e-signature platforms:

Looking for...TurboDocx offersDocuSign API alternativeSimple REST API, transparent pricingPandaDoc alternativeDocument generation + e-signatures in one SDKHelloSign/Dropbox Sign alternativeFull API access, modern DXAdobe Sign alternativeQuick integration, developer-friendly docsSignNow alternativePredictable costs, responsive supportDocumint alternativeDOCX/PDF generation from templatesWebMerge alternativeData-driven document automation**Other platforms we compare to:** SignRequest, SignEasy, Zoho Sign, Eversign, SignWell, Formstack Documents

### TurboDocx Ecosystem

[](#turbodocx-ecosystem)

PackageDescription[@turbodocx/html-to-docx](https://github.com/turbodocx/html-to-docx)Convert HTML to DOCX - fastest JS library[@turbodocx/n8n-nodes-turbodocx](https://github.com/turbodocx/n8n-nodes-turbodocx)n8n community nodes for TurboDocx[TurboDocx Writer](https://appsource.microsoft.com/product/office/WA200007397)Microsoft Word add-in---

Features
--------

[](#features)

- 🚀 **Production-Ready** — Battle-tested, processing thousands of documents daily
- 📝 **Strong Typing** — PHP 8.1+ enums and typed properties with PHPStan level 8
- ⚡ **Modern PHP** — Readonly classes, named parameters, match expressions
- 🔄 **Industry Standard** — Guzzle HTTP client, PSR standards compliance
- 🛡️ **Type-safe** — Catch errors at development time with static analysis
- 🤖 **100% n8n Parity** — Same operations as our n8n community nodes

---

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

[](#requirements)

- PHP 8.1 or higher
- Composer
- ext-json
- ext-fileinfo

---

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

[](#installation)

```
composer require turbodocx/sdk
```

---

Install via AI Agent Skill
--------------------------

[](#install-via-ai-agent-skill)

Let an AI coding agent set up this SDK for you with the [TurboDocx Quickstart Agent Skill](https://github.com/TurboDocx/quickstart):

```
npx skills add TurboDocx/quickstart
```

Works with Claude Code, GitHub Copilot, Cursor, OpenCode, and other AI coding agents. The skill detects your language, installs the package, and generates working integration code.

---

Quick Start
-----------

[](#quick-start)

```
