You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.MD
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,8 @@ A PHP package for mapping remote [{json:api}](http://jsonapi.org/) resources to
17
17
composer require swisnl/json-api-client
18
18
```
19
19
20
+
N.B. Make sure you have installed a HTTP Client before you install this package or install one at the same time e.g. `composer require swisnl/json-api-client php-http/guzzle6-adapter`.
21
+
20
22
### HTTP Client
21
23
22
24
We are decoupled from any HTTP messaging client with the help of [PHP-HTTP](http://php-http.org/).
0 commit comments