Download the PHP package plumpboy/email-validate without Composer
On this page you can find all versions of the php package plumpboy/email-validate. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download plumpboy/email-validate
More information about plumpboy/email-validate
Files in plumpboy/email-validate
Download plumpboy/email-validate
More information about plumpboy/email-validate
Files in plumpboy/email-validate
Vendor plumpboy
Package email-validate
Short Description A library for validating email via SMTP, extends from https://github.com/semplon/php-smtp-email-validation
License CC-BY-2.0
Package email-validate
Short Description A library for validating email via SMTP, extends from https://github.com/semplon/php-smtp-email-validation
License CC-BY-2.0
Please rate this library. Is it a good library?
Informations about the package email-validate
A Library extending https://github.com/semplon/php-smtp-email-validation
What It Does ?
Check if email address exists via SMTP.
Requirement
- php >= 5.5
Installation
- composer require plumpboy/email-validate
Usage
Laravel
For projects use laravel version < 5.5, add below code into config/app.php.
You also can use below syntax in laravel.
if you do not pass param $sender, library will use .
Contribute
- Fork the repository and make changes on your fork in a feature branch.
- Commit messages must start with a capitalized and short summary.
- After every commit, make sure the test suite passes.
- Contributor sends pull request to release/develop branch, ask another contributor to check if possible.
- Don't push private keys, logs or any unnecessary files to git repository
- Merge when pull request got 2 OK from contributors and CI build is green.
- Merge develop to master to release final version.
License
All versions of email-validate with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.5
egulias/email-validator Version ^2.0
swiftmailer/swiftmailer Version ^6.2
egulias/email-validator Version ^2.0
swiftmailer/swiftmailer Version ^6.2
The package plumpboy/email-validate contains the following files
Loading the files please wait ....