symfony 5.2.6+dfsg-1ubuntu7 source package in Ubuntu

Changelog

symfony (5.2.6+dfsg-1ubuntu7) impish; urgency=medium

  * d/t/phpunit: Skip autopkgtest on armhf and s390x
    - Fix suggested from deb #908377

 -- Bryce Harrington <email address hidden>  Thu, 17 Jun 2021 10:09:41 -0700

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Impish: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
symfony_5.2.6+dfsg.orig.tar.xz 4.2 MiB 5dadfb499447c14ff6915de42a64f24f0e042a27866dec37e215323bc431612b
symfony_5.2.6+dfsg-1ubuntu7.debian.tar.xz 57.8 KiB 62bc18a422b3a100a4f73cebfb4b98716a4a427fab06279e4b8c3728f11ed01c
symfony_5.2.6+dfsg-1ubuntu7.dsc 10.6 KiB f93bb1b0d5821e1766d26da9469c6a0289e380f99d511fd1fa8000e1d812954a

View changes file

Binary packages built by this source

php-symfony: No summary available for php-symfony in ubuntu impish.

No description available for php-symfony in ubuntu impish.

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-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: No summary available for php-symfony-asset in ubuntu impish.

No description available for php-symfony-asset in ubuntu impish.

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: No summary available for php-symfony-cache in ubuntu impish.

No description available for php-symfony-cache in ubuntu impish.

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-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: No summary available for php-symfony-debug-bundle in ubuntu impish.

No description available for php-symfony-debug-bundle in ubuntu impish.

php-symfony-dependency-injection: No summary available for php-symfony-dependency-injection in ubuntu impish.

No description available for php-symfony-dependency-injection in ubuntu impish.

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: No summary available for php-symfony-doctrine-messenger in ubuntu impish.

No description available for php-symfony-doctrine-messenger in ubuntu impish.

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-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-filesystem: No summary available for php-symfony-filesystem in ubuntu impish.

No description available for php-symfony-filesystem in ubuntu impish.

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-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: No summary available for php-symfony-http-foundation in ubuntu impish.

No description available for php-symfony-http-foundation in ubuntu impish.

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-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-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-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-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-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-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: No summary available for php-symfony-monolog-bridge in ubuntu impish.

No description available for php-symfony-monolog-bridge in ubuntu impish.

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: No summary available for php-symfony-notifier in ubuntu impish.

No description available for php-symfony-notifier in ubuntu impish.

php-symfony-options-resolver: No summary available for php-symfony-options-resolver in ubuntu impish.

No description available for php-symfony-options-resolver in ubuntu impish.

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-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: No summary available for php-symfony-rocket-chat-notifier in ubuntu impish.

No description available for php-symfony-rocket-chat-notifier in ubuntu impish.

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-security-bundle: No summary available for php-symfony-security-bundle in ubuntu impish.

No description available for php-symfony-security-bundle in ubuntu impish.

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: No summary available for php-symfony-security-guard in ubuntu impish.

No description available for php-symfony-security-guard in ubuntu impish.

php-symfony-security-http: No summary available for php-symfony-security-http in ubuntu impish.

No description available for php-symfony-security-http in ubuntu impish.

php-symfony-semaphore: No summary available for php-symfony-semaphore in ubuntu impish.

No description available for php-symfony-semaphore in ubuntu impish.

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: No summary available for php-symfony-sendinblue-mailer in ubuntu impish.

No description available for php-symfony-sendinblue-mailer in ubuntu impish.

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: No summary available for php-symfony-sinch-notifier in ubuntu impish.

No description available for php-symfony-sinch-notifier in ubuntu impish.

php-symfony-slack-notifier: No summary available for php-symfony-slack-notifier in ubuntu impish.

No description available for php-symfony-slack-notifier in ubuntu impish.

php-symfony-smsapi-notifier: No summary available for php-symfony-smsapi-notifier in ubuntu impish.

No description available for php-symfony-smsapi-notifier in ubuntu impish.

php-symfony-stopwatch: No summary available for php-symfony-stopwatch in ubuntu impish.

No description available for php-symfony-stopwatch in ubuntu impish.

php-symfony-string: No summary available for php-symfony-string in ubuntu impish.

No description available for php-symfony-string in ubuntu impish.

php-symfony-telegram-notifier: No summary available for php-symfony-telegram-notifier in ubuntu impish.

No description available for php-symfony-telegram-notifier in ubuntu impish.

php-symfony-templating: No summary available for php-symfony-templating in ubuntu impish.

No description available for php-symfony-templating in ubuntu impish.

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-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: No summary available for php-symfony-uid in ubuntu impish.

No description available for php-symfony-uid in ubuntu impish.

php-symfony-validator: No summary available for php-symfony-validator in ubuntu impish.

No description available for php-symfony-validator in ubuntu impish.

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-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: No summary available for php-symfony-yaml in ubuntu impish.

No description available for php-symfony-yaml in ubuntu impish.

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.