symfony 5.4.4+dfsg-1ubuntu6 source package in Ubuntu

Changelog

symfony (5.4.4+dfsg-1ubuntu6) jammy; urgency=medium

  * d/p/add-return-types.patch: Add return types required for
    psr/container 3, to resolve autopkgtest failures.
  * d/t/control: Mark tests flaky for now due to remaining php8.1
    inadequacies.
    - Many more routines require return types specified in order for tests
      to pass successfully with psr/container 3.  The upstream patches for
      this are large and not available until symfony 6.0.0.

 -- Bryce Harrington <email address hidden>  Sat, 05 Mar 2022 12:19:15 +0000

Upload details

Uploaded by:
Bryce Harrington
Uploaded to:
Jammy
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
symfony_5.4.4+dfsg.orig.tar.xz 4.6 MiB 84e61068402b1827c3cc0a44da8125db45b68f59f94c826e75052d5b4a46bf3e
symfony_5.4.4+dfsg-1ubuntu6.debian.tar.xz 57.5 KiB 40694c8e5c6b70d36ce3e1f27939d30966f6b2264f2bd1f6f63125b1cc95835d
symfony_5.4.4+dfsg-1ubuntu6.dsc 13.4 KiB 26de5e693c3428a2a2883fb27608ce743e3916f16855ef17f00625ddcdf5c89d

View changes file

Binary packages built by this source

php-symfony: set of reusable components and framework for web projects

 The Symfony PHP framework allows one to create websites and web
 applications. It’s a set of tools and a development methodology.
 .
 This package depends on every component. Applications depending on
 Symfony should rather depend on individual components actually needed
 by them.

php-symfony-all-my-sms-notifier: Symfony AllMySms Notifier Bridge

 The Symfony AllMySms Notifier Bridge provides AllMySms integration
 for Symfony Notifier.
 .
 Symfony is a PHP framework, a set of tools and a development methodology.

php-symfony-amazon-mailer: Symfony Amazon Mailer Bridge

 The Symfony Amazon Mailer Bridge provides Amazon SES integration
 for Symfony Mailer.
 .
 Symfony is a PHP framework, a set of tools and a development methodology.

php-symfony-amazon-sns-notifier: Symfony Amazon SNS Notifier Bridge

 The Symfony Amazon SNS Notifier Bridge provides
 Amazon SNS integration for Symfony Notifier.
 .
 Symfony is a PHP framework, a set of tools and a development methodology.

php-symfony-amazon-sqs-messenger: Symfony Amazon SQS extension Messenger Bridge

 The Symfony Amazon SQS extension Messenger Bridge provides
 Amazon SQS integration for Symfony Messenger.
 .
 Symfony is a PHP framework, a set of tools and a development methodology.

php-symfony-amqp-messenger: Symfony AMQP extension Messenger Bridge

 The Symfony AMQP extension Messenger Bridge provides AMQP integration
 for Symfony Messenger.
 .
 Symfony is a PHP framework, a set of tools and a development methodology.

php-symfony-asset: manage asset URLs

 The Symfony Asset Component manages URL generation and versioning of
 web assets such as CSS stylesheets, JavaScript files and image files.
 .
 Symfony is a PHP framework, a set of tools and a development methodology.

php-symfony-beanstalkd-messenger: Symfony Beanstalkd Messenger Bridge

 The Symfony Beanstalkd Messenger Bridge provides Beanstalkd integration
 for Symfony Messenger.
 .
 Symfony is a PHP framework, a set of tools and a development methodology.

php-symfony-browser-kit: simulate the behavior of a web browser

 The Symfony BrowserKit Component simulates the behavior of a web browser,
 allowing you to make requests, click on links and submit forms
 programmatically.
 .
 Symfony is a PHP framework, a set of tools and a development methodology.

php-symfony-cache: provides an extended PSR-6, PSR-16 (and tags) implementation

 The Symfony Cache Component provides an extended PSR-6 implementation for
 adding cache to applications. It is designed to have a low overhead so
 that caching is fastest. It ships with a few caching adapters for the
 most widespread and suited to caching backends. It also provides a
 `doctrine/cache` proxy adapter to cover more advanced caching needs
 and a proxy adapter for greater interoperability between PSR-6
 implementations.
 .
 Symfony is a PHP framework, a set of tools and a development methodology.

php-symfony-clickatell-notifier: Symfony Clickatell Notifier Bridge

 The Symfony Clickatell Notifier Bridge provides Clickatell integration
 for Symfony Notifier.
 .
 Symfony is a PHP framework, a set of tools and a development methodology.

