PHPackages                             rodoud/profiler-assistant-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Debugging &amp; Profiling](/categories/debugging)
4. /
5. rodoud/profiler-assistant-bundle

ActiveSymfony-bundle[Debugging &amp; Profiling](/categories/debugging)

rodoud/profiler-assistant-bundle
================================

AI-powered profiler assistant for Symfony applications - helps beginners understand and fix errors

v1.0.1(1y ago)61061MITPHPPHP &gt;=8.2

Since Jun 3Pushed 1y agoCompare

[ Source](https://github.com/rodoudcom/profiler-assistant-bundle)[ Packagist](https://packagist.org/packages/rodoud/profiler-assistant-bundle)[ Docs](https://rodoud.com)[ RSS](/packages/rodoud-profiler-assistant-bundle/feed)WikiDiscussions main Synced today

READMEChangelogDependencies (8)Versions (3)Used By (0)

Profiler Assistant Bundle
=========================

[](#profiler-assistant-bundle)

[![Symfony](https://camo.githubusercontent.com/197b74da9f948335367db247aff09d55608fa3bdc75566239a64fecb1925d37a/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f53796d666f6e792d372e302b2d677265656e2e737667)](https://camo.githubusercontent.com/197b74da9f948335367db247aff09d55608fa3bdc75566239a64fecb1925d37a/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f53796d666f6e792d372e302b2d677265656e2e737667)[![PHP](https://camo.githubusercontent.com/45d36955804bf3f4f17097b05a7f41a28e578dc24e0d3ad0d21ae9d9762f44c6/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048502d382e312b2d626c75652e737667)](https://camo.githubusercontent.com/45d36955804bf3f4f17097b05a7f41a28e578dc24e0d3ad0d21ae9d9762f44c6/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048502d382e312b2d626c75652e737667)[![License](https://camo.githubusercontent.com/074b89bca64d3edc93a1db6c7e3b1636b874540ba91d66367c0e5e354c56d0ea/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e737667)](https://camo.githubusercontent.com/074b89bca64d3edc93a1db6c7e3b1636b874540ba91d66367c0e5e354c56d0ea/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e737667)[![Packagist Version](https://camo.githubusercontent.com/09504e3d28a9606fc224fb2799a5960fd3701c03eb5255e97b11b0dd37e33c78/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f726f646f75642f70726f66696c65722d617373697374616e742d62756e646c65)](https://camo.githubusercontent.com/09504e3d28a9606fc224fb2799a5960fd3701c03eb5255e97b11b0dd37e33c78/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f726f646f75642f70726f66696c65722d617373697374616e742d62756e646c65)[![Packagist Downloads](https://camo.githubusercontent.com/c5c7642d87d89b81b90c443df36c5383e834f68c716fb07ff43c9386597e4f97/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f726f646f75642f70726f66696c65722d617373697374616e742d62756e646c65)](https://camo.githubusercontent.com/c5c7642d87d89b81b90c443df36c5383e834f68c716fb07ff43c9386597e4f97/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f726f646f75642f70726f66696c65722d617373697374616e742d62756e646c65)

**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](https://rodoud.com) 🚀*

✨ Features
----------

[](#-features)

### 🤖 **Intelligent Error Analysis**

[](#-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**

[](#-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**

[](#-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**

[](#-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
--------------

[](#-installation)

### Via Composer

[](#via-composer)

```
composer require rodoud/profiler-assistant-bundle --dev
```

### Bundle Registration

[](#bundle-registration)

Add the bundle to your `config/bundles.php`:

```
