Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 02967b7

Browse filesBrowse files
committed
added missing installation section in the HttpFoundation docs
1 parent 6badfbf commit 02967b7
Copy full SHA for 02967b7

File tree

Expand file treeCollapse file tree

1 file changed

+9
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+9
-0
lines changed

‎components/http_foundation.rst

Copy file name to clipboardExpand all lines: components/http_foundation.rst
+9Lines changed: 9 additions & 0 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.