Download the PHP package rodoud/profiler-assistant-bundle without Composer
On this page you can find all versions of the php package rodoud/profiler-assistant-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package profiler-assistant-bundle
Profiler Assistant Bundle
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
Bundle Registration
Add the bundle to your config/bundles.php
:
Routing Configuration
Add routing to your config/routes.yaml
:
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:
🚀 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
📧 [email protected]
🌐 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.
All versions of profiler-assistant-bundle with dependencies
symfony/framework-bundle Version ^7.0
symfony/dependency-injection Version ^7.0
symfony/config Version ^7.0
symfony/http-kernel Version ^7.0
symfony/web-profiler-bundle Version ^7.0
symfony/twig-bundle Version ^7.0
symfony/http-client Version ^7.0