File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -28,9 +28,14 @@ Here is a list of features that might convince you to choose this LinkedIn clien
28
28
29
29
## Installation
30
30
31
+ ** TL;DR**
32
+ ``` bash
33
+ composer require php-http/curl-client guzzlehttp/psr7 php-http/message happyr/linkedin-api-client
34
+ ```
35
+
31
36
This library does not have a dependency on Guzzle or any other library that sends HTTP requests. We use the awesome
32
37
HTTPlug to achieve the decoupling. We want you to choose what library to use for sending HTTP requests. Consult this list
33
- ofthis list virtual packages that support [ php-http/client-implementation] ( https://packagist.org/providers/php-http/client-implementation )
38
+ of packages that support [ php-http/client-implementation] ( https://packagist.org/providers/php-http/client-implementation )
34
39
find clients to use. For more information about virtual packages please refer to
35
40
[ HTTPlug] ( http://docs.php-http.org/en/latest/httplug/users.html ) . Example:
36
41
You can’t perform that action at this time.
0 commit comments