Coverage. The PHP SDK does not generate invitations, URL verification, sub-accounts, balance, account, functions and 10DLC yet,
and no SDK generates voice calls. Those endpoints are still reachable:
use the CLI or the REST API. See the
coverage table.
Installation
Requirements
- PHP 8.1 or higher
- Composer
Quick Start
Configuration
Initialize the Client
Environment Variables
We recommend storing your API key in environment variables:Accessing Response Headers
Use->withRawResponse() to access the full HTTP response including headers:
Error Handling
Error Types
Retries
The SDK supports automatic retries with configurable backoff:Laravel Integration
For Laravel applications, set your API key in.env:
