PHPackages                             trueform/trueform - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Mail &amp; Notifications](/categories/mail)
4. /
5. trueform/trueform

ActiveLibrary[Mail &amp; Notifications](/categories/mail)

trueform/trueform
=================

Official PHP SDK for the Trueform email validation API

v0.1.0(today)01↑2900%MITPHPPHP ^8.1CI passing

Since Aug 14Pushed todayCompare

[ Source](https://github.com/True-Form-Cloud/trueform-php-sdk)[ Packagist](https://packagist.org/packages/trueform/trueform)[ Docs](https://trueform.cloud/docs/)[ RSS](/packages/trueform-trueform/feed)WikiDiscussions main Synced today

READMEChangelog (1)Dependencies (9)Versions (2)Used By (0)

Trueform PHP SDK
================

[](#trueform-php-sdk)

[![Packagist version](https://camo.githubusercontent.com/b11a89192a7a2cbd5988df040a4c2ac32ccd9fe71ef44225f58459777efedb64/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f74727565666f726d2f74727565666f726d3f6c6f676f3d7061636b6167697374266c6f676f436f6c6f723d7768697465)](https://packagist.org/packages/trueform/trueform)[![CI](https://github.com/True-Form-Cloud/trueform-php-sdk/actions/workflows/ci.yml/badge.svg)](https://github.com/True-Form-Cloud/trueform-php-sdk/actions/workflows/ci.yml)[![PHP 8.1+](https://camo.githubusercontent.com/3e41095f4ad1c6ad78f988bd1c107f87972f334143c3ba814165a03e1f43a63c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048502d382e312532422d3737374242343f6c6f676f3d706870266c6f676f436f6c6f723d7768697465)](https://packagist.org/packages/trueform/trueform)[![MIT License](https://camo.githubusercontent.com/d23287231153ea189c4da835f8155c6cddc0c417a3ced1e95180fa07300ba3ac/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f547275652d466f726d2d436c6f75642f74727565666f726d2d7068702d73646b)](https://github.com/True-Form-Cloud/trueform-php-sdk/blob/main/LICENSE)

The official PHP client for the [Trueform email validation API](https://trueform.cloud/docs/). Validate email format, disposable and freemail providers, common domain typos, and mail routing without an API key.

[Documentation](https://trueform.cloud/docs/php/) | [API reference](https://trueform.cloud/docs/api-reference/) | [Packagist](https://packagist.org/packages/trueform/trueform) | [Changelog](https://github.com/True-Form-Cloud/trueform-php-sdk/blob/main/CHANGELOG.md) | [Issues](https://github.com/True-Form-Cloud/trueform-php-sdk/issues)

Features
--------

[](#features)

- Immutable, typed validation results
- Built-in cURL transport and PSR-18 support
- Retries for connection failures, timeouts, rate limits, and server errors
- Auto-discovered Laravel 12-13 provider and validation rules
- Client-level and per-request configuration

Install
-------

[](#install)

```
composer require trueform/trueform
```

The SDK supports PHP 8.1 and newer and does not require an API key. The default transport requires the cURL extension. Applications without cURL can inject any PSR-18 client instead.

Quickstart
----------

[](#quickstart)

```
