#
Symfony

Symfony is a set of reusable PHP components and a PHP framework for web projects.
Here are 4,464 public repositories matching this topic...
A----
commented
Apr 13, 2020
Reading this ( https://learn.getgrav.org/16/advanced/performance-and-caching#grav-core-caching ), I was under the impression that the hash
method would actually hash the files (in a fast not-so-secure way as it is not the point.)
I guess that the idea is to not load the file from disk, making it faster. Here comes the issue: when deploying, you have to be careful or preserving file attributes
The Console component eases the creation of beautiful and testable command line interfaces.
-
Updated
Jul 6, 2020 - PHP
The HttpFoundation component defines an object-oriented layer for the HTTP specification.
-
Updated
Jul 15, 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
Jun 18, 2020 - PHP
The Debug component provides tools to ease debugging PHP code.
-
Updated
Jun 30, 2020 - PHP
The HttpKernel component provides a structured process for converting a Request into a Response.
-
Updated
Jul 15, 2020 - PHP
This component provides a partial, native PHP implementation for the Mbstring extension.
-
Updated
Jul 15, 2020 - PHP
The Process component executes commands in sub-processes.
-
Updated
Jul 7, 2020 - PHP
The CssSelector component converts CSS selectors to XPath expressions.
-
Updated
Jul 5, 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
Jun 30, 2020 - PHP
PPM is a process manager, supercharger and load balancer for modern PHP applications.
-
Updated
Jul 13, 2020 - PHP
REST and GraphQL framework to build modern API-driven projects (server-side and client-side)
react
javascript
api
graphql
php
framework
symfony
rest
symfony-bundle
schema-org
hal
hydra
graphql-server
json-ld
hydra-api
graphql-api
hypermedia-client
hypermedia-api
mercure
vulcain
-
Updated
Jul 10, 2020 - JavaScript
Open Source eCommerce Platform on Symfony
-
Updated
Jul 16, 2020 - PHP
The Translation component provides tools to internationalize your application.
-
Updated
Jun 30, 2020 - PHP
wallabag is a self hostable application for saving web pages: Save and classify articles. Read them later. Freely.
-
Updated
Jul 16, 2020 - PHP
The Filesystem component provides basic utilities for the filesystem.
-
Updated
Jun 15, 2020 - PHP
This component provides a partial, native PHP implementation for the Ctype extension.
-
Updated
Jul 15, 2020 - PHP
Symfony Bundle for Doctrine ORM and DBAL
-
Updated
Jul 3, 2020 - PHP
Provides user management for your Symfony project. Compatible with Doctrine ORM & ODM, and custom storages.
-
Updated
Jun 11, 2020 - PHP
This component provides features unavailable in releases prior to PHP 7.0.
-
Updated
Jul 15, 2020 - PHP
Symfony integration for the doctrine/migrations library
-
Updated
Jul 6, 2020 - PHP
The DependencyInjection component allows you to standardize and centralize the way objects are constructed in your application.
-
Updated
Jul 15, 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
Jul 15, 2020 - PHP
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.