Symfony

Login: symfony

Company: null

Location: The Internet

email: null

Blog: http://symfony.com/

Members

  1. Christian Flothmann
  2. Christophe Coevoet
  3. Daniel Gomes
  4. Dariusz Rumi?ski
  5. Egidijus Gir?ys
  6. Fabien Potencier
  7. Grégoire Pineau
  8. Jakub Zalas
  9. Javier Eguiluz
  10. Jordi Boggiano
  11. Jules Pietri
  12. Kévin Dunglas
  13. Maxime Steinhausser
  14. Michael Cullum
  15. Nicolas Grekas
  16. Robin Chalas
  17. Romain Neutron
  18. Ryan Weaver
  19. Samuel ROZE
  20. Tobias Nyholm
  21. Tobias Schultze
  22. Wouter J

Repositories

acl-bundle
Integrates the ACL Security component into Symfony applications.
amqp-pack
A Symfony Pack for Symfony AMQP
apache-pack
null
asset
The Asset component manages URL generation and versioning of web assets such as CSS stylesheets, JavaScript files and image files.
assetic-bundle
[DEPRECATED] This was the recommended way to manage web assets in Symfony 2 applications. Newer Symfony applications should use Webpack Encore.
binary-utils
null
browser-kit
The BrowserKit component simulates the behavior of a web browser, allowing you to make requests, click on links and submit forms programmatically.
cache
The Cache component provides an extended PSR-6 implementation for adding cache to your applications.
class-loader
[DEPRECATED] The ClassLoader component provides tools to autoload your classes and cache their locations for performance.
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).
console
[READ-ONLY] Subtree split of the Symfony Console Component
css-selector
The CssSelector component converts CSS selectors to XPath expressions.
debug
The Debug component provides tools to ease debugging PHP code.
debug-bundle
The DebugBundle allows greater integration of the VarDumper component in the Symfony full-stack framework.
debug-pack
A Symfony Pack for Symfony debug
demo
Symfony Demo Application
dependency-injection
The DependencyInjection component allows you to standardize and centralize the way objects are constructed in your application.
diversity
This is the repository of the Symfony diversity initiative.
doctrine-bridge
Provides integration for Doctrine with various Symfony components.
dom-crawler
The DomCrawler component eases DOM navigation for HTML and XML documents.
dotenv
Symfony Dotenv parses .env files to make environment variables stored in them accessible via getenv(), $_ENV, or $_SERVER.
event-dispatcher
The EventDispatcher component provides tools that allow your application components to communicate with each other by dispatching events and listening to them.
expression-language
The ExpressionLanguage component provides an engine that can compile and evaluate expressions.
filesystem
The Filesystem component provides basic utilities for the filesystem.
finder
The Finder component finds files and directories via an intuitive fluent interface.
flex
Composer plugin for Symfony
force-lowest
A metapackage to enforce a lowest version on installed Symfony components
form
The Form component allows you to easily create, process and reuse HTML forms.
framework-bundle
The FrameworkBundle defines the main framework configuration, from sessions and translations to forms, validation, routing and more.
http-foundation
The HttpFoundation component defines an object-oriented layer for the HTTP specification.
http-kernel
The HttpKernel component provides a structured process for converting a Request into a Response.
icu
[DEPRECATED] This repository only exists for BC compatibility with old versions of Symfony. Recent versions comes with ICU data.
image-fixtures
null
inflector
Inflector converts words between their singular and plural forms (English only).
intl
A PHP replacement layer for the C intl extension that also provides access to the localization data of the ICU library.
intl-data
The ICU data (as needed by symfony/intl)
ldap
A Ldap client for PHP on top of PHP's ldap extension.
locale
[DEPRECATED] Locale provides fallback code to handle cases when the intl extension is missing.
lock
Creates and manages locks, a mechanism to provide exclusive access to a shared resource.
lts
Enforces Long Term Supported versions of Symfony components
maker-bundle
Symfony Maker Bundle
marketing
The symfony.com content
messenger
The Messenger component helps application send and receive messages to/from other applications or via message queues.
monolog-bridge
Provides integration for Monolog with various Symfony components.
monolog-bundle
Symfony Monolog Bundle
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.
orm-pack
A Symfony Pack for Doctrine ORM
phpunit-bridge
Provides utilities for PHPUnit, especially user deprecation notices management.
polyfill
PHP polyfills
polyfill-apcu
This component provides apcu_* functions and the APCUIterator class to users of the legacy APC extension.
polyfill-ctype
This component provides a partial, native PHP implementation for the Ctype extension.
polyfill-iconv
This component provides a native PHP implementation of the php.net/iconv functions.
polyfill-intl-grapheme
This component provides a partial, native PHP implementation of the Grapheme functions from the Intl extension.
polyfill-intl-icu
This component provides a collection of functions/classes using the symfony/intl package when the Intl extension is not installed.
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-php54
This component provides functions unavailable in releases prior to PHP 5.4.
polyfill-php55
This component provides functions unavailable in releases prior to PHP 5.5.
polyfill-php56
This component provides functions unavailable in releases prior to PHP 5.6.
polyfill-php70
This component provides features unavailable in releases prior to PHP 7.0.
polyfill-php71
This component provides functions unavailable in releases prior to PHP 7.1.
polyfill-php72
This component provides functions added to PHP 7.2 core.
polyfill-php73
This component provides functions unavailable in releases prior to PHP 7.3.
polyfill-util
This component provides binary-safe string functions, using the mbstring extension when available.
polyfill-xml
This polyfill is deprecated. Use the symfony/polyfill-php72 package instead.
process
The Process component executes commands in sub-processes.
profiler-pack
A Symfony Pack for Symfony profiler
propel1-bridge
[READ-ONLY] Subtree split of the Symfony Propel1 Bridge
property-access
The PropertyAccess component provides function to read and write from/to an object or array using a simple string notation.
property-info
PropertyInfo extracts information about PHP class' properties using metadata of popular sources.
proxy-manager-bridge
Provides integration for ProxyManager with various Symfony components.
psr-http-message-bridge
PSR-7 Bridge
recipes
Symfony Recipes Repository
recipes-contrib
Symfony Contrib Recipes Repositories
requirements-checker
Checks requirement for running Symfony
routing
The Routing component maps an HTTP request to a set of configuration variables.
security
The Security component provides a complete security system for your web application.
security-acl
Symfony Security ACL Component
security-bundle
The security system is one of the most powerful parts of Symfony and can largely be controlled via its configuration.
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.
security-csrf
The Security CSRF (cross-site request forgery) component provides a class CsrfTokenManager for generating and validating CSRF tokens.
security-guard
The Guard component brings many layers of authentication together, making it much easier to create complex authentication systems where you have total control.
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.
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.
serializer-pack
A Symfony Pack for Symfony Serializer
skeleton
The Symfony skeleton
stopwatch
The Stopwatch component provides a way to profile code.
swiftmailer-bridge
Provides integration for Swift Mailer with various Symfony components.
swiftmailer-bundle
Symfony Swiftmailer Bundle
symfony
The Symfony PHP framework
symfony1
The official Git mirror for symfony 1.x
symfony1-docs
Documentation for symfony 1.3/1.4
symfony-docs
The Symfony documentation
symfony-hello-world
[DEPRECATED] The "Symfony Hello World Edition" distribution (to be used for benchmarks)
symfony-installer
The Symfony Installer
symfony-standard
The "Symfony Standard Edition" distribution
templating
The Templating component provides all the tools needed to build any kind of template system.
test-pack
A Symfony Pack for functional testing
thanks
Give thanks (in the form of a GitHub ?) to your fellow PHP package maintainers (not limited to Symfony components)!
translation
The Translation component provides tools to internationalize your application.
twig-bridge
Provides integration for Twig with various Symfony components.
twig-bundle
The Twig Bundle provides configuration for using Twig in your applications.
validator
The Validator component provides tools to validate values following the JSR-303 Bean Validation specification.
var-dumper
The VarDumper component provides mechanisms for walking through any arbitrary PHP variable. Built on top, it provides a better dump() function that you can use instead of var_dump().
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.
webpack-encore
A simple but powerful API for processing & compiling assets built around Webpack
webpack-encore-pack
null
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.
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.
website-skeleton
The Symfony website skeleton
workflow
The Workflow component provides tools for managing a workflow or finite state machine.
yaml
The Yaml component loads and dumps YAML files.

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.