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
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Async AWS client
1
+
# AsyncAws client
2
2
3
3
If you are one of those people that like the Amazon PHP SDK but hate the fact that you need to download Guzzle, PSR-7 and every AWS API client to use it?
| [](/assets/image/compare/aws-result.png) | [](/assets/image/compare/aa-result.png)
214
214
215
-
Like the official AWS PHP SDK, Async Aws supports multi-regions clients. This
215
+
Like the official AWS PHP SDK, AsyncAws supports multi-regions clients. This
216
216
enables users to specify which AWS Region to call by providing an `@region`
217
-
input parameter. But Async Aws don't require to create new objects.
217
+
input parameter. But AsyncAws don't require to create new objects.
218
218
219
219
### AsyncAws
220
220
@@ -259,7 +259,7 @@ Read more about [writing tests](/features/tests.md).
259
259
260
260
## Features coverage
261
261
262
-
While AsyncAws focused on the most used operations (around 7 services),
262
+
While AsyncAws focused on the most used operations (around a dozen services),
263
263
The official AWS PHP SDK covers the full scope of AWS (200 services and 8,000
0 commit comments