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
-
-
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
-
framework-bundle
The FrameworkBundle defines the main framework configuration, from sessions and translations to forms, validation, routing and more.
-
process
The Process component executes commands in sub-processes.
-
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-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-foundation
The HttpFoundation component defines an object-oriented layer for the HTTP specification.
-
debug-bundle
The DebugBundle allows greater integration of the VarDumper component in the Symfony full-stack framework.
-
filesystem
The Filesystem component provides basic utilities for the filesystem.
-
web-server-bundle
WebServerBundle provides commands for running applications using the PHP built-in web server. It simplifies your local development setup because you don't have to configure a proper web server such as Apache or Nginx to run your application.
-
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.
-
intl
A PHP replacement layer for the C intl extension that also provides access to the localization data of the ICU library.
-
form
The Form component allows you to easily create, process and reuse HTML forms.
-
expression-language
The ExpressionLanguage component provides an engine that can compile and evaluate expressions.
-
twig-bridge
Provides integration for Twig with various Symfony components.
-
stopwatch
The Stopwatch component provides a way to profile code.
-
twig-bundle
The Twig Bundle provides configuration for using Twig in your applications.
-
dotenv
Symfony Dotenv parses .env files to make environment variables stored in them accessible via getenv(), $_ENV, or $_SERVER.
-
cache
The Cache component provides an extended PSR-6 implementation for adding cache to your applications.
-
workflow
The Workflow component provides tools for managing a workflow or finite state machine.
-
property-access
The PropertyAccess component provides function to read and write from/to an object or array using a simple string notation.
-
finder
The Finder component finds files and directories via an intuitive fluent interface.
-
dependency-injection
The DependencyInjection component allows you to standardize and centralize the way objects are constructed in your application.
-
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.
-
ldap
A Ldap client for PHP on top of PHP's ldap extension.