Requirements
- PHP 8.1 or later
ext-curl and ext-json extensions (enabled by default in most PHP installations)
- No runtime dependencies — zero third-party packages required
Install
To pin to a specific version:
First Call
Configuration
| Option | Type | Default | Description |
|---|
apiKey | string | '' | Required. Your API key |
baseUrl | string | Production URL | Override for dev environment |
timeout | int | 30 | Request timeout in seconds |
maxRetries | int | 3 | Retries on 429/5xx |
Environment Variable
Never hardcode your API key in source code or commit it to version control.
Verify the Install