iadil/symfony-boost
Composer 安装命令:
composer require 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.
README 文档
README
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, 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
- Installation
- Configuration
- MCP Tools
- MCP Prompts & Resources
- Browser Log Capture
- AI Agent Setup
- Guidelines & Skills
- Console Commands
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
15 MCP Tools
| Tool | Description |
|---|---|
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
| Prompt | Description |
|---|---|
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
| Skill | Description |
|---|---|
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
Claude Code, Cursor, GitHub Copilot, Gemini, Junie, Codex, Amp, OpenCode
License
MIT
iadil/symfony-boost 适用场景与选型建议
iadil/symfony-boost 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 20 次下载、GitHub Stars 达 1, 最近一次更新时间为 2026 年 04 月 10 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「symfony」 「boost」 「ai」 「mcp」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 iadil/symfony-boost 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 iadil/symfony-boost 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 iadil/symfony-boost 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
Spatie's Laravel & PHP coding guidelines for Laravel Boost
Spatie's coding guidelines as AI skills for Laravel Boost and skills.sh
The bundle for easy using json-rpc api on your project
A symfony/console command for listing and introspecting AI skills files of a project.
Secure HTTP transport wrapper for MCP servers with API key auth, IP/Origin allowlisting, and rate limiting
Standardized event classes for MCP (Model Context Protocol) tool execution lifecycle
统计信息
- 总下载量: 20
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 29
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-04-10