Skip to main content

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

OptionTypeDefaultDescription
apiKeystring''Required. Your API key
baseUrlstringProduction URLOverride for dev environment
timeoutint30Request timeout in seconds
maxRetriesint3Retries on 429/5xx

Environment Variable

Never hardcode your API key in source code or commit it to version control.

Verify the Install