PHPackages                             iadil/symfony-boost - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. iadil/symfony-boost

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

iadil/symfony-boost
===================

Symfony Boost accelerates AI-assisted development by providing the essential context and structure that AI needs to generate high-quality, Symfony-specific code.

v0.2.5(2mo ago)117MITPHPPHP ^8.2

Since Apr 10Pushed 2mo agoCompare

[ Source](https://github.com/iAdil/symfony-boost)[ Packagist](https://packagist.org/packages/iadil/symfony-boost)[ Docs](https://github.com/iadil/symfony-boost)[ RSS](/packages/iadil-symfony-boost/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependencies (14)Versions (13)Used By (0)

Symfony Boost Bundle
====================

[](#symfony-boost-bundle)

Symfony Boost accelerates AI-assisted development by providing the essential context and structure that AI needs to generate high-quality, Symfony-specific code.

Built on top of [`symfony/mcp-bundle`](https://symfony.com/doc/current/ai/bundles/mcp-bundle.html), this bundle provides an MCP (Model Context Protocol) server with 15 tools that give AI assistants access to your application's database schema, logs, routes, configuration, documentation, and more.

Documentation
-------------

[](#documentation)

- [Installation](docs/installation.md)
- [Configuration](docs/configuration.md)
- [MCP Tools](docs/tools.md)
- [MCP Prompts &amp; Resources](docs/prompts-and-resources.md)
- [Browser Log Capture](docs/browser-logs.md)
- [AI Agent Setup](docs/agent-setup.md)
- [Guidelines &amp; Skills](docs/guidelines-and-skills.md)
- [Console Commands](docs/commands.md)

Quick Start
-----------

[](#quick-start)

```
composer require iadil/symfony-boost
```

Register the bundle (if Symfony Flex didn't auto-register):

```
// config/bundles.php
return [
    // ...
    IAdil\SymfonyBoostBundle\SymfonyBoostBundle::class => ['all' => true],
];
```

Create `config/packages/mcp.yaml`:

```
mcp:
    app: 'my-app'
    version: '1.0.0'
    client_transports:
        stdio: true
    discovery:
        scan_dirs:
            - src
            - vendor/iadil/symfony-boost/src
```

Install guidelines and skills for your AI agent:

```
bin/console boost:install
```

Start the MCP server:

```
bin/console mcp:server
```

Features
--------

[](#features)

### 15 MCP Tools

[](#15-mcp-tools)

ToolDescription`application-info`PHP/Symfony version, installed packages, Doctrine entities`browser-logs`Read browser console logs captured from the frontend`database-connections`List configured Doctrine DBAL connections`database-query`Execute read-only SQL queries against the database`database-schema`Full database schema introspection`get-absolute-url`Generate absolute URLs from routes or paths`get-config-value`Read Symfony parameters by key`last-error`Get the last error from application logs`list-bundles`List all registered Symfony bundles`list-env-vars`List application environment variables`list-routes`List all registered routes with controllers`read-log-entries`Read the last N log entries`run-console`Execute read-only Symfony console commands`search-docs`Search Symfony ecosystem documentation`table-row-count`Row counts for all database tables### 4 MCP Prompts

[](#4-mcp-prompts)

PromptDescription`symfony-code-simplifier`Simplify and refine PHP/Symfony code`upgrade-symfony-8`Step-by-step Symfony 8 upgrade guide`upgrade-twig`Twig template upgrade guide`upgrade-doctrine`Doctrine ORM/DBAL upgrade guide### 10 Built-in Skills

[](#10-built-in-skills)

SkillDescription`create-entity`Doctrine entity with relationships and lifecycle callbacks`create-crud`Complete CRUD: controller, service, form, templates`create-api-endpoint`REST API with validation and serialization`create-command`Console command with progress, locking, signals`create-event-system`Events, listeners, and async Messenger processing`create-voter`Security voter for authorization`create-form`Complex forms with transformers and events`create-test`Unit, integration, and functional tests`debug-performance`Performance profiling and optimization`database-migration`Safe Doctrine migration patterns### Supported AI Agents

[](#supported-ai-agents)

Claude Code, Cursor, GitHub Copilot, Gemini, Junie, Codex, Amp, OpenCode

License
-------

[](#license)

MIT

###  Health Score

38

—

LowBetter than 83% of packages

Maintenance88

Actively maintained with recent releases

Popularity8

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity43

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

12

Last Release

60d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/4020693?v=4)[Adil ](/maintainers/iAdil)[@iAdil](https://github.com/iAdil)

---

Top Contributors

[![iAdil](https://avatars.githubusercontent.com/u/4020693?v=4)](https://github.com/iAdil "iAdil (13 commits)")

---

Tags

symfonymcpaiboost

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/iadil-symfony-boost/health.svg)

```
[![Health](https://phpackages.com/badges/iadil-symfony-boost/health.svg)](https://phpackages.com/packages/iadil-symfony-boost)
```

###  Alternatives

[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.5M370](/packages/easycorp-easyadmin-bundle)[open-dxp/opendxp

Content &amp; Product Management Framework (CMS/PIM)

9017.2k55](/packages/open-dxp-opendxp)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.4M195](/packages/sulu-sulu)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

585.4M506](/packages/shopware-core)[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.5k5.8M710](/packages/sylius-sylius)[pimcore/pimcore

Content &amp; Product Management Framework (CMS/PIM/E-Commerce)

3.8k3.8M444](/packages/pimcore-pimcore)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
