chege-simon/vista
Composer 安装命令:
composer require chege-simon/vista
包简介
Horizon-style scheduler monitor for Laravel
README 文档
README
Vista is a Horizon-style scheduler monitor for Laravel. It provides a beautiful Vue-powered dashboard to view, supervise, and manage your scheduled tasks in real time. With Vista, you can track the status of your jobs, monitor the scheduler loop, and ensure your application's scheduled commands are running reliably.
✨ Features
- 📊 Dashboard UI — A Vue SPA that displays your scheduled tasks and their execution status.
- ⏱️ Scheduler Supervisor — Runs
schedule:runat configurable intervals. - ⚙️ Configurable Interval — Control how often Vista checks and runs tasks.
- 🔌 Laravel Package — Ships as a reusable package with auto-discovery.
- 🧪 Tested with Orchestra Testbench — Ensures reliability across Laravel versions.
📦 Installation
Require Vista via Composer:
composer require chege-simon/vista
🔧 Publishing Assets
Vista ships with configuration, views, and compiled dashboard assets. Publish them with:
php artisan vendor:publish --tag=vista-config php artisan vendor:publish --tag=vista-views php artisan vendor:publish --tag=vista-assets
⚙️ Configuration
The default configuration file is config/vista.php. You can adjust the scheduler interval:
return [ 'interval' => 60, // seconds between schedule checks ];
🚀 Usage
Start the Vista scheduler supervisor:
php artisan vista
This will run schedule:run every configured interval and log output to your console.
🖥️ Dashboard
After installation, visit:
http://your-app.test/vista
to access the Vue SPA dashboard. Here you can monitor scheduled tasks, view logs, and confirm that your scheduler is running smoothly.
🔄 Release Workflow
For maintainers:
- Build frontend assets with Vite:
npm run build
- Commit compiled assets.
- Update
CHANGELOG.md. - Tag a release:
git tag v0.5.0 git push origin v0.5.0
- Packagist will auto-update, making the new version installable.
🧪 Testing
Vista uses Orchestra Testbench to ensure compatibility with Laravel. Run the test suite with:
vendor/bin/phpunit
🤝 Contributing
Pull requests are welcome! Please include tests and follow Laravel package conventions. For major changes, open an issue first to discuss what you would like to change.
📜 License
Vista is open-source software licensed under the MIT license.
chege-simon/vista 适用场景与选型建议
chege-simon/vista 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 7 次下载、GitHub Stars 达 0, 最近一次更新时间为 2025 年 12 月 12 日, 在 PHP 生态内属于活跃度较高的组件。
我们在过去多个企业项目中使用过 chege-simon/vista 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 chege-simon/vista 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
统计信息
- 总下载量: 7
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 9
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-12-12