We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ab32e7 commit 44fe2d2Copy full SHA for 44fe2d2
.github/README.md
@@ -33,6 +33,7 @@ $data = $response->json();
33
- Simple, easy to learn syntax that standardises the way you interact with APIs
34
- Abstract API integrations into classes so you can keep your code DRY
35
- Configuration is fast and can be shared across all your requests
36
+- Built on top of Guzzle, one of the most popular PHP HTTP clients.
37
- Framework agnostic
38
- Mocking requests for testing
39
- Great for building your own PHP SDKs
0 commit comments