jeet/chattle
Composer 安装命令:
composer require jeet/chattle
包简介
This is a laravel library package for simple realization of customer support chatting
关键字:
README 文档
README
An implementation of a Customer Support Chat System in Laravel.
This project will continue to grow and will be maintained. Your support is highly appreciated and will motivate the author to improve the package. If you've found this library helpful and want to support the author, please, consider any donation by clicking the button below or following the link to buymeacoffee.com.
Table of Contents
Features 🤩
- Customer support chatbox in every single page of your web app
- Admin panel for chatting with customers (available at: http://your-domain/chattle/chat-admin)
- Self-hosted pusher replacement by beyondcode laravel websockets
Requirements
- Laravel 10
- PHP 8.1 or higher
Installation
Default installation is via Composer.
composer require jeet/chattle --with-all-dependencies
The service provider will automatically get registered. Or you could add the Service Provider manually to your
config/app file in the providers section.
'providers' => [ //... Jeet\Chattle\ChatServiceProvider::class, ]
Publish the assets for css and js files
php artisan vendor:publish --provider="Jeet\Chattle\ChatServiceProvider"
Configure the following in your .env
BROADCAST_DRIVER=pusher
PUSHER_APP_ID=qwerty12345
PUSHER_APP_KEY=qwerty12345
PUSHER_APP_SECRET=qwerty12345
PUSHER_HOST=127.0.0.1
PUSHER_PORT=6001
PUSHER_SCHEME=http
PUSHER_APP_CLUSTER=mt1
If you want to change the pusher app key and secret make sure that you change them not only in .env file, but also in /public/js/chattle_customer.js and /public/js/chattle_admin.js - where the pusher instance is created
Run the migrations in order to setup the required tables on the database.
php artisan migrate
Include the customer support chatbox on your layout blade file's body section
@include('chattle::chat')
Now serve your websockets and laravel app in different command lines
php artisan websockets:serve
php artisan serve
Admin dashboard for chatting with customers available at http://your-domain/chattle/chat-admin
What's next 🚀
- Realtime typing effect in chatboxes for users to let know that user or admin is typing
- Marking messages as read when they are read by user or admin
- Middleware and chat-admin roles control
- Multiple color themes configured in configs
License
Laravel Customer Support Chat - is open-sourced software licensed under the MIT license.
jeet/chattle 适用场景与选型建议
jeet/chattle 是一款 基于 JavaScript 开发的 Composer 扩展包,目前已累计 21 次下载、GitHub Stars 达 0, 最近一次更新时间为 2024 年 11 月 30 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「chat」 「Customer support」 「Laravel Support」 「Laravel Chat」 「support chat」 「Ticketing System」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 jeet/chattle 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 jeet/chattle 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 jeet/chattle 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
Customer handling for PHP applications.
Customers management for Symfony projects.
This simple PHP class allows you to easily generate Smartsupp.com JS chat code.
Client for the REST API plugin of the OpenFire Server
a simple toolkit for social networks
统计信息
- 总下载量: 21
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 23
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-11-30

