rodoud/profiler-assistant-bundle
Composer 安装命令:
composer require rodoud/profiler-assistant-bundle
包简介
AI-powered profiler assistant for Symfony applications - helps beginners understand and fix errors
README 文档
README
An AI-powered profiler assistant for Symfony applications that helps developers understand and fix errors through intelligent analysis and interactive chat support.
Developed by Rodoud.com 🚀
✨ Features
🤖 Intelligent Error Analysis
- AI-Powered Diagnostics: Automatically analyzes exceptions with context-aware explanations
- Smart Categorization: Identifies error types (Configuration, Database, Routing, etc.)
- Solution Suggestions: Provides actionable steps to resolve issues
💬 Interactive AI Chat
- Real-time Assistance: Chat with AI about your specific Symfony issues
- Context Awareness: AI has full access to error details and environment info
- Conversational Help: Ask follow-up questions and get detailed explanations
🔍 Universal Error Handling
- Profiler Integration: Enhanced Symfony profiler with AI insights
500 Error Coverage: Handles critical errors when profiler isn't available- Missing Bundle Detection: Identifies and helps resolve dependency issues
🎯 Developer-Friendly
- Beginner Focused: Perfect for developers learning Symfony
- Stack Trace Analysis: Clean, readable stack traces focused on your code
- Environment Context: Shows PHP version, Symfony version, and environment details
📦 Installation
Via Composer
composer require rodoud/profiler-assistant-bundle --dev
Bundle Registration
Add the bundle to your config/bundles.php:
<?php return [ // ... other bundles Rodoud\ProfilerAssistantBundle\RodoudProfilerAssistantBundle::class => ['dev' => true, 'test' => true], ];
Routing Configuration
Add routing to your config/routes.yaml:
when@dev: rodoud_profiler_assistant: resource: '@RodoudProfilerAssistantBundle/src/Controller/' type: attribute prefix: /_rodoud
Optional Security Configuration
If your app uses security (authentication or access control),
you need to add this rule to allow access to the profiler controller:
security: access_control: - { path: ^/_rodoud, roles: PUBLIC_ACCESS }
🚀 Usage
Basic Usage
Once installed, the Profiler Assistant automatically:
- Enhances your Symfony profiler with AI-powered error analysis
Intercepts 500 errors when profiler isn't available- Provides intelligent suggestions for common issues
- Enables AI chat for personalized help
AI Chat Features
The AI assistant can help with:
- Error Explanation: "What does this error mean?"
- Step-by-step Solutions: "How do I fix this configuration issue?"
- Best Practices: "What's the recommended way to handle this?"
- Code Examples: "Show me the correct syntax for this YAML config"
- References and links: "Shows helpful links or docs related to the detected error"
🎨 Screenshots
Enhanced Error Page
AI Chat Interface
📄 License
This project is licensed under the MIT License - see the LICENSE file for details.
👨💻 About the Author
Adnen Chouibi
📧 adnen.chouibi@gmail.com
🌐 Linkedin
About Rodoud.com
Rodoud.com is a startup focused on building smart automation tools for customer service, e-commerce, and AI. We use technologies like Symfony and modern AI to create real-world solutions for businesses. We love sharing our knowledge and supporting the Symfony community with useful tools and ideas.
Made with ❤️ by Rodoud.com
If this bundle helped you, consider giving it a ⭐ on GitHub!
rodoud/profiler-assistant-bundle 适用场景与选型建议
rodoud/profiler-assistant-bundle 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 106 次下载、GitHub Stars 达 5, 最近一次更新时间为 2025 年 06 月 02 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「symfony」 「debugging」 「bundle」 「profiler」 「assistant」 「ai」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 rodoud/profiler-assistant-bundle 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 rodoud/profiler-assistant-bundle 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 rodoud/profiler-assistant-bundle 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
2lenet/EasyAdminPlusBundle
The bundle for easy using json-rpc api on your project
A PHP package that takes a snapshot of your application and allows you to retrieve it later to help with debugging.
Provide a way to secure accesses to all routes of an symfony application.
DMS Meetup API Bundle, enables Meetup API clients in services
Laravel Database Query Logger and debug helper.
统计信息
- 总下载量: 106
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 6
- 点击次数: 19
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-06-02

