symfony 5.4.4+dfsg-1ubuntu8 source package in Ubuntu

Changelog

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

  * d/p/add-return-types.patch: Expand patch to include a bunch of
    additional param and return types for routines, as required for
    autopkgtests for php-twig, doctrine-related components, and
    phpmyadmin.  This should bring most things up to conformance with
    the PSR components shipped in Ubuntu 22.04, yet may differ slightly
    from what is shipping upstream.

 -- Bryce Harrington <email address hidden>  Sat, 12 Mar 2022 03:18:25 +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
Jammy release universe misc

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-1ubuntu8.debian.tar.xz 61.8 KiB cb7c44a642c4c68f27b1e31d7d96a11ce28cc124e87624610f32ffd2f2877421
symfony_5.4.4+dfsg-1ubuntu8.dsc 13.4 KiB 64f41391bf079790d2902641b94cf9165dce7312b081dd2a2a69cca75674101b

View changes file

Binary packages built by this source

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

No description available for php-symfony in ubuntu kinetic.

php-symfony-all-my-sms-notifier: No summary available for php-symfony-all-my-sms-notifier in ubuntu kinetic.

No description available for php-symfony-all-my-sms-notifier in ubuntu kinetic.

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

No description available for php-symfony-amazon-sns-notifier in ubuntu kinetic.

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: No summary available for php-symfony-browser-kit in ubuntu kinetic.

No description available for php-symfony-browser-kit in ubuntu kinetic.

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

No description available for php-symfony-clickatell-notifier in ubuntu kinetic.

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

No description available for php-symfony-console in ubuntu kinetic.

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: No summary available for php-symfony-css-selector in ubuntu kinetic.

No description available for php-symfony-css-selector in ubuntu kinetic.

php-symfony-debug-bundle: No summary available for php-symfony-debug-bundle in ubuntu kinetic.

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

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

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

php-symfony-discord-notifier: No summary available for php-symfony-discord-notifier in ubuntu kinetic.

No description available for php-symfony-discord-notifier in ubuntu kinetic.

php-symfony-doctrine-bridge: No summary available for php-symfony-doctrine-bridge in ubuntu kinetic.

No description available for php-symfony-doctrine-bridge in ubuntu kinetic.

php-symfony-doctrine-messenger: No summary available for php-symfony-doctrine-messenger in ubuntu kinetic.

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

php-symfony-dom-crawler: No summary available for php-symfony-dom-crawler in ubuntu kinetic.

No description available for php-symfony-dom-crawler in ubuntu kinetic.

php-symfony-dotenv: No summary available for php-symfony-dotenv in ubuntu kinetic.

No description available for php-symfony-dotenv in ubuntu kinetic.

php-symfony-error-handler: No summary available for php-symfony-error-handler in ubuntu kinetic.

No description available for php-symfony-error-handler in ubuntu kinetic.

php-symfony-esendex-notifier: No summary available for php-symfony-esendex-notifier in ubuntu kinetic.

No description available for php-symfony-esendex-notifier in ubuntu kinetic.

php-symfony-event-dispatcher: No summary available for php-symfony-event-dispatcher in ubuntu kinetic.

No description available for php-symfony-event-dispatcher in ubuntu kinetic.

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

No description available for php-symfony-fake-sms-notifier in ubuntu kinetic.

php-symfony-filesystem: No summary available for php-symfony-filesystem in ubuntu kinetic.

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

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

No description available for php-symfony-firebase-notifier in ubuntu kinetic.

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

No description available for php-symfony-framework-bundle in ubuntu kinetic.

php-symfony-free-mobile-notifier: No summary available for php-symfony-free-mobile-notifier in ubuntu kinetic.

No description available for php-symfony-free-mobile-notifier in ubuntu kinetic.

php-symfony-gateway-api-notifier: No summary available for php-symfony-gateway-api-notifier in ubuntu kinetic.

No description available for php-symfony-gateway-api-notifier in ubuntu kinetic.

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

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

php-symfony-http-kernel: No summary available for php-symfony-http-kernel in ubuntu kinetic.

No description available for php-symfony-http-kernel in ubuntu kinetic.

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

No description available for php-symfony-infobip-notifier in ubuntu kinetic.

php-symfony-intl: No summary available for php-symfony-intl in ubuntu kinetic.

No description available for php-symfony-intl in ubuntu kinetic.

php-symfony-iqsms-notifier: No summary available for php-symfony-iqsms-notifier in ubuntu kinetic.

No description available for php-symfony-iqsms-notifier in ubuntu kinetic.

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

No description available for php-symfony-lock in ubuntu kinetic.

php-symfony-loco-translation-provider: No summary available for php-symfony-loco-translation-provider in ubuntu kinetic.

No description available for php-symfony-loco-translation-provider in ubuntu kinetic.

php-symfony-lokalise-translation-provider: No summary available for php-symfony-lokalise-translation-provider in ubuntu kinetic.

No description available for php-symfony-lokalise-translation-provider in ubuntu kinetic.

php-symfony-mailchimp-mailer: No summary available for php-symfony-mailchimp-mailer in ubuntu kinetic.

No description available for php-symfony-mailchimp-mailer in ubuntu kinetic.

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

No description available for php-symfony-mailjet-mailer in ubuntu kinetic.

php-symfony-mailjet-notifier: No summary available for php-symfony-mailjet-notifier in ubuntu kinetic.

No description available for php-symfony-mailjet-notifier in ubuntu kinetic.

php-symfony-mattermost-notifier: No summary available for php-symfony-mattermost-notifier in ubuntu kinetic.

No description available for php-symfony-mattermost-notifier in ubuntu kinetic.

php-symfony-mercure-notifier: No summary available for php-symfony-mercure-notifier in ubuntu kinetic.

No description available for php-symfony-mercure-notifier in ubuntu kinetic.

php-symfony-message-bird-notifier: No summary available for php-symfony-message-bird-notifier in ubuntu kinetic.

No description available for php-symfony-message-bird-notifier in ubuntu kinetic.

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

No description available for php-symfony-messenger in ubuntu kinetic.

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

No description available for php-symfony-mime in ubuntu kinetic.

php-symfony-mobyt-notifier: No summary available for php-symfony-mobyt-notifier in ubuntu kinetic.

No description available for php-symfony-mobyt-notifier in ubuntu kinetic.

php-symfony-monolog-bridge: No summary available for php-symfony-monolog-bridge in ubuntu kinetic.

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

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 kinetic.

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

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: No summary available for php-symfony-oh-my-smtp-mailer in ubuntu kinetic.

No description available for php-symfony-oh-my-smtp-mailer in ubuntu kinetic.

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: No summary available for php-symfony-options-resolver in ubuntu kinetic.

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

php-symfony-ovh-cloud-notifier: No summary available for php-symfony-ovh-cloud-notifier in ubuntu kinetic.

No description available for php-symfony-ovh-cloud-notifier in ubuntu kinetic.

php-symfony-password-hasher: No summary available for php-symfony-password-hasher in ubuntu kinetic.

No description available for php-symfony-password-hasher in ubuntu kinetic.

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

No description available for php-symfony-postmark-mailer in ubuntu kinetic.

php-symfony-process: No summary available for php-symfony-process in ubuntu kinetic.

No description available for php-symfony-process in ubuntu kinetic.

php-symfony-property-access: No summary available for php-symfony-property-access in ubuntu kinetic.

No description available for php-symfony-property-access in ubuntu kinetic.

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

No description available for php-symfony-redis-messenger in ubuntu kinetic.

php-symfony-rocket-chat-notifier: No summary available for php-symfony-rocket-chat-notifier in ubuntu kinetic.

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

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

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

php-symfony-security-core: No summary available for php-symfony-security-core in ubuntu kinetic.

No description available for php-symfony-security-core in ubuntu kinetic.

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 kinetic.

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

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

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

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

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

