Download the PHP package phpexperts/neverbounce without Composer
On this page you can find all versions of the php package phpexperts/neverbounce. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download phpexperts/neverbounce
More information about phpexperts/neverbounce
Files in phpexperts/neverbounce
Package neverbounce
Short Description A quick and easy client for the NeverBounce API.
License MIT
Homepage https://www.phpexperts.pro/
Informations about the package neverbounce
NeverBounce Client
NeverBounce Client is a PHP Experts, Inc., Project aimed at easily accessing the NeverBounce API.
Installation
Via Composer
Usage
Validate a single email address
Bulk email address validation
All DTOs are easily converted to an array, JSON, and are serializable. See the SimpleDTO Project for details.
- To an array:
$listStats->toArray()
- To JSON: json_encode($listStats);
- Serialize (as JSON): serialize($listStats);
Use cases
PHPExperts\NeverBounceClient
✔ Can build itself
✔ Will validate a good email
✔ Will validate a catch all email
✔ Will validate an invalid domain email
✔ Will validate an invalid account email
✔ Will detect free email hosts
✔ Can determine if an email is good
✔ Can determine if an email has an invalid domain
✔ Can determine if an email has an invalid account
PHPExperts\NeverBounceClient: Bulk Validations
✔ Can submit a bulk validation request
✔ Can poll job until completed
✔ Will retrieve bulk validation results
Testing
Contributors
Theodore R. Smith [email protected]
GPG Fingerprint: 4BF8 2613 1C34 87AC D28F 2AD8 EB24 A91D D612 5690
CEO: PHP Experts, Inc.
License
MIT license. Please see the license file for more information.
All versions of neverbounce with dependencies
ext-json Version *
phpexperts/rest-speaker Version ^2.0
phpexperts/laravel-env-polyfill Version ^1.0
phpexperts/simple-dto Version ^2.3
vlucas/phpdotenv Version ^4.0