Stars
Assertions to validate method input/output with nice error messages.
Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.
A Bootstring encoding of Unicode for Internationalized Domain Names in Applications (IDNA) for PHP. Actively maintained alternative can be found here: https://github.com/symfony/polyfill-intl-idn
CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very usefull when you're sending emails.
A small library for converting tokenized PHP source code into XML (and potentially other formats)
Allows exporting any serializable PHP data structure to plain PHP code
Provides mechanisms for walking through any arbitrary PHP variable
Provides tools to internationalize your application
Give thanks (in the form of a GitHub ★) to your fellow PHP package maintainers (not limited to Symfony components)!
Maps an HTTP request to a set of configuration variables
Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions
Symfony polyfill for the Mbstring extension
Provides a structured process for converting a Request into a Response
Defines an object-oriented layer for the HTTP specification
Finds files and directories via an intuitive fluent interface
Provides tools that allow your application components to communicate with each other by dispatching events and listening to them
Eases DOM navigation for HTML and XML documents
Converts CSS selectors to XPath expressions
A set of abstractions extracted out of the Symfony components
Eases the creation of beautiful and testable command line interfaces
Provides extended PSR-6, PSR-16 (and tags) implementations
Simulates the behavior of a web browser, allowing you to make requests, click on links and submit forms programmatically