php-symfony-sendgrid-mailer: No summary available for php-symfony-sendgrid-mailer in ubuntu kinetic.

No description available for php-symfony-sendgrid-mailer in ubuntu kinetic.

php-symfony-sendinblue-mailer: No summary available for php-symfony-sendinblue-mailer in ubuntu kinetic.

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

php-symfony-sendinblue-notifier: No summary available for php-symfony-sendinblue-notifier in ubuntu kinetic.

No description available for php-symfony-sendinblue-notifier in ubuntu kinetic.

php-symfony-serializer: No summary available for php-symfony-serializer in ubuntu kinetic.

No description available for php-symfony-serializer in ubuntu kinetic.

php-symfony-sinch-notifier: No summary available for php-symfony-sinch-notifier in ubuntu kinetic.

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

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

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

php-symfony-sms-biuras-notifier: No summary available for php-symfony-sms-biuras-notifier in ubuntu kinetic.

No description available for php-symfony-sms-biuras-notifier in ubuntu kinetic.

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

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

php-symfony-smsc-notifier: No summary available for php-symfony-smsc-notifier in ubuntu kinetic.

No description available for php-symfony-smsc-notifier in ubuntu kinetic.

php-symfony-spot-hit-notifier: No summary available for php-symfony-spot-hit-notifier in ubuntu kinetic.

No description available for php-symfony-spot-hit-notifier in ubuntu kinetic.

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

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

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

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

php-symfony-telnyx-notifier: No summary available for php-symfony-telnyx-notifier in ubuntu kinetic.

No description available for php-symfony-telnyx-notifier in ubuntu kinetic.

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

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

php-symfony-translation: No summary available for php-symfony-translation in ubuntu kinetic.

No description available for php-symfony-translation in ubuntu kinetic.

php-symfony-turbo-sms-notifier: No summary available for php-symfony-turbo-sms-notifier in ubuntu kinetic.

No description available for php-symfony-turbo-sms-notifier in ubuntu kinetic.

php-symfony-twig-bridge: No summary available for php-symfony-twig-bridge in ubuntu kinetic.

No description available for php-symfony-twig-bridge in ubuntu kinetic.

php-symfony-twig-bundle: No summary available for php-symfony-twig-bundle in ubuntu kinetic.

No description available for php-symfony-twig-bundle in ubuntu kinetic.

php-symfony-twilio-notifier: No summary available for php-symfony-twilio-notifier in ubuntu kinetic.

No description available for php-symfony-twilio-notifier in ubuntu kinetic.

php-symfony-uid: No summary available for php-symfony-uid in ubuntu kinetic.

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

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

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

php-symfony-var-dumper: No summary available for php-symfony-var-dumper in ubuntu kinetic.

No description available for php-symfony-var-dumper in ubuntu kinetic.

php-symfony-var-exporter: No summary available for php-symfony-var-exporter in ubuntu kinetic.

No description available for php-symfony-var-exporter in ubuntu kinetic.

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: No summary available for php-symfony-web-link in ubuntu kinetic.

No description available for php-symfony-web-link in ubuntu kinetic.

php-symfony-web-profiler-bundle: No summary available for php-symfony-web-profiler-bundle in ubuntu kinetic.

No description available for php-symfony-web-profiler-bundle in ubuntu kinetic.

php-symfony-workflow: No summary available for php-symfony-workflow in ubuntu kinetic.

No description available for php-symfony-workflow in ubuntu kinetic.

php-symfony-yaml: No summary available for php-symfony-yaml in ubuntu kinetic.

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

php-symfony-yunpian-notifier: No summary available for php-symfony-yunpian-notifier in ubuntu kinetic.

No description available for php-symfony-yunpian-notifier in ubuntu kinetic.

php-symfony-zulip-notifier: No summary available for php-symfony-zulip-notifier in ubuntu kinetic.

No description available for php-symfony-zulip-notifier in ubuntu kinetic.