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 ofEmailValidationDto()`
EmailValidationDto()
$isValid- Calculatedtrueif validation result meets specified thresholds.$isValidRisk- Calculatedtruespecified risk criteria$isValidScore- Calculatedtrueif within minimum score threshold.$isDisposable- Calculatedtrueif an email is considered to be disposable.$hasSuggestion- Calculatedtrueif 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 emailsvalidif other conditions are met.$allowDisposable- Whentrue, considers disposable emailsvalidif other conditions are met.$checkValidScore- Whentrue, checks SendGridvalidemails against the minimum score threshold.$minSCore- Default0.30. considers emailsinvalidif 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 ...