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
-
symfony
The Symfony PHP framework
-
-
doctrine-bridge
Provides integration for Doctrine 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.
-
console
The Console component eases the creation of beautiful and testable command line interfaces.
-
-
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.
-
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.
-
rate-limiter
The Rate Limiter Component provides a Token Bucket implementation to rate limit input and output in your application.
-
lock
Creates and manages locks, a mechanism to provide exclusive access to a shared resource.
-
semaphore
The Semaphore Component manages semaphores, a mechanism to provide exclusive access to a shared resource.
-
http-client
The HttpClient component provides powerful methods to fetch HTTP resources synchronously or asynchronously.
-
-
dependency-injection
The DependencyInjection component allows you to standardize and centralize the way objects are constructed in your application.
-
http-kernel
The HttpKernel component provides a structured process for converting a Request into a Response.
-
dotenv
Symfony Dotenv parses .env files to make environment variables stored in them accessible via getenv(), $_ENV, or $_SERVER.
-
property-info
PropertyInfo extracts information about PHP class' properties using metadata of popular sources.
-
phpunit-bridge
Provides utilities for PHPUnit, especially user deprecation notices management.
-
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().
-
security-csrf
The Security CSRF (cross-site request forgery) component provides a class CsrfTokenManager for generating and validating CSRF tokens.
-
expression-language
The ExpressionLanguage component provides an engine that can compile and evaluate expressions.
-
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.
-
proxy-manager-bridge
Provides integration for ProxyManager with various Symfony components.
-
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.
-
filesystem
The Filesystem component provides basic utilities for the filesystem.