php-symfony-config: load configurations from different data sources

 The Symfony Config Component provides the infrastructure for loading
 configurations from different data sources and optionally monitoring
 these for changes. Additional tools for validating, normalizing and
 handling of defaults are provided.
 .
 Symfony is a PHP framework, a set of tools and a development methodology.

php-symfony-console: run tasks from the command line

 The Symfony Console Component can be used to implement recurring
 or long running tasks, such as cronjobs, imports or other batch
 jobs. Additionally it assists the creation of nice looking command
 line interfaces.
 .
 Symfony is a PHP framework, a set of tools and a development methodology.

php-symfony-crowdin-translation-provider: Symfony Crowdin Translation Provider Bridge

 The Symfony Crowdin Translation Provider Bridge provides Crowdin integration
 for Symfony Translation.
 .
 Symfony is a PHP framework, a set of tools and a development methodology.

php-symfony-css-selector: convert CSS selectors to XPath expressions

 The Symfony CssSelector Component can be used to convert CSS selectors
 to XPath expressions. It basically is a port of the Python lxml library.
 .
 Symfony is a PHP framework, a set of tools and a development methodology.

php-symfony-debug-bundle: debugging tools for the Symfony framework

 DebugBundle provides a tight integration of the Symfony VarDumper component
 and the ServerLogCommand from MonologBridge into the Symfony full-stack
 framework.
 .
 Symfony is a PHP framework, a set of tools and a development methodology.

php-symfony-dependency-injection: standardize and centralize construction of objects

 The Symfony DependencyInjection Component allows one to standardize and
 centralize the way objects are constructed in an application.
 .
 Symfony is a PHP framework, a set of tools and a development methodology.

php-symfony-discord-notifier: Symfony Discord Notifier Bridge

 The Symfony Discord Notifier Bridge provides Discord integration
 for Symfony Notifier.
 .
 Symfony is a PHP framework, a set of tools and a development methodology.

php-symfony-doctrine-bridge: integration for Doctrine with Symfony Components

 The Symfony Doctrine Bridge provides integration for Doctrine with various
 Symfony components.
 .
 The Doctrine Project provides several libraries primarily focused on
 database storage and object mapping.
 .
 Symfony is a PHP framework, a set of tools and a development methodology.

php-symfony-doctrine-messenger: Symfony Doctrine Messenger Bridge

 The Symfony Doctrine Messenger Bridge provides Doctrine integration
 for Symfony Messenger.
 .
 Symfony is a PHP framework, a set of tools and a development methodology.

php-symfony-dom-crawler: ease DOM navigation for HTML and XML documents

 The Symfony DomCrawler Component provides methods to query and
 manipulate HTML and XML documents.
 .
 Symfony is a PHP framework, a set of tools and a development methodology.

php-symfony-dotenv: .env files parser to make environment variables accessible

 The Symfony Dotenv Component parses .env files to make environment variables
 stored in them accessible via getenv(), $_ENV, or $_SERVER.
 .
 Symfony is a PHP framework, a set of tools and a development methodology.

php-symfony-error-handler: manage errors and ease debugging

 The Symfony ErrorHandler Component provides tools to manage errors and ease
 debugging PHP code.
 .
 Symfony is a PHP framework, a set of tools and a development methodology.

php-symfony-esendex-notifier: Symfony Esendex Notifier Bridge

 The Symfony Esendex Notifier Bridge provides Esendex integration
 for Symfony Notifier.
 .
 Symfony is a PHP framework, a set of tools and a development methodology.

php-symfony-event-dispatcher: dispatch events and listen to them

 The Symfony EventDispatcher Component implements the mediator pattern
 and thus allows individual parts of an application to communicate
 with each other by dispatching events and listening to them.
 .
 Symfony is a PHP framework, a set of tools and a development methodology.

php-symfony-expo-notifier: Symfony Expo Notifier Bridge

 The Symfony Expo Notifier Bridge provides Expo integration
 for Symfony Notifier.
 .
 Symfony is a PHP framework, a set of tools and a development methodology.

php-symfony-expression-language: compile and evaluate expressions

 The Symfony ExpressionLanguage Component provides an engine that can compile
 and evaluate expressions. An expression is a one-liner that returns a value
 (mostly, but not limited to, Booleans).
 .
 By default, the engine implements simple math and logic functions, method
 calls, property accesses, and array accesses.
 .
 Symfony is a PHP framework, a set of tools and a development methodology.

php-symfony-fake-chat-notifier: Fake Chat (as email or log during development) Notifier Bridge

 The Fake Chat (as email or log during development) Notifier Bridge provides
 Fake Chat integration for Symfony Notifier.
 .
 Symfony is a PHP framework, a set of tools and a development methodology.

php-symfony-fake-sms-notifier: Fake SMS (as email or log during development) Notifier Bridge

 The Fake SMS (as email or log during development) Notifier Bridge provides
 Fake SMS integration for Symfony Notifier.
 .
 Symfony is a PHP framework, a set of tools and a development methodology.

php-symfony-filesystem: basic filesystem utilities

 The Symfony Filesystem Component provides basic utilities to work
 with the filesystem, like creating directories, removing files or
 adding symlinks.
 .
 Symfony is a PHP framework, a set of tools and a development methodology.

php-symfony-finder: find files and directories

 The Symfony Finder Component provides an intuitive interface to
 find files and directories.
 .
 Symfony is a PHP framework, a set of tools and a development methodology.

php-symfony-firebase-notifier: Symfony Firebase Notifier Bridge

 The Symfony Firebase Notifier Bridge provides Firebase integration
 for Symfony Notifier.
 .
 Symfony is a PHP framework, a set of tools and a development methodology.

php-symfony-form: create HTML forms and process request data

 The Symfony Form Component provide tools for defining HTML
 forms, rendering their request data and mapping this to related models.
 .
 Symfony is a PHP framework, a set of tools and a development methodology.

php-symfony-framework-bundle: basic, robust and flexible MVC framework

 Symfony FrameworkBundle contains most of the base framework
 functionality and can be configured by an application using it,
 including settings related to sessions, translation, forms,
 validation, routing and more.
 .
 Symfony is a PHP framework, a set of tools and a development methodology.

php-symfony-free-mobile-notifier: Symfony Free Mobile Notifier Bridge

 The Symfony Free Mobile Notifier Bridge provides Free Mobile integration
 for Symfony Notifier.
 .
 Symfony is a PHP framework, a set of tools and a development methodology.

php-symfony-gateway-api-notifier: Symfony GatewayApi Notifier Bridge

 The Symfony GatewayApi Notifier Bridge provides GatewayApi integration
 for Symfony Notifier.
 .
 Symfony is a PHP framework, a set of tools and a development methodology.

php-symfony-gitter-notifier: Symfony Gitter Notifier Bridge

 The Symfony Gitter Notifier Bridge provides Gitter integration
 for Symfony Notifier.
 .
 Symfony is a PHP framework, a set of tools and a development methodology.

php-symfony-google-chat-notifier: Symfony Google Chat Notifier Bridge

 The Symfony Google Chat Notifier Bridge provides Google Chat integration
 for Symfony Notifier.
 .
 Symfony is a PHP framework, a set of tools and a development methodology.

php-symfony-google-mailer: Symfony Google Mailer Bridge

 The Symfony Google Mailer Bridge provides Google Gmail integration
 for Symfony Mailer.
 .
 Symfony is a PHP framework, a set of tools and a development methodology.

php-symfony-http-client: methods to fetch HTTP resources synchronously or asynchronously

 The Symfony HttpClient component is a low-level HTTP client
 with support for both PHP stream wrappers and cURL. It also provides
 utilities to consume APIs.
 .
 Symfony is a PHP framework, a set of tools and a development methodology.

php-symfony-http-foundation: object-oriented layer for the HTTP specification

 The Symfony HttpFoundation Component provides an object-oriented
 abstraction for dealing with requests, responses,
 uploaded files, cookies and sessions.
 .
 Symfony is a PHP framework, a set of tools and a development methodology.

php-symfony-http-kernel: building blocks for flexible and fast HTTP-based frameworks

 The Symfony HttpKernel Component provides a structured process for
 converting requests into responses and is flexible enough to build
 full-stack frameworks like Symfony as well as micro frameworks
 like Silex on top of it.
 .
 Symfony is a PHP framework, a set of tools and a development methodology.

php-symfony-inflector: words conversion between their singular and plural forms

 The Symfony Inflector Component converts words between their singular
 and plural forms (English only).
 .
 Symfony is a PHP framework, a set of tools and a development methodology.

php-symfony-infobip-notifier: Symfony Infobip Notifier Bridge

 The Symfony Infobip Notifier Bridge provides Infobip integration
 for Symfony Notifier.
 .
 Symfony is a PHP framework, a set of tools and a development methodology.

