get_project_overview
Retrieve a Markdown overview of a Symfony project: PHP version, Symfony version, installed packages, autoload namespaces, composer scripts, and APP_ENV. Use this first to understand the project.
Instructions
Return a Markdown overview of the Symfony project.
Reads composer.json, symfony.lock (or composer.lock), and .env to report:
PHP version requirement
Exact Symfony version installed
All installed packages, grouped by category
PSR-4 autoload namespaces
Composer scripts
APP_ENV setting
Call this tool first before using other tools to understand the project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |