Pinned repositories
Repositories
-
symfony
The Symfony PHP 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().
-
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.
-
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.
-
routing
The Routing component maps an HTTP request to a set of configuration variables.
-
dependency-injection
The DependencyInjection component allows you to standardize and centralize the way objects are constructed in your application.
-
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.
-
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.
-
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.
-
amqp-messenger
Provides AMQP integration for Symfony Messenger
-
translation
The Translation component provides tools to internationalize your application.
-
twig-bridge
Provides integration for Twig with various Symfony components.
-
messenger
The Messenger component helps application send and receive messages to/from other applications or via message queues.
-
phpunit-bridge
Provides utilities for PHPUnit, especially user deprecation notices management.
-
esendex-notifier
Provides Esendex integration for Symfony Notifier
-
nexmo-notifier
Provides Nexmo integration for Symfony Notifier.