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
-
-
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.
-
slack-notifier
Provides Slack integration for Symfony Notifier.
-
security-bundle
The security system is one of the most powerful parts of Symfony and can largely be controlled via its configuration.
-
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().
-
form
The Form component allows you to easily create, process and reuse HTML forms.
-
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.
-
framework-bundle
The FrameworkBundle defines the main framework configuration, from sessions and translations to forms, validation, routing and more.
-
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.
-
validator
The Validator component provides tools to validate values following the JSR-303 Bean Validation specification.
-
cache
The Cache component provides an extended PSR-6 implementation for adding cache to your applications.
-
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.
-
http-kernel
The HttpKernel component provides a structured process for converting a Request into a Response.
-
http-client
The HttpClient component provides powerful methods to fetch HTTP resources synchronously or asynchronously.
-
panther
A browser testing and web crawling library for PHP and Symfony
-
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.
-
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.