Skip to content
This repository was archived by the owner on Jan 13, 2022. It is now read-only.

Commit 734c54d

Browse files
committed
Added readme
1 parent fa2cf71 commit 734c54d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,11 @@ This repository contains the open source PHP SDK that allows you to access the F
1515
The Facebook PHP SDK can be installed with [Composer](https://getcomposer.org/). Run this command:
1616

1717
```sh
18-
composer require facebook/graph-sdk
18+
composer require facebook/graph-sdk php-http/curl-client guzzlehttp/psr7 php-http/message
1919
```
2020

21+
Why the extra packages? We give you the flexibility to choose what HTTP client (e.g. cURL or Guzzle) to use and what PSR-7 implementation you prefer. Read more about this at the [HTTPlug documentation](http://php-http.readthedocs.io/en/latest/httplug/users.html).
22+
2123

2224
## Usage
2325

0 commit comments

Comments
 (0)