Download the PHP package marceloeatworld/falai-php without Composer
On this page you can find all versions of the php package marceloeatworld/falai-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download marceloeatworld/falai-php
More information about marceloeatworld/falai-php
Files in marceloeatworld/falai-php
Download marceloeatworld/falai-php
More information about marceloeatworld/falai-php
Files in marceloeatworld/falai-php
Vendor marceloeatworld
Package falai-php
Short Description A PHP client for the Fal AI API
License MIT
Package falai-php
Short Description A PHP client for the Fal AI API
License MIT
Please rate this library. Is it a good library?
Informations about the package falai-php
FAL AI PHP Client
A lightweight PHP client for FAL.AI built with Saloon v3. Create AI-powered content with ease.
Features
- 🎨 Support for all FAL AI models (Recraft, Flux Pro, etc.)
- 🔄 Full queue system with status tracking
- 📡 Webhook support
- 🛠️ ComfyUI & Workflows support
- ⚡ Simple, intuitive API
Installation
Quick Start
Models & Workflows
Advanced Usage
Response Structure
The GenerationData
object contains:
requestId
: Unique identifier for tracking the generationresponseUrl
: URL to fetch the resultstatusUrl
: URL to check statuscancelUrl
: URL to cancel generationstatus
: Current status (IN_QUEUE, IN_PROGRESS, COMPLETED, ERROR)payload
: Generation result data when completederror
: Error message if any
Tracking Generations
Laravel Integration
Add to config/services.php
:
Register in a service provider:
Use in controllers:
Support & Security
For security issues, please email [email protected].
License
MIT License - see LICENSE.
Credits
- Built with Saloon v3
- Inspired by replicate-php
All versions of falai-php with dependencies
PHP Build Version
Package Version
The package marceloeatworld/falai-php contains the following files
Loading the files please wait ....