Pinned repositories
Repositories
-
symfony
The Symfony PHP framework
-
maker-bundle
Symfony Maker Bundle
-
-
webpack-encore-bundle
Symfony integration with Webpack Encore!
-
security
The Security component provides a complete security system for your web application.
-
security-core
Security provides an infrastructure for sophisticated authorization systems, which makes it possible to easily separate the actual authorization logic from so called user providers that hold the users credentials. It is inspired by the Java Spring framework.
-
ldap
A Ldap client for PHP on top of PHP's ldap extension.
-
-
serializer
With the Serializer component it's possible to handle serializing data structures, including object graphs, into array structures or other formats like XML and JSON. It can also handle deserializing XML and JSON back to object graphs.
-
dependency-injection
The DependencyInjection component allows you to standardize and centralize the way objects are constructed in your application.
-
framework-bundle
The FrameworkBundle defines the main framework configuration, from sessions and translations to forms, validation, routing and more.
-
amazon-sqs-messenger
Provides Amazon SQS integration for Symfony Messenger
-
string
Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way.
-
http-foundation
The HttpFoundation component defines an object-oriented layer for the HTTP specification.
-
console
The Console component eases the creation of beautiful and testable command line interfaces.
-
lock
Creates and manages locks, a mechanism to provide exclusive access to a shared resource.
-
var-dumper
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().
-
asset
The Asset component manages URL generation and versioning of web assets such as CSS stylesheets, JavaScript files and image files.
-
translation
The Translation component provides tools to internationalize your application.
-
twig-bridge
Provides integration for Twig with various Symfony components.
-
security-http
Security provides an infrastructure for sophisticated authorization systems, which makes it possible to easily separate the actual authorization logic from so called user providers that hold the users credentials. It is inspired by the Java Spring framework.
-
security-bundle
The security system is one of the most powerful parts of Symfony and can largely be controlled via its configuration.
-
security-guard
The Guard component brings many layers of authentication together, making it much easier to create complex authentication systems where you have total control.
-
-
-
polyfill-php80
This component provides functions unavailable in releases prior to PHP 8.0.
-
-
doctrine-messenger
Provides Doctrine integration for Symfony Messenger