Grow your team on GitHub
GitHub is home to over 50 million developers working together. Join them to grow your own development teams, manage permissions, and collaborate on projects.
Sign upPinned repositories
Repositories
-
symfony
The Symfony PHP framework
-
form
The Form component allows you to easily create, process and reuse HTML forms.
-
framework-bundle
The FrameworkBundle defines the main framework configuration, from sessions and translations to forms, validation, routing and more.
-
mime
The MIME component allows manipulating MIME types.
-
routing
The Routing component maps an HTTP request to a set of configuration variables.
-
property-info
PropertyInfo extracts information about PHP class' properties using metadata of popular sources.
-
validator
The Validator component provides tools to validate values following the JSR-303 Bean Validation specification.
-
dependency-injection
The DependencyInjection component allows you to standardize and centralize the way objects are constructed in your application.
-
web-profiler-bundle
The WebProfilerBundle provides detailed technical information about each request execution and displays it in both the web debug toolbar and the profiler.
-
security-csrf
The Security CSRF (cross-site request forgery) component provides a class CsrfTokenManager for generating and validating CSRF tokens.
-
http-kernel
The HttpKernel component provides a structured process for converting a Request into a Response.
-
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.
-
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).
-
security-bundle
The security system is one of the most powerful parts of Symfony and can largely be controlled via its configuration.
-
mobyt-notifier
Provides Mobyt integration for Symfony Notifier.
-
finder
The Finder component finds files and directories via an intuitive fluent interface.
-
expression-language
The ExpressionLanguage component provides an engine that can compile and evaluate expressions.
-
console
The Console component eases the creation of beautiful and testable command line interfaces.
-
twig-bridge
Provides integration for Twig with various Symfony components.
-
phpunit-bridge
Provides utilities for PHPUnit, especially user deprecation notices management.
-
monolog-bridge
Provides integration for Monolog with various Symfony components.
-
intl
A PHP replacement layer for the C intl extension that also provides access to the localization data of the ICU library.
-
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.
-
-
cache
The Cache component provides an extended PSR-6 implementation for adding cache to your applications.
-
workflow
The Workflow component provides tools for managing a workflow or finite state machine.
-
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.
-
process
The Process component executes commands in sub-processes.