Pinned repositories
Repositories
-
-
symfony
The Symfony PHP framework
-
cache
The Cache component provides an extended PSR-6 implementation for adding cache to your applications.
-
framework-bundle
The FrameworkBundle defines the main framework configuration, from sessions and translations to forms, validation, routing and more.
-
form
The Form component allows you to easily create, process and reuse HTML forms.
-
validator
The Validator component provides tools to validate values following the JSR-303 Bean Validation specification.
-
maker-bundle
Symfony Maker Bundle
-
-
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.
-
dependency-injection
The DependencyInjection component allows you to standardize and centralize the way objects are constructed in your application.
-
ldap
A Ldap client for PHP on top of PHP's ldap extension.
-
http-kernel
The HttpKernel component provides a structured process for converting a Request into a Response.
-
runtime
The Runtime Component enables decoupling applications from global state.
-
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-guard
The Guard component brings many layers of authentication together, making it much easier to create complex authentication systems where you have total control.
-
security-bundle
The security system is one of the most powerful parts of Symfony and can largely be controlled via its configuration.
-
password-hasher
The PasswordHasher component provides password hashing utilities.
-
console
The Console component eases the creation of beautiful and testable command line interfaces.
-
messenger
The Messenger component helps application send and receive messages to/from other applications or via message queues.
-
notifier
Sends notifications via one or more channels (email, SMS, ...).
-
-
http-foundation
The HttpFoundation component defines an object-oriented layer for the HTTP specification.
-
lock
Creates and manages locks, a mechanism to provide exclusive access to a shared resource.
-
event-dispatcher
The EventDispatcher component provides tools that allow your application components to communicate with each other by dispatching events and listening to them.
-
http-client
The HttpClient component provides powerful methods to fetch HTTP resources synchronously or asynchronously.
-
semaphore
The Semaphore Component manages semaphores, a mechanism to provide exclusive access to a shared resource.
-
translation
The Translation component provides tools to internationalize your application.
-
mailjet-notifier
Provides Mailjet integration for Symfony Notifier.
-
security
The Security component provides a complete security system for your web application.