php-symfony-intl: limited replacement layer for the PHP extension intl

 The Symfony Intl Component provides a replacement layer for the PHP
 extension intl that is limited to the English locale and thus can
 not fully substitute the PHP extension it intends to replace.
 .
 Symfony is a PHP framework, a set of tools and a development methodology.

php-symfony-iqsms-notifier: Symfony Iqsms Notifier Bridge

 The Symfony Iqsms Notifier Bridge provides Iqsms integration
 for Symfony Notifier.
 .
 Symfony is a PHP framework, a set of tools and a development methodology.

php-symfony-ldap: abstraction layer for the PHP LDAP module

 The Symfony Ldap Component provides an abstraction layer for the
 functions provided by the LDAP module for PHP (php-ldap).
 .
 Symfony is a PHP framework, a set of tools and a development methodology.

php-symfony-light-sms-notifier: Symfony LightSms Notifier Bridge

 The Symfony LightSms Notifier Bridge provides LightSms integration
 for Symfony Notifier.
 .
 Symfony is a PHP framework, a set of tools and a development methodology.

php-symfony-linked-in-notifier: Symfony LinkedIn Notifier Bridge

 The Symfony LinkedIn Notifier Bridge provides LinkedIn integration
 for Symfony Notifier.
 .
 Symfony is a PHP framework, a set of tools and a development methodology.

php-symfony-lock: create and manage locks

 The Symfony Lock Component creates and manages locks, a
 mechanism to provide exclusive access to a shared resource.
 .
 Symfony is a PHP framework, a set of tools and a development methodology.

php-symfony-loco-translation-provider: Symfony Loco Translation Provider Bridge

 The Symfony Loco Translation Provider Bridge provides Loco integration
 for Symfony Translation.
 .
 Symfony is a PHP framework, a set of tools and a development methodology.

php-symfony-lokalise-translation-provider: Symfony Lokalise Translation Provider Bridge

 The Symfony Lokalise Translation Provider Bridge provides Lokalise integration
 for Symfony Translation.
 .
 Symfony is a PHP framework, a set of tools and a development methodology.

php-symfony-mailchimp-mailer: Symfony Mailchimp Mailer Bridge

 The Symfony Mailchimp Mailer Bridge provides Mandrill integration
 for Symfony Mailer.
 .
 Symfony is a PHP framework, a set of tools and a development methodology.

php-symfony-mailer: help sending emails

 The Symfony Mailer Component helps sending emails.
 .
 Symfony is a PHP framework, a set of tools and a development methodology.

php-symfony-mailgun-mailer: Symfony Mailgun Mailer Bridge

 The Symfony Mailgun Mailer Bridge provides Mailgun integration
 for Symfony Mailer.
 .
 Symfony is a PHP framework, a set of tools and a development methodology.

php-symfony-mailjet-mailer: Symfony Mailjet Mailer Bridge

 The Symfony Mailjet Mailer Bridge provides Mailjet integration
 for Symfony Mailer.
 .
 Symfony is a PHP framework, a set of tools and a development methodology.

php-symfony-mailjet-notifier: Symfony Mailjet Notifier Bridge

 The Symfony Mailjet Notifier Bridge provides Mailjet SMS integration
 for Symfony Notifier.
 .
 Symfony is a PHP framework, a set of tools and a development methodology.

php-symfony-mattermost-notifier: Symfony Mattermost Notifier Bridge

 The Symfony Mattermost Notifier Bridge provides Mattermost integration
 for Symfony Notifier.
 .
 Symfony is a PHP framework, a set of tools and a development methodology.

php-symfony-mercure-notifier: Symfony Mercure Notifier Bridge

 The Symfony Mercure Notifier Bridge provides Mercure integration
 for Symfony Notifier.
 .
 Symfony is a PHP framework, a set of tools and a development methodology.

php-symfony-message-bird-notifier: Symfony MessageBird Notifier Bridge

 The Symfony MessageBird Notifier Bridge provides MessageBird integration
 for Symfony Notifier.
 .
 Symfony is a PHP framework, a set of tools and a development methodology.

php-symfony-message-media-notifier: Symfony MessageMedia Notifier Bridge

 The Symfony MessageMedia Notifier Bridge provides MessageMedia integration
 for Symfony Notifier.
 .
 Symfony is a PHP framework, a set of tools and a development methodology.

php-symfony-messenger: send and receive messages

 The Symfony Messenger Component helps application send and receive
 messages to/from other applications or via message queues.
 .
 Symfony is a PHP framework, a set of tools and a development methodology.

