PHPackages                             stackverify/forms - 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. stackverify/forms

ActiveLibrary[API Development](/categories/api)

stackverify/forms
=================

Official StackVerify Forms PHP SDK for collecting and managing leads through the StackVerify Forms API.

v1.0.0(3d ago)02MITPHP &gt;=8.0

Since Jul 7Compare

[ Source](https://github.com/Stackmorgan/stackverify-leads-php)[ Packagist](https://packagist.org/packages/stackverify/forms)[ Docs](https://stackverify.site/forms)[ RSS](/packages/stackverify-forms/feed)WikiDiscussions Synced today

READMEChangelogDependencies (1)Versions (2)Used By (0)

[![StackVerify Logo](https://camo.githubusercontent.com/6c6d613812a833d818c948679f79891c801b2da585b1faff6b53b3ad5c0e931f/68747470733a2f2f692e6962622e636f2f467167786a74314e2f47656d696e692d47656e6572617465642d496d6167652d6d37697268646d37697268646d3769722e706e67)](https://camo.githubusercontent.com/6c6d613812a833d818c948679f79891c801b2da585b1faff6b53b3ad5c0e931f/68747470733a2f2f692e6962622e636f2f467167786a74314e2f47656d696e692d47656e6572617465642d496d6167652d6d37697268646d37697268646d3769722e706e67)

StackVerify Forms PHP SDK
=========================

[](#stackverify-forms-php-sdk)

[![PHP Version](https://camo.githubusercontent.com/f575af1b648be492e22e809caebece8d6ae4d5319ad769664ee7a52e1c31c939/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048502d253345253344382e302d626c7565)](https://camo.githubusercontent.com/f575af1b648be492e22e809caebece8d6ae4d5319ad769664ee7a52e1c31c939/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048502d253345253344382e302d626c7565)[![License](https://camo.githubusercontent.com/f8df3091bbe1149f398a5369b2c39e896766f9f6efba3477c63e9b4aa940ef14/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d677265656e)](https://camo.githubusercontent.com/f8df3091bbe1149f398a5369b2c39e896766f9f6efba3477c63e9b4aa940ef14/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d677265656e)

Official PHP SDK for StackVerify Forms powered by KyPHP.

Collect form submissions from any PHP application without building your own backend. Send data directly to StackVerify, where submissions can be managed through your dashboard and connected to notifications, webhooks, WhatsApp workflows, and automations.

Why StackVerify Forms?

Building form infrastructure takes time.

StackVerify Forms gives PHP developers:

- Instant form endpoints
- Submission storage
- Dashboard management
- Email notifications
- Webhook support
- WhatsApp automation workflows
- Simple PHP integration
- KyPHP-powered HTTP requests
- No backend required

---

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

[](#installation)

Install using Composer:

```
composer require stackverify/forms

```

Load Composer:

```
require "vendor/autoload.php";

```

---

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

[](#quick-start)

Create a form from your StackVerify dashboard and get your Form ID.

Example:

```
