Pinned repositories
Repositories
-
symfony
The Symfony PHP framework
-
-
http-client
The HttpClient component provides powerful methods to fetch HTTP resources synchronously or asynchronously.
-
-
messenger
The Messenger component helps application send and receive messages to/from other applications or via message queues.
-
form
The Form component allows you to easily create, process and reuse HTML forms.
-
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.
-
framework-bundle
The FrameworkBundle defines the main framework configuration, from sessions and translations to forms, validation, routing and more.
-
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.
-
doctrine-bridge
Provides integration for Doctrine with various Symfony components.
-
translation
The Translation component provides tools to internationalize your application.
-
intl
A PHP replacement layer for the C intl extension that also provides access to the localization data of the ICU library.
-
ldap
A Ldap client for PHP on top of PHP's ldap extension.
-
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.
-
web-link
The WebLink component manages links between resources. It is particularly useful to advise clients to preload and prefetch documents through HTTP and HTTP/2 pushes.
-
browser-kit
The BrowserKit component simulates the behavior of a web browser, allowing you to make requests, click on links and submit forms programmatically.
-
twig-bridge
Provides integration for Twig with various Symfony components.
-
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.
-
finder
The Finder component finds files and directories via an intuitive fluent interface.
-
property-access
The PropertyAccess component provides function to read and write from/to an object or array using a simple string notation.
-
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().
-
validator
The Validator component provides tools to validate values following the JSR-303 Bean Validation specification.
-
css-selector
The CssSelector component converts CSS selectors to XPath expressions.
-
twig-bundle
The Twig Bundle provides configuration for using Twig in your applications.
-
expression-language
The ExpressionLanguage component provides an engine that can compile and evaluate expressions.
-
process
The Process component executes commands in sub-processes.
-
dom-crawler
The DomCrawler component eases DOM navigation for HTML and XML documents.