php-symfony-microsoft-teams-notifier: Symfony Microsoft Teams Notifier Bridge

 The Symfony Microsoft Teams Notifier Bridge provides Microsoft Teams
 integration for Symfony Notifier.
 .
 Symfony is a PHP framework, a set of tools and a development methodology.

php-symfony-mime: library to manipulate MIME messages

 The MIME Symfony component allows one to manipulate MIME messages and
 provides utilities related to MIME types.
 .
 Symfony is a PHP framework, a set of tools and a development methodology.

php-symfony-mobyt-notifier: Symfony Mobyt Notifier Bridge

 The Symfony Mobyt Notifier Bridge provides Mobyt integration
 for Symfony Notifier.
 .
 Symfony is a PHP framework, a set of tools and a development methodology.

php-symfony-monolog-bridge: integration for Monolog with Symfony Components

 The Symfony Monolog Bridge provides integration for Monolog with various
 Symfony Components.
 .
 Monolog can be used to send logs to various destination and web services.
 .
 Symfony is a PHP framework, a set of tools and a development methodology.

php-symfony-nexmo-notifier: Symfony Nexmo Notifier Bridge

 The Symfony Nexmo Notifier Bridge provides Nexmo integration
 for Symfony Notifier.
 .
 Symfony is a PHP framework, a set of tools and a development methodology.

php-symfony-notifier: Sends notifications via one or more channels (email, SMS, ...)

 The Notifier Symfony component sends notifications via one or more
 channels (email, SMS, ...).
 .
 Symfony is a PHP framework, a set of tools and a development methodology.

php-symfony-octopush-notifier: Symfony Octopush Notifier Bridge

 The Symfony Octopush Notifier Bridge provides Octopush integration
 for Symfony Notifier.
 .
 Symfony is a PHP framework, a set of tools and a development methodology.

php-symfony-oh-my-smtp-mailer: Symfony OhMySMTP Mailer Bridge

 The Symfony OhMySMTP Mailer Bridge provides OhMySMTP integration
 for Symfony Mailer.
 .
 Symfony is a PHP framework, a set of tools and a development methodology.

php-symfony-one-signal-notifier: Symfony OneSignal Notifier Bridge

 The Symfony OneSignal Notifier Bridge provides OneSignal integration
 for Symfony Notifier.
 .
 Symfony is a PHP framework, a set of tools and a development methodology.

php-symfony-options-resolver: configure objects with option arrays

 The Symfony OptionsResolver Component allows the configuration of objects
 with option arrays by supporting default values on different levels
 of class hierarchy, option constraints and lazy options whose default
 value depends on the value of another option.
 .
 Symfony is a PHP framework, a set of tools and a development methodology.

php-symfony-ovh-cloud-notifier: Symfony OvhCloud Notifier Bridge

 The Symfony OvhCloud Notifier Bridge provides OvhCloud integration
 for Symfony Notifier.
 .
 Symfony is a PHP framework, a set of tools and a development methodology.

php-symfony-password-hasher: password hashing utilities - Symfony Component

 The Symfony PasswordHasher Component provides secure password hashing
 utilities.
 .
 Symfony is a PHP framework, a set of tools and a development methodology.

php-symfony-phpunit-bridge: integration for PHPUnit with Symfony Components

 The Symfony PHPUnit Bridge provides utilities for PHPUnit, especially user
 deprecation notices management.
 .
 PHPUnit is a unit testing suite for the PHP language, modelled on the
 xUnit testing framework.
 .
 Symfony is a PHP framework, a set of tools and a development methodology.

php-symfony-postmark-mailer: Symfony Postmark Mailer Bridge

 The Symfony Postmark Mailer Bridge provides Postmark integration
 for Symfony Mailer.
 .
 Symfony is a PHP framework, a set of tools and a development methodology.

php-symfony-process: execute commands in sub-processes

 The Symfony Process Component helps with executing commands in
 sub-processes by providing easy access to standard and error output
 in real-time. It is especially handy for dealing with long running
 sub-processes due to its feature to run them asynchronously, while
 still providing access to their full and incremental output. It
 additionally supports signals, provides the PID of a sub-process
 and allows the definition of process timeouts.
 .
 Symfony is a PHP framework, a set of tools and a development methodology.

php-symfony-property-access: read from and write to an object or array

 The Symfony PropertyAccess Component provides functions to read from
 and write to an object or array using a simple string notation.
 .
 Symfony is a PHP framework, a set of tools and a development methodology.

