Skip to content

Commit 02967b7

Browse files
committed
added missing installation section in the HttpFoundation docs
1 parent 6badfbf commit 02967b7

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

components/http_foundation.rst

+9
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,15 @@ generated by some functions (``echo``, ``header``, ``setcookie``, ...).
1515
The Symfony2 HttpFoundation component replaces these default PHP global
1616
variables and functions by an Object-Oriented layer.
1717

18+
Installation
19+
------------
20+
21+
You can install the component in many different ways:
22+
23+
* Use the official Git repository (https://github.com/symfony/HttpFoundation);
24+
* Install it via PEAR ( `pear.symfony.com/HttpFoundation`);
25+
* Install it via Composer (`symfony/http-foundation` on Packagist).
26+
1827
Request
1928
-------
2029

0 commit comments

Comments
 (0)