The Console component eases the creation of beautiful and testable command line interfaces.
-
Updated
Jun 12, 2021 - PHP
{{ message }}
Symfony is a set of reusable PHP components and a PHP framework for web projects.
The Console component eases the creation of beautiful and testable command line interfaces.
The HttpFoundation component defines an object-oriented layer for the HTTP specification.
The EventDispatcher component provides tools that allow your application components to communicate with each other by dispatching events and listening to them.
The HttpKernel component provides a structured process for converting a Request into a Response.
The Debug component provides tools to ease debugging PHP code.
This component provides a partial, native PHP implementation for the Mbstring extension.
The Process component executes commands in sub-processes.
The CssSelector component converts CSS selectors to XPath expressions.
The VarDumper component provides mechanisms for walking through any arbitrary PHP variable. It provides a better dump() function that you can use instead of var_dump().
The Translation component provides tools to internationalize your application.
The Filesystem component provides basic utilities for the filesystem.
This component provides a partial, native PHP implementation for the Ctype extension.
The DependencyInjection component allows you to standardize and centralize the way objects are constructed in your application.
The Config component helps you find, load, combine, autofill and validate configuration values of any kind, whatever their source may be (YAML, XML, INI files, or for instance a database).
The DomCrawler component eases DOM navigation for HTML and XML documents.
This component provides features unavailable in releases prior to PHP 7.0.
The Yaml component loads and dumps YAML files.
Symfony Dotenv parses .env files to make environment variables stored in them accessible via getenv(), $_ENV, or $_SERVER.
The OptionsResolver component is array_replace() on steroids. It allows you to create an options system with required options, defaults, validation (type, value), normalization and more.
The Asset component manages URL generation and versioning of web assets such as CSS stylesheets, JavaScript files and image files.
The BrowserKit component simulates the behavior of a web browser, allowing you to make requests, click on links and submit forms programmatically.
The ExpressionLanguage component provides an engine that can compile and evaluate expressions.
The Stopwatch component provides a way to profile code.
The PropertyAccess component provides function to read and write from/to an object or array using a simple string notation.
Inflector converts words between their singular and plural forms (English only).
A PHP replacement layer for the C intl extension that also provides access to the localization data of the ICU library.
Created by Fabien Potencier
Released October 2005