php-symfony-property-info: extract information about properties of PHP classes

 The Symfony Property Info Component extracts information about the
 properties of PHP classes using metadata of popular sources like
 Doctrine, PHP Reflection or PHPdoc.
 .
 Symfony is a PHP framework, a set of tools and a development methodology.

php-symfony-proxy-manager-bridge: integration for ProxyManager with Symfony Components

 The Symfony ProxyManager Bridge provides integration for ProxyManager with
 various Symfony Components.
 .
 ProxyManager is a library that provides abstraction for generating various
 kinds of proxy classes.
 .
 Symfony is a PHP framework, a set of tools and a development methodology.

php-symfony-rate-limiter: rate limit input and output in applications

 The Symfony Rate Limiter Component provides a Token Bucket implementation
 to rate limit input and output in your application.
 .
 Symfony is a PHP framework, a set of tools and a development methodology.

php-symfony-redis-messenger: Symfony Redis extension Messenger Bridge

 The Symfony Redis extension Messenger Bridge provides Redis integration
 for Symfony Messenger.
 .
 Symfony is a PHP framework, a set of tools and a development methodology.

php-symfony-rocket-chat-notifier: Symfony RocketChat Notifier Bridge

 The Symfony RocketChat Notifier Bridge provides RocketChat integration
 for Symfony Notifier.
 .
 Symfony is a PHP framework, a set of tools and a development methodology.

php-symfony-routing: associate a request with code that generates a response

 The Symfony Routing Component makes it easy to map HTTP requests to
 the code of an application that is able to process the request and
 generates a corresponding response. It thus serves as a router for an
 application, but should not be confused with a network router.
 .
 Symfony is a PHP framework, a set of tools and a development methodology.

php-symfony-runtime: decouple PHP applications from global state

 The Symfony Runtime Component decouples the bootstrapping logic from any
 global state to make sure the application can run with runtimes like PHP-FPM,
 ReactPHP, Swoole, etc. without any changes.
 .
 Symfony is a PHP framework, a set of tools and a development methodology.

php-symfony-security-bundle: configurable security system for the Symfony framework

 Symfony SecurityBundle allows an application using it to
 configure security related matters like authentication and
 authorization within the Symfony framework.
 .
 Symfony is a PHP framework, a set of tools and a development methodology.

php-symfony-security-core: infrastructure for authorization systems - common features

 The Symfony Security Component - Core Library provides all the common
 security features, from authentication to authorization and from
 encoding passwords to loading users.
 .
 The Symfony Security Component makes it possible to easily separate
 authorization logic from user providers that hold the users credentials.
 It ships with facilities for authenticating using HTTP basic or digest
 authentication, interactive form login or X.509 certificate login.
 Furthermore it optionally also allows an application to implement its
 own authentication strategies.
 .
 Symfony is a PHP framework, a set of tools and a development methodology.

php-symfony-security-csrf: infrastructure for authorization systems - CSRF protection

 The Symfony Security Component - CSRF Library provides a class
 `CsrfTokenManager` for generating and validating CSRF (cross-site
 request forgery) tokens.
 .
 The Symfony Security Component makes it possible to easily separate
 authorization logic from user providers that hold the users credentials.
 It ships with facilities for authenticating using HTTP basic or digest
 authentication, interactive form login or X.509 certificate login.
 Furthermore it optionally also allows an application to implement its
 own authentication strategies.
 .
 Symfony is a PHP framework, a set of tools and a development methodology.

php-symfony-security-guard: infrastructure for authorization systems - Guard features

 The Symfony Security Component - Guard brings many layers
 of authentication together, making it much easier to create complex
 authentication systems where you have total control.
 .
 The Symfony Security Component makes it possible to easily separate
 authorization logic from user providers that hold the users credentials.
 It ships with facilities for authenticating using HTTP basic or digest
 authentication, interactive form login or X.509 certificate login.
 Furthermore it optionally also allows an application to implement its
 own authentication strategies.
 .
 Symfony is a PHP framework, a set of tools and a development methodology.

php-symfony-security-http: infrastructure for authorization systems - HTTP integration

 The Symfony Security Component - HTTP Integration allows one
 to handle HTTP requests and responses.
 .
 The Symfony Security Component makes it possible to easily separate
 authorization logic from user providers that hold the users credentials.
 It ships with facilities for authenticating using HTTP basic or digest
 authentication, interactive form login or X.509 certificate login.
 Furthermore it optionally also allows an application to implement its
 own authentication strategies.
 .
 Symfony is a PHP framework, a set of tools and a development methodology.

