Download the PHP package rayhughes/sendgrid-validation without Composer
On this page you can find all versions of the php package rayhughes/sendgrid-validation. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download rayhughes/sendgrid-validation
More information about rayhughes/sendgrid-validation
Files in rayhughes/sendgrid-validation
Download rayhughes/sendgrid-validation
More information about rayhughes/sendgrid-validation
Files in rayhughes/sendgrid-validation
Vendor rayhughes
Package sendgrid-validation
Short Description A PHP library to validate email addresses using the Twilio SendGrid Email Validation API.
License MIT
Package sendgrid-validation
Short Description A PHP library to validate email addresses using the Twilio SendGrid Email Validation API.
License MIT
Please rate this library. Is it a good library?
Informations about the package sendgrid-validation
sendgrid-validation
A PHP library to validate email addresses using the Twilio SendGrid Email Validation API.
Prerequisites
- Twilio SendGrid Email Validation API Key
- PHP 7.4 or greater
- Composer
Installation
Usage
Basic
EmailValidation()
initialized with default thresholds.
EmailValidation()->validate()returns an instance of
EmailValidationDto()`
EmailValidationDto()
$isValid
- Calculatedtrue
if validation result meets specified thresholds.$isValidRisk
- Calculatedtrue
specified risk criteria$isValidScore
- Calculatedtrue
if within minimum score threshold.$isDisposable
- Calculatedtrue
if an email is considered to be disposable.$hasSuggestion
- Calculatedtrue
if a suggestion is available.$suggestion
- Calculated email suggestion if available.
Advanced
EmailValidation()
can be initialized with optional parameters to validate against developer specified thresholds.
$allowRisky
- Whentrue
, considers risky emailsvalid
if other conditions are met.$allowDisposable
- Whentrue
, considers disposable emailsvalid
if other conditions are met.$checkValidScore
- Whentrue
, checks SendGridvalid
emails against the minimum score threshold.$minSCore
- Default0.30
. considers emailsinvalid
if the minimum score threshold is not met.
All versions of sendgrid-validation with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.4
ext-json Version *
ext-curl Version *
ext-mbstring Version *
guzzlehttp/guzzle Version 7.4.5.0
ext-json Version *
ext-curl Version *
ext-mbstring Version *
guzzlehttp/guzzle Version 7.4.5.0
The package rayhughes/sendgrid-validation contains the following files
Loading the files please wait ....