Pinned repositories
Repositories
-
symfony
The Symfony PHP framework
-
browser-kit
The BrowserKit component simulates the behavior of a web browser, allowing you to make requests, click on links and submit forms programmatically.
-
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.
-
property-access
The PropertyAccess component provides function to read and write from/to an object or array using a simple string notation.
-
workflow
The Workflow component provides tools for managing a workflow or finite state machine.
-
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.
-
css-selector
The CssSelector component converts CSS selectors to XPath expressions.
-
dependency-injection
The DependencyInjection component allows you to standardize and centralize the way objects are constructed in your application.
-
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).
-
error-handler
The ErrorHandler component provides tools to manage errors and ease debugging PHP code.
-
console
The Console component eases the creation of beautiful and testable command line interfaces.
-
form
The Form component allows you to easily create, process and reuse HTML forms.
-
expression-language
The ExpressionLanguage component provides an engine that can compile and evaluate expressions.
-
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.
-
string
Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way.
-
security-csrf
The Security CSRF (cross-site request forgery) component provides a class CsrfTokenManager for generating and validating CSRF tokens.
-
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().
-
templating
The Templating component provides all the tools needed to build any kind of template system.
-
-
-
doctrine-bridge
Provides integration for Doctrine with various Symfony components.
-
http-kernel
The HttpKernel component provides a structured process for converting a Request into a Response.
-
cache
The Cache component provides an extended PSR-6 implementation for adding cache to your applications.
-
http-client
The HttpClient component provides powerful methods to fetch HTTP resources synchronously or asynchronously.
-
framework-bundle
The FrameworkBundle defines the main framework configuration, from sessions and translations to forms, validation, routing and more.