Symfony
Symfony is a set of reusable PHP components and a PHP framework for web projects.
Here are 4,514 public repositories matching this topic...
Modern, Crazy Fast, Ridiculously Easy and Amazingly Powerful Flat-File CMS
-
Updated
Oct 14, 2020 - PHP
The HttpFoundation component defines an object-oriented layer for the HTTP specification.
-
Updated
Oct 14, 2020 - PHP
The EventDispatcher component provides tools that allow your application components to communicate with each other by dispatching events and listening to them.
-
Updated
Oct 14, 2020 - PHP
The Debug component provides tools to ease debugging PHP code.
-
Updated
Oct 13, 2020 - PHP
The HttpKernel component provides a structured process for converting a Request into a Response.
-
Updated
Oct 14, 2020 - PHP
This component provides a partial, native PHP implementation for the Mbstring extension.
-
Updated
Oct 11, 2020 - PHP
The Process component executes commands in sub-processes.
-
Updated
Oct 14, 2020 - PHP
The CssSelector component converts CSS selectors to XPath expressions.
-
Updated
Oct 14, 2020 - 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
Oct 14, 2020 - PHP
Description
Remove any google fonts dependency from api-platform.
Example
Remove the google font stylesheet in line 8 of api-platform\core\src\Bridge\Symfony\Bundle\Resources\views\SwaggerUi\index.html.twig depending on a configuration variable?
Context
I'm working on an intranet application for a big company where any call to the fonts.googleapi.com CDN takes 30 seconds
PPM is a process manager, supercharger and load balancer for modern PHP applications.
-
Updated
Oct 1, 2020 - PHP
Sylius version affected: v1.4.4
Description
Sylius says the category is used and cannot be removed, when we try to remove an empty category.
We figured out that we had some products with the taxon as "Main Taxon".
Steps to reproduce
- Add a taxon, keep it empty of products.
- Update a product to use the newly created taxon as Main taxon.
- Try to remove the taxo
The Translation component provides tools to internationalize your application.
-
Updated
Oct 14, 2020 - PHP
I saved an article (https://www.senat.fr/rap/r08-388/r08-38823.html) in my wallabag and I think that borders on tables should be kept.
Symfony Bundle for Doctrine ORM and DBAL
-
Updated
Oct 12, 2020 - PHP
This component provides a partial, native PHP implementation for the Ctype extension.
-
Updated
Aug 4, 2020 - PHP
Symfony integration for the doctrine/migrations library
-
Updated
Sep 27, 2020 - PHP
Provides user management for your Symfony project. Compatible with Doctrine ORM & ODM, and custom storages.
-
Updated
Oct 14, 2020 - PHP
This component provides features unavailable in releases prior to PHP 7.0.
-
Updated
Aug 4, 2020 - 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
Oct 14, 2020 - PHP
The DependencyInjection component allows you to standardize and centralize the way objects are constructed in your application.
-
Updated
Oct 14, 2020 - PHP
The DomCrawler component eases DOM navigation for HTML and XML documents.
-
Updated
Oct 14, 2020 - PHP
Short description of what this feature will allow to do:
When bundle asked for directory to generate controller, why not to create the sub folders if not exist, instead of threw exception?
Example of how to use this feature
This is just one kind of example of integration:
Which directory do you want to generate "DashboardController" in? [src/Controller/Admin/]:
>
The "src/C
Created by Fabien Potencier
Released October 2005
- Organization
- symfony
- Website
- symfony.com
- Wikipedia
- Wikipedia


Description
At the moment it's quite hard to debug HTTP errors because the only information we get is:
HTTP/1.1 400 Bad Request returned for "https://example.com/".It would be nice to have an opt-in option that would automatically open response payload and headers in order to log them in Sentry for example. It may require to handle a max lenght on the response payload.