symfony/flex

Composer plugin for Symfony

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 11 minutes ago
Added to GitGenius on September 16th, 2026
Created on October 7th, 2016
Open Issues & Pull Requests: 23 (+0)
GitHub issues: Enabled
Number of forks: 196
Total Stargazers: 4,209 (+0)
Total Subscribers: 56 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 12.4 days
Mean response time: 205.8 days
90th percentile: 676.9 days
Tracked items: 60

Most active contributors

Sign in to see contributor activity.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 13
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 740 days
Stale 30+ days: 12
Stale 90+ days: 9

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • help wanted (8)
  • Status: Needs Review (1)
  • bug (1)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

Symfony Flex is a Composer plugin for Symfony that automates the installation and configuration of Symfony packages and recipes.

The plugin solves the problem of repetitive boilerplate setup when adding dependencies to a Symfony project. Instead of manually configuring packages after installation, Flex intercepts the Composer workflow to automatically apply recipes—predefined installation scripts that handle configuration file creation, environment variable setup, and other initialization tasks. When you require a package, Flex downloads its recipe from a central repository and executes it, reducing manual steps and ensuring consistent project structure across teams.

Flex is essential for anyone building Symfony applications, as it has become the standard installation method for the framework itself and its ecosystem. It suits projects of any size that use Symfony, from small applications to large enterprise systems. The plugin integrates transparently into the Composer workflow, so adoption requires no changes to existing development practices—you install packages as usual, and Flex handles the rest. It is particularly valuable in teams where standardized configuration reduces onboarding friction and prevents configuration drift across environments.

The project maintains steady activity with regular updates addressing bug fixes and compatibility with new Symfony versions. Development focuses on reliability and integration with the broader Symfony ecosystem rather than feature expansion. The codebase receives consistent maintenance to ensure the plugin remains compatible with current Composer and PHP versions. Pull requests are reviewed and merged to address reported issues and improve the plugin's robustness in real-world usage scenarios.