Download the PHP package stackverify/forms without Composer
On this page you can find all versions of the php package stackverify/forms. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download stackverify/forms
More information about stackverify/forms
Files in stackverify/forms
Package forms
Short Description Official StackVerify Forms PHP SDK for collecting and managing leads through the StackVerify Forms API.
License MIT
Homepage https://stackverify.site/forms
Informations about the package forms
StackVerify Forms PHP SDK
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
Install using Composer:
Load Composer:
Quick Start
Create a form from your StackVerify dashboard and get your Form ID.
Example:
print_r($response);
Response:
CLI Form Tester
Test your StackVerify form without writing code.
Run:
The CLI will ask for:
- Form ID
- Name
- Company
- Message
Example:
WordPress Integration
The SDK works inside WordPress plugins and custom themes.
Example:
Framework Support
Works with:
- Laravel
- WordPress
- Symfony
- CodeIgniter
- Custom PHP applications
- Any Composer-based PHP project
How It Works
PHP Application
|
v
StackVerify Forms SDK
|
v
KyPHP HTTP Client
|
v
StackVerify Forms API
|
v
Dashboard Notifications Webhooks Automation
Features
Simple API
KyPHP Powered
Uses KyPHP internally for:
- cURL HTTP requests
- JSON handling
- Request chaining
- Future HTTP improvements
Lightweight
- No external framework dependency
- Composer compatible
- Simple integration
Example: Contact Form
Security
StackVerify handles:
- Secure submission storage
- Form validation
- Dashboard access control
Always sanitize and validate user input before sending data.
License
MIT License
Built by StackVerify.
Ship forms, not infrastructure.