Download the PHP package syofyanzuhad/filament-chatflow without Composer
On this page you can find all versions of the php package syofyanzuhad/filament-chatflow. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download syofyanzuhad/filament-chatflow
More information about syofyanzuhad/filament-chatflow
Files in syofyanzuhad/filament-chatflow
Package filament-chatflow
Short Description A conversational chatbot flow builder plugin for Filament v4 with conditional logic and floating chat widget
License MIT
Homepage https://github.com/syofyanzuhad/filament-chatflow
Informations about the package filament-chatflow
Filament Chatflow
A powerful conversational flow builder plugin for Filament v3. Create interactive chatbot experiences with conditional logic, multi-language support, and comprehensive analytics.
Note: This is the stable branch for Filament v3. For Filament v4 support, use the
v4branch or install version^2.0.
Features
- ๐จ Visual Flow Builder - Build chat flows with an intuitive form-based interface
- ๐ฌ Floating Chat Widget - Beautiful, responsive chat widget that works on all pages
- ๐ Multi-Language Support - Built-in support for multiple languages (English & Indonesian included)
- ๐ Analytics Dashboard - Track conversation metrics, completion rates, and drop-off points
- ๐ง Email Transcripts - Automatically send conversation transcripts via email
- ๐ฏ Conditional Logic - Create complex conversation flows with if-else branching
- ๐ Sound Notifications - Optional sound notifications for new messages
- ๐ Dark Mode Support - Full dark mode compatibility
- โก Rate Limiting - Built-in API rate limiting for security
- ๐งช Comprehensive Testing - Full test coverage with Pest v4
Requirements
- PHP 8.3 or higher
- Laravel 12.x
- Filament 3.x
- Livewire 3.x
Installation
-
Install the package via composer:
- Run the installation command:
This will publish the config file, migrations, and ask to run migrations.
Alternatively, you can publish and run the migrations manually:
- Register the plugin in your Filament Panel Provider:
Configuration
Publish the config file (if not already published):
The config file contains options for:
- Widget appearance and behavior
- Conversation expiration settings
- Email transcript configuration
- Analytics settings
- Rate limiting
- Security options
- And more...
Usage
Creating a Chatflow
- Navigate to Chatflow in your Filament panel
- Click New Chatflow
-
Fill in basic information:
- Name
- Description
- Welcome message (multi-language supported)
- Widget position (bottom-right, bottom-left, top-right, top-left)
- Theme color
- Email and notification settings
- Click Save and you'll be redirected to the Flow Builder
Building the Conversation Flow
The Flow Builder allows you to create conversation steps:
- Message Steps - Display information to users
- Question Steps - Present options for users to choose
- End Steps - Conclude the conversation
Each step supports:
- Multi-language content (English & Indonesian by default)
- Nested child steps for complex flows
- Quick reply options with branching logic
Example flow structure:
Adding the Chat Widget to Your Frontend
Add the chat widget to your layout blade file:
Or use the chatflow ID directly:
Viewing Conversations
Navigate to Conversations in your Filament panel to:
- View all conversation history
- Filter by chatflow, status, date range, or language
- See detailed message timelines
- Track user information and metadata
Analytics Dashboard
The Analytics widget on your dashboard shows:
- Total conversations
- Active conversations
- Completed today
- Average completion rate
Access detailed analytics in the Chatflow Resource to see:
- Completion rates over time
- Drop-off points (where users abandon)
- Popular conversation paths
- Hourly distribution
API Endpoints
The package provides API endpoints for programmatic access:
Seeding Sample Data
Run the seeder to create a sample customer support chatflow:
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- Syofyan Zuhad
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of filament-chatflow with dependencies
filament/filament Version ^4.0
spatie/laravel-package-tools Version ^1.15.0