php-symfony-semaphore: provide exclusive access to a shared resource

 The Symfony Semaphore Component manages semaphores, a mechanism to
 provide exclusive access to a shared resource.
 .
 Symfony is a PHP framework, a set of tools and a development methodology.

php-symfony-sendgrid-mailer: Symfony Sendgrid Mailer Bridge

 The Symfony Sendgrid Mailer Bridge provides Sendgrid integration
 for Symfony Mailer.
 .
 Symfony is a PHP framework, a set of tools and a development methodology.

php-symfony-sendinblue-mailer: Symfony Sendinblue Mailer Bridge

 The Symfony Sendinblue Mailer Bridge provides Sendindblue integration
 for Symfony Mailer.
 .
 Symfony is a PHP framework, a set of tools and a development methodology.

php-symfony-sendinblue-notifier: Symfony Sendinblue Notifier Bridge

 The Symfony Sendinblue Notifier Bridge provides Sendinblue integration
 for Symfony Notifier.
 .
 Symfony is a PHP framework, a set of tools and a development methodology.

php-symfony-serializer: convert PHP objects into specific formats and vice versa

 The Symfony Serializer Component can be used to serialize PHP objects
 into array structures or other formats like XML and JSON. It also
 supports deserializing of XML and JSON back to PHP objects.
 .
 Symfony is a PHP framework, a set of tools and a development methodology.

php-symfony-sinch-notifier: Symfony Sinch Notifier Bridge

 The Symfony Sinch Notifier Bridge provides Sinch integration
 for Symfony Notifier.
 .
 Symfony is a PHP framework, a set of tools and a development methodology.

php-symfony-slack-notifier: Symfony Slack Notifier Bridge

 The Symfony Slack Notifier Bridge provides Slack integration
 for Symfony Notifier.
 .
 Symfony is a PHP framework, a set of tools and a development methodology.

php-symfony-sms-biuras-notifier: Symfony SmsBiuras Notifier Bridge

 The Symfony SmsBiuras Notifier Bridge provides SmsBiuras integration
 for Symfony Notifier.
 .
 Symfony is a PHP framework, a set of tools and a development methodology.

php-symfony-sms77-notifier: Symfony sms77 Notifier Bridge

 The Symfony sms77 Notifier Bridge provides sms77 integration
 for Symfony Notifier.
 .
 Symfony is a PHP framework, a set of tools and a development methodology.

php-symfony-smsapi-notifier: Symfony Smsapi Notifier Bridge

 The Symfony Smsapi Notifier Bridge provides Smsapi integration
 for Symfony Notifier.
 .
 Symfony is a PHP framework, a set of tools and a development methodology.

php-symfony-smsc-notifier: Symfony SMSC Notifier Bridge

 The Symfony SMSC Notifier Bridge provides SMSC integration
 for Symfony Notifier.
 .
 Symfony is a PHP framework, a set of tools and a development methodology.

php-symfony-spot-hit-notifier: Symfony Spot-Hit Notifier Bridge

 The Symfony Spot-Hit Notifier Bridge provides Spot-Hit integration
 for Symfony Notifier.
 .
 Symfony is a PHP framework, a set of tools and a development methodology.

php-symfony-stopwatch: profile PHP code

 The Symfony Stopwatch Component provides an easy and consistent way
 to measure execution time of certain parts of PHP code.
 .
 Symfony is a PHP framework, a set of tools and a development methodology.

php-symfony-string: object-oriented API to work with strings

 The Symfony String component provides an object-oriented API to
 strings and deals with bytes, UTF-8 code points and grapheme clusters in
 a unified way.
 .
 Symfony is a PHP framework, a set of tools and a development methodology.

php-symfony-telegram-notifier: Symfony Telegram Notifier Bridge

 The Symfony Telegram Notifier Bridge provides Telegram integration
 for Symfony Notifier.
 .
 Symfony is a PHP framework, a set of tools and a development methodology.

php-symfony-telnyx-notifier: Symfony Telnyx Notifier Bridge

 The Symfony Telnyx Notifier Bridge provides Telnyx integration
 for Symfony Notifier.
 .
 Symfony is a PHP framework, a set of tools and a development methodology.

php-symfony-templating: tools needed to build a template system

 The Symfony Templating Component provides an infrastructure to load
 template files and optionally monitor them for changes. It also provides
 a concrete template engine implementation using PHP with additional tools
 for escaping and separating templates into blocks and layouts.
 .
 Symfony is a PHP framework, a set of tools and a development methodology.

