Skip to content

Links to components on packagist #1877

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Nov 3, 2012
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion components/class_loader.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Installation
You can install the component in many different ways:

* Use the official Git repository (https://github.com/symfony/ClassLoader);
* Install it via Composer (`symfony/class-loader` on Packagist).
* Install it via Composer (``symfony/class-loader`` on `Packagist`_).

Usage
-----
Expand Down Expand Up @@ -120,3 +120,4 @@ The order of the registrations is significant in this case.

.. _standards: http://symfony.com/PSR0
.. _PEAR: http://pear.php.net/manual/en/standards.php
.. _Packagist: https://packagist.org/packages/symfony/class-loader
6 changes: 4 additions & 2 deletions components/config/introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,13 @@ Installation
You can install the component in many different ways:

* Use the official Git repository (https://github.com/symfony/Config);
* Install it via Composer (`symfony/config` on Packagist).
* Install it via Composer (``symfony/config`` on `Packagist`_).

Sections
--------

* :doc:`/components/config/resources`
* :doc:`/components/config/caching`
* :doc:`/components/config/definition`
* :doc:`/components/config/definition`

.. _Packagist: https://packagist.org/packages/symfony/config
6 changes: 4 additions & 2 deletions components/console/introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Installation
You can install the component in many different ways:

* Use the official Git repository (https://github.com/symfony/Console);
* Install it via Composer (`symfony/console` on Packagist).
* Install it via Composer (``symfony/console`` on `Packagist`_).

Creating a basic Command
------------------------
Expand Down Expand Up @@ -405,4 +405,6 @@ Learn More!
-----------

* :doc:`/components/console/usage`
* :doc:`/components/console/single_command_tool`
* :doc:`/components/console/single_command_tool`

.. _Packagist: https://packagist.org/packages/symfony/console
4 changes: 3 additions & 1 deletion components/css_selector.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Installation
You can install the component in several different ways:

* Use the official Git repository (https://github.com/symfony/CssSelector);
* Install it via Composer (`symfony/css-selector` on Packagist).
* Install it via Composer (``symfony/css-selector`` on `Packagist`_).

Usage
-----
Expand Down Expand Up @@ -90,3 +90,5 @@ Several pseudo-classes are not yet supported:
* ``*:first-of-type``, ``*:last-of-type``, ``*:nth-of-type``,
``*:nth-last-of-type``, ``*:only-of-type``. (These work with an element
name (e.g. ``li:first-of-type``) but not with ``*``.

.. _Packagist: https://packagist.org/packages/symfony/css-selector
3 changes: 2 additions & 1 deletion components/dependency_injection/introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Installation
You can install the component in many different ways:

* Use the official Git repository (https://github.com/symfony/DependencyInjection);
* Install it via Composer (`symfony/dependency-injection` on Packagist).
* Install it via Composer (``symfony/dependency-injection`` on `Packagist`_).

Basic Usage
-----------
Expand Down Expand Up @@ -282,3 +282,4 @@ The ``newsletter_manager`` and ``mailer`` services can be set up using config fi
$container->register('newsletter_manager', 'NewsletterManager')
->addMethodCall('setMailer', new Reference('mailer');

.. _Packagist: https://packagist.org/packages/symfony/dependency-injection
5 changes: 3 additions & 2 deletions components/dom_crawler.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Installation
You can install the component in many different ways:

* Use the official Git repository (https://github.com/symfony/DomCrawler);
* Install it via Composer (`symfony/dom-crawler` on Packagist).
* Install it via Composer (``symfony/dom-crawler`` on `Packagist`_).

Usage
-----
Expand Down Expand Up @@ -318,4 +318,5 @@ directly::
// submit that form
$crawler = $client->submit($form);

.. _`Goutte`: https://github.com/fabpot/goutte
.. _`Goutte`: https://github.com/fabpot/goutte
.. _Packagist: https://packagist.org/packages/symfony/dom-crawler
3 changes: 2 additions & 1 deletion components/event_dispatcher/introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Installation
You can install the component in many different ways:

* Use the official Git repository (https://github.com/symfony/EventDispatcher);
* Install it via Composer (`symfony/event-dispatcher` on Packagist).
* Install it via Composer (``symfony/event-dispatcher`` on `Packagist`_).

Usage
-----
Expand Down Expand Up @@ -490,3 +490,4 @@ be called.
.. _`Symfony2 HttpKernel component`: https://github.com/symfony/HttpKernel
.. _Closures: http://php.net/manual/en/functions.anonymous.php
.. _PHP callable: http://www.php.net/manual/en/language.pseudo-types.php#language.types.callback
.. _Packagist: https://packagist.org/packages/symfony/event-dispatcher
5 changes: 3 additions & 2 deletions components/finder.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Installation
You can install the component in many different ways:

* Use the official Git repository (https://github.com/symfony/Finder);
* Install it via Composer (`symfony/finder` on Packagist).
* Install it via Composer (``symfony/finder`` on `Packagist`_).

Usage
-----
Expand Down Expand Up @@ -219,8 +219,9 @@ it is called with the file as a :class:`Symfony\\Component\\Finder\\SplFileInfo`
instance. The file is excluded from the result set if the Closure returns
``false``.

.. _strtotime: http://www.php.net/manual/en/datetime.formats.php
.. _strtotime: http://www.php.net/manual/en/datetime.formats.php
.. _Iterator: http://www.php.net/manual/en/spl.iterators.php
.. _protocol: http://www.php.net/manual/en/wrappers.php
.. _Streams: http://www.php.net/streams
.. _IEC standard: http://physics.nist.gov/cuu/Units/binary.html
.. _Packagist: https://packagist.org/packages/symfony/finder
4 changes: 3 additions & 1 deletion components/http_foundation/introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Installation
You can install the component in many different ways:

* Use the official Git repository (https://github.com/symfony/HttpFoundation);
* Install it via Composer (`symfony/http-foundation` on Packagist).
* Install it via Composer (``symfony/http-foundation`` on `Packagist`_).

Request
-------
Expand Down Expand Up @@ -340,3 +340,5 @@ Session

TBD -- This part has not been written yet as it will probably be refactored
soon in Symfony 2.1.

.. _Packagist: https://packagist.org/packages/symfony/http-foundation
3 changes: 2 additions & 1 deletion components/locale.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Installation
You can install the component in many different ways:

* Use the official Git repository (https://github.com/symfony/Locale);
* Install it via Composer (`symfony/locale` on Packagist).
* Install it via Composer (``symfony/locale`` on `Packagist`_).

Usage
-----
Expand Down Expand Up @@ -67,3 +67,4 @@ When using the ClassLoader component following code is sufficient to supplement
$icuVersion = Locale::getIcuVersion();
$icuDataVersion = Locale::getIcuDataVersion();

.. _Packagist: https://packagist.org/packages/symfony/locale
4 changes: 3 additions & 1 deletion components/process.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Installation
You can install the component in many different ways:

* Use the official Git repository (https://github.com/symfony/Process);
* Install it via Composer (`symfony/process` on Packagist).
* Install it via Composer (``symfony/process`` on `Packagist`_).

Usage
-----
Expand Down Expand Up @@ -62,3 +62,5 @@ instead::
EOF
);
$process->run();

.. _Packagist: https://packagist.org/packages/symfony/process
4 changes: 3 additions & 1 deletion components/routing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Installation
You can install the component in many different ways:

* Use the official Git repository (https://github.com/symfony/Routing);
* Install it via Composer (`symfony/routing` on Packagist)
* Install it via Composer (``symfony/routing`` on `Packagist`_).

Usage
-----
Expand Down Expand Up @@ -333,3 +333,5 @@ automatically in the background if you want to use it. A basic example of the
If you use caching, the Routing component will compile new classes which
are saved in the ``cache_dir``. This means your script must have write
permissions for that location.

.. _Packagist: https://packagist.org/packages/symfony/routing
3 changes: 2 additions & 1 deletion components/serializer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Installation
You can install the component in many different ways:

* Use the official Git repository (https://github.com/symfony/Serializer);
* Install it via Composer (`symfony/serializer` on Packagist).
* Install it via Composer (``symfony/serializer`` on `Packagist`_).

Usage
-----
Expand Down Expand Up @@ -128,3 +128,4 @@ annotations (as well as YML, XML and PHP), integration with the Doctrine ORM,
and handling of other complex cases (e.g. circular references).

.. _`JMSSerializationBundle`: https://github.com/schmittjoh/JMSSerializerBundle
.. _Packagist: https://packagist.org/packages/symfony/serializer
4 changes: 3 additions & 1 deletion components/templating.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Installation
You can install the component in many different ways:

* Use the official Git repository (https://github.com/symfony/Templating);
* Install it via Composer (`symfony/templating` on Packagist).
* Install it via Composer (``symfony/templating`` on `Packagist`_).

Usage
-----
Expand Down Expand Up @@ -109,3 +109,5 @@ The Asset Helper
----------------

This documentation is still being written.

.. _Packagist: https://packagist.org/packages/symfony/templating
3 changes: 2 additions & 1 deletion components/yaml.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Installation
You can install the component in many different ways:

* Use the official Git repository (https://github.com/symfony/Yaml);
* Install it via Composer (`symfony/yaml` on Packagist).
* Install it via Composer (``symfony/yaml`` on `Packagist`_).

Why?
----
Expand Down Expand Up @@ -472,3 +472,4 @@ Comments can be added in YAML by prefixing them with a hash mark (``#``):
indented according to the current level of nesting in a collection.

.. _YAML: http://yaml.org/
.. _Packagist: https://packagist.org/packages/symfony/yaml