symfony 3.4.6+dfsg-1 source package in Ubuntu

Changelog

symfony (3.4.6+dfsg-1) unstable; urgency=medium

  [ Fabien Potencier ]
  * updated VERSION for 3.4.6

  [ David Prévot ]
  * Update dependency overrides
  * Blacklist projectservicecontainer for tests
  * Make sure to load SymfonyTestsListener
  * Move project repository to salsa.d.o
  * Update Standards-Version to 4.1.3
  * Fix testsuite with native PHP 7.2

 -- David Prévot <email address hidden>  Mon, 05 Mar 2018 16:46:15 -1000

Upload details

Uploaded by:
Debian PHP PEAR Maintainers
Uploaded to:
Sid
Original maintainer:
Debian PHP PEAR Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe misc

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
symfony_3.4.6+dfsg-1.dsc 6.5 KiB 6400eead7e818eb25d17eb4558e8996ca0f752eef85fadebdd8abb8e3ced5132
symfony_3.4.6+dfsg.orig.tar.gz 4.3 MiB cc7ea44b330ef6f1d296e2a9749a824f5634d191e6f8898ae2d2afbeba5bffd2
symfony_3.4.6+dfsg-1.debian.tar.xz 37.4 KiB a23990c2b91db4f91bffa6ca8573ec774b33cef50c9b58dbc5fda3b107edd4d2

No changes file available.

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

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

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

 The Symfony BrowserKit Component provides only an abstract client.
 It does not provide any "default" backend for the HTTP layer.
 .
 Symfony is a PHP framework, a set of tools and a development methodology.

php-symfony-cache: Symfony Cache component with PSR-6, PSR-16, and tags

 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-class-loader: load PHP classes automatically

 The Symfony ClassLoader Component makes it possible to automatically
 load PHP classes if they follow some standard PHP conventions such
 as the PSR-0 standard or the PEAR naming convention.
 .
 Symfony is a PHP framework, a set of tools and a development methodology.

php-symfony-config: No summary available for php-symfony-config in ubuntu cosmic.

No description available for php-symfony-config in ubuntu cosmic.

php-symfony-console: No summary available for php-symfony-console in ubuntu cosmic.

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

php-symfony-css-selector: No summary available for php-symfony-css-selector in ubuntu cosmic.

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

php-symfony-debug: tools to make debugging of PHP code easier

 The Symfony Debug Component contains various tools to assist
 PHP code debugging.
 .
 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 cosmic.

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

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

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

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

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

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

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

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: No summary available for php-symfony-expression-language in ubuntu cosmic.

No description available for php-symfony-expression-language in ubuntu cosmic.

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

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

php-symfony-finder: No summary available for php-symfony-finder in ubuntu cosmic.

No description available for php-symfony-finder in ubuntu cosmic.

php-symfony-form: No summary available for php-symfony-form in ubuntu cosmic.

No description available for php-symfony-form in ubuntu cosmic.

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

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

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

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

php-symfony-inflector: No summary available for php-symfony-inflector in ubuntu cosmic.

No description available for php-symfony-inflector in ubuntu cosmic.

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

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

php-symfony-ldap: No summary available for php-symfony-ldap in ubuntu cosmic.

No description available for php-symfony-ldap in ubuntu cosmic.

php-symfony-lock: No summary available for php-symfony-lock in ubuntu cosmic.

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

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

 The Symfony Monolog Bridge integrates 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-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-phpunit-bridge: integration for PHPUnit with Symfony Components

 The Symfony PHPUnit Bridge integrates PHPUnit with various
 Symfony Components.
 .
 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-process: No summary available for php-symfony-process in ubuntu cosmic.

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

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: No summary available for php-symfony-property-info in ubuntu cosmic.

No description available for php-symfony-property-info in ubuntu cosmic.

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

 The Symfony ProxyManager Bridge integrates 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-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: infrastructure for sophisticated authorization systems

 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.
 In addition the component contains an advanced ACL system and provides
 ways to authorize authenticated users based on their roles.
 .
 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 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 cosmic.

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

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

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

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

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

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

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

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

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

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-validator: tools to validate classes

 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: Symfony mechanism for exploring and dumping PHP variables

 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-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-web-server-bundle: No summary available for php-symfony-web-server-bundle in ubuntu cosmic.

No description available for php-symfony-web-server-bundle in ubuntu cosmic.

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

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