php-symfony-translation: tools to internationalize an application

 The Symfony Translation Component provides tools for loading
 translation files in order to generate translated strings
 from them by respecting pluralization.
 .
 Symfony is a PHP framework, a set of tools and a development methodology.

php-symfony-turbo-sms-notifier: Symfony TurboSms Notifier Bridge

 The Symfony TurboSms Notifier Bridge provides TurboSms integration
 for Symfony Notifier.
 .
 Symfony is a PHP framework, a set of tools and a development methodology.

php-symfony-twig-bridge: integration for Twig with Symfony Components

 The Symfony Twig Bridge provides integration for Twig with various
 Symfony Components.
 .
 Twig is a flexible, fast, and secure template engine for PHP.
 .
 Symfony is a PHP framework, a set of tools and a development methodology.

php-symfony-twig-bundle: configurable integration of Twig with the Symfony framework

 Symfony TwigBundle integrates Twig with the Symfony framework
 by allowing an application using it to configure the Twig environment.
 .
 Twig is a flexible, fast, and secure template engine for PHP.
 .
 Symfony is a PHP framework, a set of tools and a development methodology.

php-symfony-twilio-notifier: Symfony Twilio Notifier Bridge

 The Symfony Twilio Notifier Bridge provides Twilio integration
 for Symfony Notifier.
 .
 Symfony is a PHP framework, a set of tools and a development methodology.

php-symfony-uid: object-oriented API to generate and represent UIDs

 The Symfony Uid component provides utilities to work
 with unique identifiers (UIDs) such as UUIDs and ULIDs.
 .
 Symfony is a PHP framework, a set of tools and a development methodology.

php-symfony-validator: tools to validate values

 The Symfony Validator Component validates PHP objects against
 validation rules defined for their classes, which can be specified
 using XML, YAML, PHP or annotations. It is inspired by the JSR-303.
 .
 Symfony is a PHP framework, a set of tools and a development methodology.

php-symfony-var-dumper: mechanisms for walking through any arbitrary PHP variable

 The Symfony VarDumper Component provides mechanisms to walk through
 any arbitrary PHP variable. Build on top of those, it features a dump()
 function as an improved alternative to the php build-in var_dump().
 .
 Symfony is a PHP framework, a set of tools and a development methodology.

php-symfony-var-exporter: export serializable PHP data structure to plain PHP code

 The Symfony VarExporter allows one to export any serializable PHP data
 structure to plain PHP code.
 .
 Symfony is a PHP framework, a set of tools and a development methodology.

php-symfony-vonage-notifier: Symfony Vonage Notifier Bridge

 The Symfony Vonage Notifier Bridge provides Vonage integration
 for Symfony Notifier.
 .
 Symfony is a PHP framework, a set of tools and a development methodology.

php-symfony-web-link: manage links between resources

 The Symfony WebLink Component manages links between resources. It is
 particularly useful to advise clients to preload and prefetch documents
 through HTTP and HTTP/2 pushes.
 .
 This component implements the HTML5's Links, Preload and Resource Hints W3C's
 specifications. It can also be used with extensions defined in the HTML5 link
 type extensions wiki.
 .
 Symfony is a PHP framework, a set of tools and a development methodology.

php-symfony-web-profiler-bundle: collect requests information for analysis and debugging

 Symfony WebProfilerBundle collects information about each request
 made to an application using it and stores them for later analysis.
 It includes a visual interface for analyzing profiling data as well as
 a toolbar for instant access to a lot of interesting information for
 debugging purposes.
 .
 Symfony is a PHP framework, a set of tools and a development methodology.

php-symfony-workflow: manage a workflow or finite state machine

 The Symfony Workflow Component provides tools for managing a workflow or
 finite state machine.
 .
 Symfony is a PHP framework, a set of tools and a development methodology.

php-symfony-yaml: convert YAML to PHP arrays and the other way around

 The Symfony Yaml Component converts YAML strings into PHP arrays.
 It also can be used to convert PHP arrays to YAML strings.
 .
 Symfony is a PHP framework, a set of tools and a development methodology.

php-symfony-yunpian-notifier: Symfony Yunpian Notifier Bridge

 The Symfony Yunpian Notifier Bridge provides Yunpian integration
 for Symfony Notifier.
 .
 Symfony is a PHP framework, a set of tools and a development methodology.

php-symfony-zulip-notifier: Symfony Zulip Notifier Bridge

 The Symfony Zulip Notifier Bridge provides Zulip integration
 for Symfony Notifier.
 .
 Symfony is a PHP framework, a set of tools and a development methodology.