Improve composer.json descriptions

This commit is contained in:
Fabien Potencier 2021-01-10 09:16:05 +01:00
parent 3ee310f20a
commit 611a2dfaf3
73 changed files with 111 additions and 87 deletions

View File

@ -1,8 +1,8 @@
Doctrine Bridge Doctrine Bridge
=============== ===============
Provides integration for [Doctrine](http://www.doctrine-project.org/) with The Doctrine bridge provides integration for
various Symfony components. [Doctrine](http://www.doctrine-project.org/) with various Symfony components.
Resources Resources
--------- ---------

View File

@ -1,7 +1,7 @@
{ {
"name": "symfony/doctrine-bridge", "name": "symfony/doctrine-bridge",
"type": "symfony-bridge", "type": "symfony-bridge",
"description": "Symfony Doctrine Bridge", "description": "Provides integration for Doctrine with various Symfony components",
"keywords": [], "keywords": [],
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"license": "MIT", "license": "MIT",

View File

@ -1,7 +1,8 @@
Monolog Bridge Monolog Bridge
============== ==============
Provides integration for Monolog with various Symfony components. The Monolog bridge provides integration for
[Monolog](https://seldaek.github.io/monolog/) with various Symfony components.
Resources Resources
--------- ---------

View File

@ -1,7 +1,7 @@
{ {
"name": "symfony/monolog-bridge", "name": "symfony/monolog-bridge",
"type": "symfony-bridge", "type": "symfony-bridge",
"description": "Symfony Monolog Bridge", "description": "Provides integration for Monolog with various Symfony components",
"keywords": [], "keywords": [],
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"license": "MIT", "license": "MIT",

View File

@ -1,7 +1,8 @@
PHPUnit Bridge PHPUnit Bridge
============== ==============
Provides utilities for PHPUnit, especially user deprecation notices management. The PHPUnit bridge provides utilities for [PHPUnit](https://phpunit.de/),
especially user deprecation notices management.
Resources Resources
--------- ---------

View File

@ -1,7 +1,7 @@
{ {
"name": "symfony/phpunit-bridge", "name": "symfony/phpunit-bridge",
"type": "symfony-bridge", "type": "symfony-bridge",
"description": "Symfony PHPUnit Bridge", "description": "Provides utilities for PHPUnit, especially user deprecation notices management",
"keywords": [], "keywords": [],
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"license": "MIT", "license": "MIT",

View File

@ -1,7 +1,8 @@
ProxyManager Bridge ProxyManager Bridge
=================== ===================
Provides integration for [ProxyManager][1] with various Symfony components. The ProxyManager bridge provides integration for [ProxyManager][1] with various
Symfony components.
Resources Resources
--------- ---------

View File

@ -1,7 +1,7 @@
{ {
"name": "symfony/proxy-manager-bridge", "name": "symfony/proxy-manager-bridge",
"type": "symfony-bridge", "type": "symfony-bridge",
"description": "Symfony ProxyManager Bridge", "description": "Provides integration for ProxyManager with various Symfony components",
"keywords": [], "keywords": [],
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"license": "MIT", "license": "MIT",

View File

@ -1,8 +1,8 @@
Twig Bridge Twig Bridge
=========== ===========
Provides integration for [Twig](https://twig.symfony.com/) with various The Twig bridge provides integration for [Twig](https://twig.symfony.com/) with
Symfony components. various Symfony components.
Resources Resources
--------- ---------

View File

@ -1,7 +1,7 @@
{ {
"name": "symfony/twig-bridge", "name": "symfony/twig-bridge",
"type": "symfony-bridge", "type": "symfony-bridge",
"description": "Symfony Twig Bridge", "description": "Provides integration for Twig with various Symfony components",
"keywords": [], "keywords": [],
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"license": "MIT", "license": "MIT",

View File

@ -1,7 +1,7 @@
{ {
"name": "symfony/debug-bundle", "name": "symfony/debug-bundle",
"type": "symfony-bundle", "type": "symfony-bundle",
"description": "Symfony DebugBundle", "description": "Provides a tight integration of the Symfony Debug component into the Symfony full-stack framework",
"keywords": [], "keywords": [],
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"license": "MIT", "license": "MIT",

View File

@ -1,6 +1,9 @@
FrameworkBundle FrameworkBundle
=============== ===============
FrameworkBundle provides a tight integration between Symfony components and the
Symfony full-stack framework.
Resources Resources
--------- ---------

View File

@ -1,7 +1,7 @@
{ {
"name": "symfony/framework-bundle", "name": "symfony/framework-bundle",
"type": "symfony-bundle", "type": "symfony-bundle",
"description": "Symfony FrameworkBundle", "description": "Provides a tight integration between Symfony components and the Symfony full-stack framework",
"keywords": [], "keywords": [],
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"license": "MIT", "license": "MIT",

View File

@ -1,6 +1,9 @@
SecurityBundle SecurityBundle
============== ==============
SecurityBundle provides a tight integration of the Security component into the
Symfony full-stack framework.
Resources Resources
--------- ---------

View File

@ -1,7 +1,7 @@
{ {
"name": "symfony/security-bundle", "name": "symfony/security-bundle",
"type": "symfony-bundle", "type": "symfony-bundle",
"description": "Symfony SecurityBundle", "description": "Provides a tight integration of the Security component into the Symfony full-stack framework",
"keywords": [], "keywords": [],
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"license": "MIT", "license": "MIT",

View File

@ -1,6 +1,9 @@
TwigBundle TwigBundle
========== ==========
TwigBundle provides a tight integration of Twig into the Symfony full-stack
framework.
Resources Resources
--------- ---------

View File

@ -1,7 +1,7 @@
{ {
"name": "symfony/twig-bundle", "name": "symfony/twig-bundle",
"type": "symfony-bundle", "type": "symfony-bundle",
"description": "Symfony TwigBundle", "description": "Provides a tight integration of Twig into the Symfony full-stack framework",
"keywords": [], "keywords": [],
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"license": "MIT", "license": "MIT",

View File

@ -1,7 +1,7 @@
WebProfilerBundle WebProfilerBundle
================= =================
The Web profiler bundle is a **development tool** that gives detailed WebProfilerBundle provides a **development tool** that gives detailed
information about the execution of any request. information about the execution of any request.
**Never** enable it on production servers as it will lead to major security **Never** enable it on production servers as it will lead to major security

View File

@ -1,7 +1,7 @@
{ {
"name": "symfony/web-profiler-bundle", "name": "symfony/web-profiler-bundle",
"type": "symfony-bundle", "type": "symfony-bundle",
"description": "Symfony WebProfilerBundle", "description": "Provides a development tool that gives detailed information about the execution of any request",
"keywords": [], "keywords": [],
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"license": "MIT", "license": "MIT",

View File

@ -1,7 +1,7 @@
{ {
"name": "symfony/web-server-bundle", "name": "symfony/web-server-bundle",
"type": "symfony-bundle", "type": "symfony-bundle",
"description": "Symfony WebServerBundle", "description": "Provides commands for running applications using the PHP built-in web server",
"keywords": [], "keywords": [],
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"license": "MIT", "license": "MIT",

View File

@ -1,7 +1,7 @@
{ {
"name": "symfony/asset", "name": "symfony/asset",
"type": "library", "type": "library",
"description": "Symfony Asset Component", "description": "Manages URL generation and versioning of web assets such as CSS stylesheets, JavaScript files and image files",
"keywords": [], "keywords": [],
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"license": "MIT", "license": "MIT",

View File

@ -1,7 +1,7 @@
{ {
"name": "symfony/browser-kit", "name": "symfony/browser-kit",
"type": "library", "type": "library",
"description": "Symfony BrowserKit Component", "description": "Simulates the behavior of a web browser, allowing you to make requests, click on links and submit forms programmatically",
"keywords": [], "keywords": [],
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"license": "MIT", "license": "MIT",

View File

@ -1,12 +1,13 @@
Symfony PSR-6 implementation for caching Symfony PSR-6 implementation for caching
======================================== ========================================
This component provides an extended [PSR-6](http://www.php-fig.org/psr/psr-6/) The Cache component provides an extended
implementation for adding cache to your applications. It is designed to have a [PSR-6](http://www.php-fig.org/psr/psr-6/) implementation for adding cache to
low overhead so that caching is fastest. It ships with a few caching adapters your applications. It is designed to have a low overhead so that caching is
for the most widespread and suited to caching backends. It also provides a fastest. It ships with a few caching adapters for the most widespread and
`doctrine/cache` proxy adapter to cover more advanced caching needs and a proxy suited to caching backends. It also provides a `doctrine/cache` proxy adapter
adapter for greater interoperability between PSR-6 implementations. to cover more advanced caching needs and a proxy adapter for greater
interoperability between PSR-6 implementations.
Resources Resources
--------- ---------

View File

@ -1,7 +1,7 @@
{ {
"name": "symfony/cache", "name": "symfony/cache",
"type": "library", "type": "library",
"description": "Symfony Cache component with PSR-6, PSR-16, and tags", "description": "Provides an extended PSR-6, PSR-16 (and tags) implementation",
"keywords": ["caching", "psr6"], "keywords": ["caching", "psr6"],
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"license": "MIT", "license": "MIT",

View File

@ -1,9 +1,9 @@
Config Component Config Component
================ ================
The Config component provides several classes to help you find, load, combine, The Config component helps find, load, combine, autofill and validate
autofill and validate configuration values of any kind, whatever their source configuration values of any kind, whatever their source may be (YAML, XML, INI
may be (YAML, XML, INI files, or for instance a database). files, or for instance a database).
Resources Resources
--------- ---------

View File

@ -1,7 +1,7 @@
{ {
"name": "symfony/config", "name": "symfony/config",
"type": "library", "type": "library",
"description": "Symfony Config Component", "description": "Helps you find, load, combine, autofill and validate configuration values of any kind",
"keywords": [], "keywords": [],
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"license": "MIT", "license": "MIT",

View File

@ -1,7 +1,7 @@
{ {
"name": "symfony/console", "name": "symfony/console",
"type": "library", "type": "library",
"description": "Symfony Console Component", "description": "Eases the creation of beautiful and testable command line interfaces",
"keywords": [], "keywords": [],
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"license": "MIT", "license": "MIT",

View File

@ -1,7 +1,7 @@
{ {
"name": "symfony/css-selector", "name": "symfony/css-selector",
"type": "library", "type": "library",
"description": "Symfony CssSelector Component", "description": "Converts CSS selectors to XPath expressions",
"keywords": [], "keywords": [],
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"license": "MIT", "license": "MIT",

View File

@ -1,7 +1,7 @@
{ {
"name": "symfony/debug", "name": "symfony/debug",
"type": "library", "type": "library",
"description": "Symfony Debug Component", "description": "Provides tools to ease debugging PHP code",
"keywords": [], "keywords": [],
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"license": "MIT", "license": "MIT",

View File

@ -1,7 +1,7 @@
{ {
"name": "symfony/dependency-injection", "name": "symfony/dependency-injection",
"type": "library", "type": "library",
"description": "Symfony DependencyInjection Component", "description": "Allows you to standardize and centralize the way objects are constructed in your application",
"keywords": [], "keywords": [],
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"license": "MIT", "license": "MIT",

View File

@ -1,7 +1,7 @@
{ {
"name": "symfony/dom-crawler", "name": "symfony/dom-crawler",
"type": "library", "type": "library",
"description": "Symfony DomCrawler Component", "description": "Eases DOM navigation for HTML and XML documents",
"keywords": [], "keywords": [],
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"license": "MIT", "license": "MIT",

View File

@ -1,7 +1,7 @@
{ {
"name": "symfony/error-handler", "name": "symfony/error-handler",
"type": "library", "type": "library",
"description": "Symfony ErrorHandler Component", "description": "Provides tools to manage errors and ease debugging PHP code",
"keywords": [], "keywords": [],
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"license": "MIT", "license": "MIT",

View File

@ -1,7 +1,7 @@
{ {
"name": "symfony/event-dispatcher", "name": "symfony/event-dispatcher",
"type": "library", "type": "library",
"description": "Symfony EventDispatcher Component", "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
"keywords": [], "keywords": [],
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"license": "MIT", "license": "MIT",

View File

@ -1,7 +1,7 @@
{ {
"name": "symfony/expression-language", "name": "symfony/expression-language",
"type": "library", "type": "library",
"description": "Symfony ExpressionLanguage Component", "description": "Provides an engine that can compile and evaluate expressions",
"keywords": [], "keywords": [],
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"license": "MIT", "license": "MIT",

View File

@ -1,7 +1,7 @@
{ {
"name": "symfony/filesystem", "name": "symfony/filesystem",
"type": "library", "type": "library",
"description": "Symfony Filesystem Component", "description": "Provides basic utilities for the filesystem",
"keywords": [], "keywords": [],
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"license": "MIT", "license": "MIT",

View File

@ -1,7 +1,7 @@
{ {
"name": "symfony/finder", "name": "symfony/finder",
"type": "library", "type": "library",
"description": "Symfony Finder Component", "description": "Finds files and directories via an intuitive fluent interface",
"keywords": [], "keywords": [],
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"license": "MIT", "license": "MIT",

View File

@ -1,7 +1,7 @@
{ {
"name": "symfony/form", "name": "symfony/form",
"type": "library", "type": "library",
"description": "Symfony Form Component", "description": "Allows to easily create, process and reuse HTML forms",
"keywords": [], "keywords": [],
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"license": "MIT", "license": "MIT",

View File

@ -1,7 +1,7 @@
{ {
"name": "symfony/http-client", "name": "symfony/http-client",
"type": "library", "type": "library",
"description": "Symfony HttpClient component", "description": "Provides powerful methods to fetch HTTP resources synchronously or asynchronously",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"license": "MIT", "license": "MIT",
"authors": [ "authors": [

View File

@ -1,7 +1,7 @@
{ {
"name": "symfony/http-foundation", "name": "symfony/http-foundation",
"type": "library", "type": "library",
"description": "Symfony HttpFoundation Component", "description": "Defines an object-oriented layer for the HTTP specification",
"keywords": [], "keywords": [],
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"license": "MIT", "license": "MIT",

View File

@ -1,7 +1,7 @@
{ {
"name": "symfony/http-kernel", "name": "symfony/http-kernel",
"type": "library", "type": "library",
"description": "Symfony HttpKernel Component", "description": "Provides a structured process for converting a Request into a Response",
"keywords": [], "keywords": [],
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"license": "MIT", "license": "MIT",

View File

@ -1,7 +1,8 @@
Inflector Component Inflector Component
=================== ===================
Inflector converts words between their singular and plural forms (English only). The Inflector component converts words between their singular and plural forms
(English only).
Resources Resources
--------- ---------

View File

@ -1,7 +1,7 @@
{ {
"name": "symfony/inflector", "name": "symfony/inflector",
"type": "library", "type": "library",
"description": "Symfony Inflector Component", "description": "Converts words between their singular and plural forms (English only)",
"keywords": [ "keywords": [
"string", "string",
"inflection", "inflection",

View File

@ -1,8 +1,8 @@
Intl Component Intl Component
============= =============
A PHP replacement layer for the C intl extension that also provides access to The Intl component provides a PHP replacement layer for the C intl extension
the localization data of the ICU library. that also provides access to the localization data of the ICU library.
The replacement layer is limited to the locale "en". If you want to use other The replacement layer is limited to the locale "en". If you want to use other
locales, you should [install the intl PHP extension][0] instead. locales, you should [install the intl PHP extension][0] instead.

View File

@ -1,7 +1,7 @@
{ {
"name": "symfony/intl", "name": "symfony/intl",
"type": "library", "type": "library",
"description": "A PHP replacement layer for the C intl extension that includes additional data from the ICU library.", "description": "Provides a PHP replacement layer for the C intl extension that includes additional data from the ICU library",
"keywords": ["intl", "icu", "internationalization", "localization", "i18n", "l10n"], "keywords": ["intl", "icu", "internationalization", "localization", "i18n", "l10n"],
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"license": "MIT", "license": "MIT",

View File

@ -1,7 +1,8 @@
Ldap Component Ldap Component
============== ==============
A Ldap client for PHP on top of PHP's ldap extension. The LDAP component provides a LDAP client for PHP on top of PHP's ldap
extension.
Disclaimer Disclaimer
---------- ----------

View File

@ -1,7 +1,7 @@
{ {
"name": "symfony/ldap", "name": "symfony/ldap",
"type": "library", "type": "library",
"description": "An abstraction in front of PHP's LDAP functions, compatible with PHP 5.3.9 onwards.", "description": "Provides a LDAP client for PHP on top of PHP's ldap extension",
"keywords": ["ldap", "active directory"], "keywords": ["ldap", "active directory"],
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"license": "MIT", "license": "MIT",

View File

@ -1,6 +1,9 @@
Lock Component Lock Component
============== ==============
The Lock component creates and manages locks, a mechanism to provide exclusive
access to a shared resource.
Resources Resources
--------- ---------

View File

@ -1,7 +1,7 @@
{ {
"name": "symfony/lock", "name": "symfony/lock",
"type": "library", "type": "library",
"description": "Symfony Lock Component", "description": "Creates and manages locks, a mechanism to provide exclusive access to a shared resource",
"keywords": ["locking", "redlock", "mutex", "semaphore", "flock", "cas"], "keywords": ["locking", "redlock", "mutex", "semaphore", "flock", "cas"],
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"license": "MIT", "license": "MIT",

View File

@ -1,7 +1,7 @@
{ {
"name": "symfony/mailer", "name": "symfony/mailer",
"type": "library", "type": "library",
"description": "Symfony Mailer Component", "description": "Helps sending emails",
"keywords": [], "keywords": [],
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"license": "MIT", "license": "MIT",

View File

@ -1,8 +1,8 @@
Messenger Component Messenger Component
=================== ===================
The Messenger component helps application send and receive messages to/from other applications or via The Messenger component helps applications send and receive messages to/from
message queues. other applications or via message queues.
Resources Resources
--------- ---------

View File

@ -1,7 +1,7 @@
{ {
"name": "symfony/messenger", "name": "symfony/messenger",
"type": "library", "type": "library",
"description": "Symfony Messenger Component", "description": "Helps applications send and receive messages to/from other applications or via message queues",
"keywords": [], "keywords": [],
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"license": "MIT", "license": "MIT",

View File

@ -1,7 +1,7 @@
{ {
"name": "symfony/mime", "name": "symfony/mime",
"type": "library", "type": "library",
"description": "A library to manipulate MIME messages", "description": "Allows manipulating MIME messages",
"keywords": ["mime", "mime-type"], "keywords": ["mime", "mime-type"],
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"license": "MIT", "license": "MIT",

View File

@ -1,7 +1,7 @@
{ {
"name": "symfony/options-resolver", "name": "symfony/options-resolver",
"type": "library", "type": "library",
"description": "Symfony OptionsResolver Component", "description": "Provides an improved replacement for the array_replace PHP function",
"keywords": ["options", "config", "configuration"], "keywords": ["options", "config", "configuration"],
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"license": "MIT", "license": "MIT",

View File

@ -1,7 +1,7 @@
{ {
"name": "symfony/process", "name": "symfony/process",
"type": "library", "type": "library",
"description": "Symfony Process Component", "description": "Executes commands in sub-processes",
"keywords": [], "keywords": [],
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"license": "MIT", "license": "MIT",

View File

@ -1,7 +1,7 @@
PropertyAccess Component PropertyAccess Component
======================== ========================
The PropertyAccess component provides function to read and write from/to an The PropertyAccess component provides functions to read and write from/to an
object or array using a simple string notation. object or array using a simple string notation.
Resources Resources

View File

@ -1,7 +1,7 @@
{ {
"name": "symfony/property-access", "name": "symfony/property-access",
"type": "library", "type": "library",
"description": "Symfony PropertyAccess Component", "description": "Provides functions to read and write from/to an object or array using a simple string notation",
"keywords": ["property", "index", "access", "object", "array", "extraction", "injection", "reflection", "property path"], "keywords": ["property", "index", "access", "object", "array", "extraction", "injection", "reflection", "property path"],
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"license": "MIT", "license": "MIT",

View File

@ -1,8 +1,8 @@
PropertyInfo Component PropertyInfo Component
====================== ======================
PropertyInfo extracts information about PHP class' properties using metadata The PropertyInfo component extracts information about PHP class' properties
of popular sources. using metadata of popular sources.
Resources Resources
--------- ---------

View File

@ -1,7 +1,7 @@
{ {
"name": "symfony/property-info", "name": "symfony/property-info",
"type": "library", "type": "library",
"description": "Symfony Property Info Component", "description": "Extracts information about PHP class' properties using metadata of popular sources",
"keywords": [ "keywords": [
"property", "property",
"type", "type",

View File

@ -1,7 +1,7 @@
{ {
"name": "symfony/routing", "name": "symfony/routing",
"type": "library", "type": "library",
"description": "Symfony Routing Component", "description": "Maps an HTTP request to a set of configuration variables",
"keywords": ["routing", "router", "URL", "URI"], "keywords": ["routing", "router", "URL", "URI"],
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"license": "MIT", "license": "MIT",

View File

@ -1,7 +1,7 @@
{ {
"name": "symfony/security", "name": "symfony/security",
"type": "library", "type": "library",
"description": "Symfony Security Component", "description": "Provides a complete security system for your web application",
"keywords": [], "keywords": [],
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"license": "MIT", "license": "MIT",

View File

@ -1,10 +1,9 @@
Serializer Component Serializer Component
==================== ====================
With the Serializer component it's possible to handle serializing data The Serializer component handles serializing and deserializing data structures,
structures, including object graphs, into array structures or other formats like including object graphs, into array structures or other formats like XML and
XML and JSON. It can also handle deserializing XML and JSON back to object JSON.
graphs.
Resources Resources
--------- ---------

View File

@ -1,7 +1,7 @@
{ {
"name": "symfony/serializer", "name": "symfony/serializer",
"type": "library", "type": "library",
"description": "Symfony Serializer Component", "description": "Handles serializing and deserializing data structures, including object graphs, into array structures or other formats like XML and JSON.",
"keywords": [], "keywords": [],
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"license": "MIT", "license": "MIT",

View File

@ -1,7 +1,7 @@
{ {
"name": "symfony/stopwatch", "name": "symfony/stopwatch",
"type": "library", "type": "library",
"description": "Symfony Stopwatch Component", "description": "Provides a way to profile code",
"keywords": [], "keywords": [],
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"license": "MIT", "license": "MIT",

View File

@ -1,7 +1,7 @@
{ {
"name": "symfony/templating", "name": "symfony/templating",
"type": "library", "type": "library",
"description": "Symfony Templating Component", "description": "Provides all the tools needed to build any kind of template system",
"keywords": [], "keywords": [],
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"license": "MIT", "license": "MIT",

View File

@ -1,7 +1,7 @@
{ {
"name": "symfony/translation", "name": "symfony/translation",
"type": "library", "type": "library",
"description": "Symfony Translation Component", "description": "Provides tools to internationalize your application",
"keywords": [], "keywords": [],
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"license": "MIT", "license": "MIT",

View File

@ -1,7 +1,7 @@
{ {
"name": "symfony/validator", "name": "symfony/validator",
"type": "library", "type": "library",
"description": "Symfony Validator Component", "description": "Provides tools to validate values",
"keywords": [], "keywords": [],
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"license": "MIT", "license": "MIT",

View File

@ -1,7 +1,7 @@
{ {
"name": "symfony/var-dumper", "name": "symfony/var-dumper",
"type": "library", "type": "library",
"description": "Symfony mechanism for exploring and dumping PHP variables", "description": "Provides mechanisms for walking through any arbitrary PHP variable",
"keywords": ["dump", "debug"], "keywords": ["dump", "debug"],
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"license": "MIT", "license": "MIT",

View File

@ -1,7 +1,7 @@
{ {
"name": "symfony/var-exporter", "name": "symfony/var-exporter",
"type": "library", "type": "library",
"description": "A blend of var_export() + serialize() to turn any serializable data structure to plain PHP code", "description": "Allows exporting any serializable PHP data structure to plain PHP code",
"keywords": ["export", "serialize", "instantiate", "hydrate", "construct", "clone"], "keywords": ["export", "serialize", "instantiate", "hydrate", "construct", "clone"],
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"license": "MIT", "license": "MIT",

View File

@ -1,12 +1,16 @@
WebLink Component WebLink Component
================= =================
The WebLink component manages links between resources. It is particularly useful to advise clients The WebLink component manages links between resources. It is particularly
to preload and prefetch documents through HTTP and HTTP/2 pushes. useful to advise clients to preload and prefetch documents through HTTP and
HTTP/2 pushes.
This component implements the [HTML5's Links](https://www.w3.org/TR/html5/links.html), [Preload](https://www.w3.org/TR/preload/) This component implements the [HTML5's
and [Resource Hints](https://www.w3.org/TR/resource-hints/) W3C's specifications. Links](https://www.w3.org/TR/html5/links.html),
It can also be used with extensions defined in the [HTML5 link type extensions wiki](http://microformats.org/wiki/existing-rel-values#HTML5_link_type_extensions). [Preload](https://www.w3.org/TR/preload/) and [Resource
Hints](https://www.w3.org/TR/resource-hints/) W3C's specifications. It can also
be used with extensions defined in the [HTML5 link type extensions
wiki](http://microformats.org/wiki/existing-rel-values#HTML5_link_type_extensions).
Getting Started Getting Started
--------------- ---------------

View File

@ -1,7 +1,7 @@
{ {
"name": "symfony/web-link", "name": "symfony/web-link",
"type": "library", "type": "library",
"description": "Symfony WebLink Component", "description": "Manages links between resources",
"keywords": ["link", "psr13", "http", "http2", "preload", "prefetch", "prerender", "dns-prefetch", "push", "performance"], "keywords": ["link", "psr13", "http", "http2", "preload", "prefetch", "prerender", "dns-prefetch", "push", "performance"],
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"license": "MIT", "license": "MIT",

View File

@ -1,6 +1,9 @@
Workflow Component Workflow Component
=================== ===================
The Workflow component provides tools for managing a workflow or finite state
machine.
Resources Resources
--------- ---------

View File

@ -1,7 +1,7 @@
{ {
"name": "symfony/workflow", "name": "symfony/workflow",
"type": "library", "type": "library",
"description": "Symfony Workflow Component", "description": "Provides tools for managing a workflow or finite state machine",
"keywords": ["workflow", "petrinet", "place", "transition", "statemachine", "state"], "keywords": ["workflow", "petrinet", "place", "transition", "statemachine", "state"],
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"license": "MIT", "license": "MIT",

View File

@ -1,7 +1,7 @@
{ {
"name": "symfony/yaml", "name": "symfony/yaml",
"type": "library", "type": "library",
"description": "Symfony Yaml Component", "description": "Loads and dumps YAML files",
"keywords": [], "keywords": [],
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"license": "MIT", "license": "MIT",