Symfony
Symfony is a set of reusable PHP components and a PHP framework for web projects.
Here are 5,940 public repositories matching this topic...
Modern, Crazy Fast, Ridiculously Easy and Amazingly Powerful Flat-File CMS powered by PHP, Markdown, Twig, and Symfony
-
Updated
Apr 5, 2022 - PHP
The Console component eases the creation of beautiful and testable command line interfaces.
-
Updated
Apr 2, 2022 - PHP
The HttpFoundation component defines an object-oriented layer for the HTTP specification.
-
Updated
Apr 2, 2022 - PHP
The EventDispatcher component provides tools that allow your application components to communicate with each other by dispatching events and listening to them.
-
Updated
Feb 25, 2022 - PHP
The HttpKernel component provides a structured process for converting a Request into a Response.
-
Updated
Apr 2, 2022 - PHP
This component provides a partial, native PHP implementation for the Mbstring extension.
-
Updated
Mar 4, 2022 - PHP
Create REST and GraphQL APIs, scaffold Jamstack webapps, stream changes in real-time.
-
Updated
Mar 29, 2022 - TypeScript
The Debug component provides tools to ease debugging PHP code.
-
Updated
Jan 28, 2022 - PHP
The CssSelector component converts CSS selectors to XPath expressions.
-
Updated
Feb 25, 2022 - PHP
The Process component executes commands in sub-processes.
-
Updated
Apr 5, 2022 - PHP
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().
-
Updated
Mar 5, 2022 - PHP
Update about page
Sylius version affected: > 1.8
Description
The breadcrumb on product handle the case if an ancestor taxon is disabled and remove the link. But nothing is done if the main taxon is disabled.
Steps to reproduce
Choose a main taxon on a product.
Disable the main taxon.
Go to the product page.
The main taxon is linked in breadcrumb and lead to a "not found exception".
**
PPM is a process manager, supercharger and load balancer for modern PHP applications.
-
Updated
Apr 1, 2022 - PHP
The Translation component provides tools to internationalize your application.
-
Updated
Apr 2, 2022 - PHP
Symfony Bundle for Doctrine ORM and DBAL
-
Updated
Apr 5, 2022 - PHP
The Filesystem component provides basic utilities for the filesystem.
-
Updated
Apr 2, 2022 - PHP
Symfony integration for the doctrine/migrations library
-
Updated
Mar 22, 2022 - PHP
This component provides a partial, native PHP implementation for the Ctype extension.
-
Updated
Mar 4, 2022 - PHP
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).
-
Updated
Apr 2, 2022 - PHP
The DependencyInjection component allows you to standardize and centralize the way objects are constructed in your application.
-
Updated
Apr 2, 2022 - PHP
The DomCrawler component eases DOM navigation for HTML and XML documents.
-
Updated
Mar 5, 2022 - PHP
Created by Fabien Potencier
Released October 2005
- Organization
- symfony
- Website
- symfony.com
- Wikipedia
- Wikipedia


Symfony version(s) affected
4.4+
Description
There is a fatal error when command
debug:routeris used in non-interactive mode, with a name that matches more than 1 route.How to reproduce