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
-
-
-
mime
The MIME component allows manipulating MIME types.
-
-
polyfill-intl-normalizer
This component provides a fallback implementation for the Normalizer class provided by the Intl extension.
-
polyfill-mbstring
This component provides a partial, native PHP implementation for the Mbstring extension.
-
polyfill-iconv
This component provides a native PHP implementation of the php.net/iconv functions.
-
-
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.
-
phpunit-bridge
Provides utilities for PHPUnit, especially user deprecation notices management.
-
form
The Form component allows you to easily create, process and reuse HTML forms.
-
http-kernel
The HttpKernel component provides a structured process for converting a Request into a Response.
-
http-foundation
The HttpFoundation component defines an object-oriented layer for the HTTP specification.
-
string
Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way.
-
dependency-injection
The DependencyInjection component allows you to standardize and centralize the way objects are constructed in your application.
-
amazon-sqs-messenger
Provides Amazon SQS integration for Symfony Messenger
-
security-bundle
The security system is one of the most powerful parts of Symfony and can largely be controlled via its configuration.
-
http-client
The HttpClient component provides powerful methods to fetch HTTP resources synchronously or asynchronously.
-
framework-bundle
The FrameworkBundle defines the main framework configuration, from sessions and translations to forms, validation, routing and more.
-
doctrine-bridge
Provides integration for Doctrine with various Symfony components.
-
expression-language
The ExpressionLanguage component provides an engine that can compile and evaluate expressions.
-
validator
The Validator component provides tools to validate values following the JSR-303 Bean Validation specification.
-
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.
-
panther
A browser testing and web crawling library for PHP and Symfony
-
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.
-
var-exporter
The VarExporter component allows exporting any serializable PHP data structure to plain PHP code. While doing so, it preserves all the semantics associated with the serialization mechanism of PHP (__wakeup, __sleep, Serializable).