awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
symfony avatar

symfony/flex

0
View on GitHub↗
4,223 stars·197 forks·PHP·MIT·13 views

Flex

Flex is a Composer plugin for Symfony that serves as a PHP application orchestrator. It automates the installation and configuration of Symfony packages and components through the use of predefined recipes.

The tool streamlines the integration of libraries into a Symfony application by automating framework configuration and the setup of project structures. It reduces manual setup time by generating necessary folders and configuration files based on the installed packages.

The system manages PHP dependencies and application boilerplate automation. Its capabilities cover the orchestration of services and complex systems by automatically configuring the environment as new components are added to the project.

Features

  • Composer Plugins - Provides a Composer plugin specifically designed to automate the installation and configuration of Symfony packages.
  • Application - Uses predefined recipes to automate the setup of specific bundles and services within the application.
  • Application Orchestrators - Serves as a PHP application orchestrator by automating the setup of dependencies and configuration files.
  • Boilerplate Automators - Automates the generation of standardized project folders and configuration files based on installed packages.
  • Project Setup Automators - Automates the configuration of project structures and dependency management to accelerate service creation.
  • Symfony Framework Integrations - Streamlines the integration of new features and plugins into the Symfony framework with automatic configuration.
  • Configuration File Generators - Generates boilerplate configuration files by merging default recipe templates with project-specific values.
  • Dependency Management Automators - Manages Composer packages and automates the installation of required libraries for PHP projects.
  • Dynamic Dependency Installation - Analyzes project requirements to automatically install and inject necessary libraries based on selected recipes.

Star history

Star history chart for symfony/flexStar history chart for symfony/flex

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Frequently asked questions

What does symfony/flex do?

Flex is a Composer plugin for Symfony that serves as a PHP application orchestrator. It automates the installation and configuration of Symfony packages and components through the use of predefined recipes.

What are the main features of symfony/flex?

The main features of symfony/flex are: Composer Plugins, Application, Application Orchestrators, Boilerplate Automators, Project Setup Automators, Symfony Framework Integrations, Configuration File Generators, Dependency Management Automators.

Which projects share features with symfony/flex?

Projects with overlapping indexed features include: hirak/prestissimo — Prestissimo is a plugin for the PHP Composer package manager that implements parallel dependency downloading to reduce… symfony/http-kernel — HttpKernel is the core kernel component of the Symfony framework that orchestrates the complete HTTP request-response… erikras/ducks-modular-redux — This project provides a modular Redux architecture and a corresponding boilerplate generator. It implements a… doctrine/doctrinemigrationsbundle — DoctrineMigrationsBundle is a database schema migration tool and a Symfony framework integration for managing and… doctrine/doctrinebundle — DoctrineBundle is a Symfony integration that configures and manages the Doctrine Object Relational Mapper and Database… cookiecutter-flask/cookiecutter-flask — cookiecutter-flask is a project scaffolding tool used for bootstrapping Flask web applications. It uses a templating…

Projects sharing features with Flex

These projects share indexed features with Flex. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • hirak/prestissimohirak avatar

    hirak/prestissimo

    6,122View on GitHub↗

    Prestissimo is a plugin for the PHP Composer package manager that implements parallel dependency downloading to reduce total installation time. It serves as an extension for the PHP ecosystem, acting as a concurrent dependency downloader. The project optimizes the retrieval of external libraries by replacing the standard sequential download process with parallel HTTP requests. This concurrency allows multiple dependency archives to be fetched simultaneously. The plugin handles the PHP dependency management workflow by managing concurrent HTTP streams and using asynchronous I/O processing to

    PHP
    View on GitHub↗6,122
  • symfony/http-kernelsymfony avatar

    symfony/http-kernel

    8,121View on GitHub↗

    HttpKernel is the core kernel component of the Symfony framework that orchestrates the complete HTTP request-response lifecycle. It provides an event-driven pipeline that converts an incoming HTTP request into a matching response by dispatching lifecycle events for early interception, controller resolution, error handling, response modification, and deferred tasks. The kernel automatically resolves the PHP callable that handles a request and injects its arguments using reflection and request attributes. It dispatches attribute-specific events for each PHP attribute found on a controller, enab

    PHPcomponentphpsymfony
    View on GitHub↗8,121
  • doctrine/doctrinemigrationsbundledoctrine avatar

    doctrine/DoctrineMigrationsBundle

    4,311View on GitHub↗

    DoctrineMigrationsBundle is a database schema migration tool and a Symfony framework integration for managing and versioning database changes using the Doctrine Migrations library. It functions as a bridge connecting the Symfony service container to Doctrine database migration workflows. The project provides a system for tracking and applying incremental changes to a database schema, ensuring consistent states across development, staging, and production environments. It automates schema updates to maintain data structures without manual SQL execution. The tool integrates with the framework t

    PHP
    View on GitHub↗4,311
  • doctrine/doctrinebundledoctrine avatar

    doctrine/DoctrineBundle

    4,835View on GitHub↗

    DoctrineBundle is a Symfony integration that configures and manages the Doctrine Object Relational Mapper and Database Abstraction Layer. It provides the fundamental tools required to map application objects to relational database tables and execute raw queries through a consistent programmatic interface. The project includes a database schema manager with command-line tools for synchronizing database structures with entity mappings and executing migrations. It also provides a database query debugger and activity debugging tools to track performance and execution details via a web-based inter

    PHPbundledoctrinesymfony
    View on GitHub↗4,835
Compare all 23 related projects→