← Back to Docs
PHP SDK
The OpenGuardian PHP SDK integrates with any PHP framework. Install it via composer require openguardian/sdk.
Create a client with your API key and call $client->verify($email) to verify a single address. The response includes the verdict, score, and individual check results.
The SDK supports Laravel and Symfony integrations, bulk verification from arrays or CSVs, and webhook payload verification.