Pinned repositories
Repositories
-
webpack-encore-bundle
Symfony integration with Webpack Encore!
-
symfony
The Symfony PHP framework
-
-
-
intl
A PHP replacement layer for the C intl extension that also provides access to the localization data of the ICU library.
-
-
fake-sms-notifier
Fake SMS (as email during development) Notifier Bridge
-
validator
The Validator component provides tools to validate values following the JSR-303 Bean Validation specification.
-
framework-bundle
The FrameworkBundle defines the main framework configuration, from sessions and translations to forms, validation, routing and more.
-
web-profiler-bundle
The WebProfilerBundle provides detailed technical information about each request execution and displays it in both the web debug toolbar and the profiler.
-
security-bundle
The security system is one of the most powerful parts of Symfony and can largely be controlled via its configuration.
-
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.
-
maker-bundle
Symfony Maker Bundle
-
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.
-
password-hasher
The PasswordHasher component provides password hashing utilities.
-
security
The Security component provides a complete security system for your web application.
-
-
-
-
dotenv
Symfony Dotenv parses .env files to make environment variables stored in them accessible via getenv(), $_ENV, or $_SERVER.
-
console
The Console component eases the creation of beautiful and testable command line interfaces.
-
http-kernel
The HttpKernel component provides a structured process for converting a Request into a Response.
-
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().
-
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.
-
http-foundation
The HttpFoundation component defines an object-oriented layer for the HTTP specification.
-
contracts
A set of abstractions extracted out of the Symfony components
-
polyfill-php80
This component provides functions unavailable in releases prior to PHP 8.0.
-
polyfill-intl-grapheme
This component provides a partial, native PHP implementation of the Grapheme functions from the Intl extension.