Pinned repositories
Repositories
-
-
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.
-
error-handler
The ErrorHandler component provides tools to manage errors and ease debugging PHP code.
-
symfony
The Symfony PHP framework
-
security
The Security component provides a complete security system for your web application.
-
-
webpack-encore
A simple but powerful API for processing & compiling assets built around Webpack
-
-
acl-bundle
Integrates the ACL Security component into Symfony applications.
-
dependency-injection
The DependencyInjection component allows you to standardize and centralize the way objects are constructed in your application.
-
routing
The Routing component maps an HTTP request to a set of configuration variables.
-
-
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.
-
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().
-
intl
A PHP replacement layer for the C intl extension that also provides access to the localization data of the ICU library.
-
options-resolver
The OptionsResolver component is array_replace() on steroids. It allows you to create an options system with required options, defaults, validation (type, value), normalization and more.
-
console
The Console component eases the creation of beautiful and testable command line interfaces.
-
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.
-
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.
-
http-foundation
The HttpFoundation component defines an object-oriented layer for the HTTP specification.
-
mime
The MIME component allows manipulating MIME types.
-
password-hasher
The PasswordHasher component provides password hashing utilities.
-
notifier
Sends notifications via one or more channels (email, SMS, ...).
-
semaphore
The Semaphore Component manages semaphores, a mechanism to provide exclusive access to a shared resource.