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 up
Pinned repositories
Repositories
-
-
framework-bundle
The FrameworkBundle defines the main framework configuration, from sessions and translations to forms, validation, routing and more.
-
-
security-bundle
The security system is one of the most powerful parts of Symfony and can largely be controlled via its configuration.
-
-
maker-bundle
Symfony Maker Bundle
-
console
The Console component eases the creation of beautiful and testable command line interfaces.
-
-
notifier
Sends notifications via one or more channels (email, SMS, ...).
-
http-kernel
The HttpKernel component provides a structured process for converting a Request into a Response.
-
var-exporter
The VarExporter component allows exporting any serializable PHP data structure to plain PHP code. While doing so, it preserves all the semantics associated with the serialization mechanism of PHP (__wakeup, __sleep, Serializable).
-
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.
-
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.
-
expression-language
The ExpressionLanguage component provides an engine that can compile and evaluate expressions.
-
ovh-cloud-notifier
Provides OVH Cloud integration for Symfony Notifier.
-
slack-notifier
Provides Slack integration for Symfony Notifier.
-
twig-bridge
Provides integration for Twig with various Symfony components.
-
dom-crawler
The DomCrawler component eases DOM navigation for HTML and XML documents.
-
security-csrf
The Security CSRF (cross-site request forgery) component provides a class CsrfTokenManager for generating and validating CSRF tokens.
-
mattermost-notifier
Provides Mattermost integration for Symfony Notifier.
-
-
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.
-
finder
The Finder component finds files and directories via an intuitive fluent interface.
-
http-client
The HttpClient component provides powerful methods to fetch HTTP resources synchronously or asynchronously.
-
cache
The Cache component provides an extended PSR-6 implementation for adding cache to your applications.
-
proxy-manager-bridge
Provides integration for ProxyManager with various Symfony components.
-
-
google-mailer
Provides Google Gmail integration for Symfony Mailer