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
-
property-access
The PropertyAccess component provides function to read and write from/to an object or array using a simple string notation.
-
debug
The Debug component provides tools to ease debugging PHP code.
-
browser-kit
The BrowserKit component simulates the behavior of a web browser, allowing you to make requests, click on links and submit forms programmatically.
-
doctrine-bridge
Provides integration for Doctrine with various Symfony components.
-
cache
The Cache component provides an extended PSR-6 implementation for adding cache to your applications.
-
doctrine-messenger
Provides Doctrine integration for Symfony Messenger
-
lock
Creates and manages locks, a mechanism to provide exclusive access to a shared resource.
-
http-foundation
The HttpFoundation component defines an object-oriented layer for the HTTP specification.
-
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.
-
intl
A PHP replacement layer for the C intl extension that also provides access to the localization data of the ICU library.
-
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
The Security component provides a complete security system for your web application.
-
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-kernel
The HttpKernel component provides a structured process for converting a Request into a Response.
-
amazon-sqs-messenger
Provides Amazon SQS integration for Symfony Messenger
-
-
messenger
The Messenger component helps application send and receive messages to/from other applications or via message queues.
-
-
phpunit-bridge
Provides utilities for PHPUnit, especially user deprecation notices management.
-
finder
The Finder component finds files and directories via an intuitive fluent interface.
-
dotenv
Symfony Dotenv parses .env files to make environment variables stored in them accessible via getenv(), $_ENV, or $_SERVER.
-
dependency-injection
The DependencyInjection component allows you to standardize and centralize the way objects are constructed in your application.
-
twig-bundle
The Twig Bundle provides configuration for using Twig in 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.
-
nexmo-notifier
Provides Nexmo integration for Symfony Notifier.