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
-
maker-bundle
Symfony Maker Bundle
-
-
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().
-
panther
A browser testing and web crawling library for PHP and Symfony
-
form
The Form component allows you to easily create, process and reuse HTML forms.
-
validator
The Validator component provides tools to validate values following the JSR-303 Bean Validation specification.
-
http-client
The HttpClient component provides powerful methods to fetch HTTP resources synchronously or asynchronously.
-
-
console
The Console component eases the creation of beautiful and testable command line interfaces.
-
phpunit-bridge
Provides utilities for PHPUnit, especially user deprecation notices management.
-
http-kernel
The HttpKernel component provides a structured process for converting a Request into a Response.
-
framework-bundle
The FrameworkBundle defines the main framework configuration, from sessions and translations to forms, validation, routing and more.
-
cache
The Cache component provides an extended PSR-6 implementation for adding cache to your applications.
-
event-dispatcher
The EventDispatcher component provides tools that allow your application components to communicate with each other by dispatching events and listening to them.
-
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.
-
-
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.
-
monolog-bridge
Provides integration for Monolog with various Symfony components.
-
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-bundle
The security system is one of the most powerful parts of Symfony and can largely be controlled via its configuration.
-
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.
-
messenger
The Messenger component helps application send and receive messages to/from other applications or via message queues.
-
firebase-notifier
Provides Firebase integration for Symfony Notifier.
-
string
Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way.
-
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.
-
rate-limiter
The Rate Limiter Component provides a Token Bucket implementation to rate limit input and output in your application.
-
amqp-messenger
Provides AMQP integration for Symfony Messenger