Pinned repositories
Repositories
-
-
symfony
The Symfony PHP framework
-
maker-bundle
Symfony Maker Bundle
-
password-hasher
The PasswordHasher component provides password hashing utilities.
-
framework-bundle
The FrameworkBundle defines the main framework configuration, from sessions and translations to forms, validation, routing and more.
-
string
Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way.
-
messenger
The Messenger component helps application send and receive messages to/from other applications or via message queues.
-
security-bundle
The security system is one of the most powerful parts of Symfony and can largely be controlled via its configuration.
-
validator
The Validator component provides tools to validate values following the JSR-303 Bean Validation specification.
-
uid
Provides an object-oriented API to generate and represent UIDs.
-
translation
The Translation component provides tools to internationalize your application.
-
form
The Form component allows you to easily create, process and reuse HTML forms.
-
mercure
The Mercure Component allows to easily push updates to web browsers and other HTTP clients using the Mercure protocol.
-
contracts
A set of abstractions extracted out of the Symfony components
-
http-foundation
The HttpFoundation component defines an object-oriented layer for the HTTP specification.
-
var-exporter
The VarExporter component allows exporting any serializable PHP data structure to plain PHP code. While doing so, it preserves all the semantics associated with the serialization mechanism of PHP (__wakeup, __sleep, Serializable).
-
-
-
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-kernel
The HttpKernel component provides a structured process for converting a Request into a Response.
-
security
The Security component provides a complete security system for your web application.
-
mercure-bundle
The MercureBundle allows to easily push updates to web browsers and other HTTP clients in the Symfony full-stack framework, using the Mercure protocol.
-
event-dispatcher
The EventDispatcher component provides tools that allow your application components to communicate with each other by dispatching events and listening to them.
-
-
polyfill-php74
This component provides functions unavailable in releases prior to PHP 7.4.
-
microsoft-teams-notifier
Provides Microsoft Teams integration for Symfony Notifier.
-
config
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).
-
cache
The Cache component provides an extended PSR-6 implementation for adding cache to your applications.
-
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().