We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a73bbf commit 92f362eCopy full SHA for 92f362e
README.md
@@ -11,6 +11,8 @@ composer require webdevpack/sdk-php
11
## Examples
12
13
```php
14
+require __DIR__ . '/vendor/autoload.php';
15
+
16
$wdp = new WebDevPack\Client(['apiKey' => 'YOUR-API-KEY']);
17
18
// IMAGES
0 commit comments