PHPackages                             sharpapi/php-custom-workflow - 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. sharpapi/php-custom-workflow

ActiveLibrary[API Development](/categories/api)

sharpapi/php-custom-workflow
============================

PHP SDK for SharpAPI Custom AI Workflow - build and execute no-code AI API endpoints

v1.0.1(2mo ago)024↓80%1MITPHPPHP &gt;=8.1

Since Feb 20Pushed 2mo agoCompare

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

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

[![SharpAPI GitHub cover](https://camo.githubusercontent.com/82bb36706c1e71276b3dca4ec9120353bb51c8f22bb62543bf056db5c28da36d/68747470733a2f2f73686172706170692e636f6d2f73686172706170692d6769746875622d6c61726176656c2d62672e6a7067 "SharpAPI PHP Client")](https://camo.githubusercontent.com/82bb36706c1e71276b3dca4ec9120353bb51c8f22bb62543bf056db5c28da36d/68747470733a2f2f73686172706170692e636f6d2f73686172706170692d6769746875622d6c61726176656c2d62672e6a7067)

SharpAPI PHP Custom Workflow SDK
================================

[](#sharpapi-php-custom-workflow-sdk)

🎯 Build and execute no-code AI API endpoints — powered by SharpAPI Custom AI Workflows.
---------------------------------------------------------------------------------------

[](#-build-and-execute-no-code-ai-api-endpoints--powered-by-sharpapi-custom-ai-workflows)

[![Latest Version on Packagist](https://camo.githubusercontent.com/98d56f777d4874174337541541fe99d7e9865af8af90239eef43651d4a311c72/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f73686172706170692f7068702d637573746f6d2d776f726b666c6f772e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/sharpapi/php-custom-workflow)[![Total Downloads](https://camo.githubusercontent.com/82f92f80d1fea6721beec0e645710fc082ccc1fa24423fbff22ded16cf7fa846/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f73686172706170692f7068702d637573746f6d2d776f726b666c6f772e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/sharpapi/php-custom-workflow)

Check the full documentation on the [Custom AI Workflows](https://sharpapi.com/custom-workflows) page.

---

Quick Links
-----------

[](#quick-links)

ResourceLink**Product Details**[SharpAPI.com](https://sharpapi.com/custom-workflows)**SDK Libraries**[GitHub - SharpAPI SDKs](https://github.com/sharpapi)---

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

[](#requirements)

- PHP &gt;= 8.1
- A SharpAPI account with an API key

---

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

[](#installation)

### Step 1. Install the package via Composer:

[](#step-1-install-the-package-via-composer)

```
composer require sharpapi/php-custom-workflow
```

### Step 2. Visit [SharpAPI](https://sharpapi.com/) to get your API key.

[](#step-2-visit-sharpapi-to-get-your-api-key)

---

Laravel Integration
-------------------

[](#laravel-integration)

Building a Laravel application? Check the Laravel package version:

---

What it does
------------

[](#what-it-does)

This package provides a PHP SDK for SharpAPI Custom AI Workflows — user-built, no-code AI API endpoints. It lets you:

- **List** your custom workflows
- **Describe** a workflow's schema (params, input mode, output schema)
- **Execute** workflows with JSON or form-data payloads (including file uploads)
- **Validate** payloads client-side before execution
- **Poll** for async results

---

Usage
-----

[](#usage)

```
