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
This is the official PHP SDK for the [ScreenshotMAX API](https://screenshotmax.com/).
6
+
7
+
It allows you to easily capture high-quality screenshots of any URL directly from your applications.
8
+
The SDK handles authentication, request signing, and provides a simple interface to integrate ScreenshotMAX’s powerful screenshot services into your Python projects.
9
+
10
+
Get started in minutes. Just [sign up](https://screenshotmax.com) to receive your access and secret keys, import the client, and you’re ready to capture screenshots.”
11
+
12
+
The SDK client is synchronized with the latest [ScreenshotMAX API options](https://docs.screenshotmax.com/guides/start/introduction).
13
+
14
+
## Installation
15
+
```bash
16
+
composer require screenshotmax/sdk
17
+
```
18
+
19
+
## Usage
20
+
21
+
Use the SDK to generate signed or unsigned URLs for screenshots, PDFs, web scraping, or animated screenshot—without executing the request. Or fetch and download the result directly. You have full control over when and how each capture runs.
0 commit comments