Recommend this page to a friend! |
Classes of Abed Nego Ragil Putra | PHP Inventory Management System with Scanner | vendor/egulias/email-validator/README.md | Download |
|
DownloadEmailValidatorSuported RFCsThis library aims to support: RFC 5321, 5322, 6530, 6531, 6532. Requirements* Composer is required for installation * Spoofchecking and DNSCheckValidation validation requires that your PHP system has the PHP Internationalization Libraries (also known as PHP Intl) InstallationRun the command below to install via Composer
Getting Started
A basic example with the RFC validation
Available validations
It is a validation that operates over other validations performing a logical and (&&) over the result of each validation.
How to extendIt's easy! You just need to implement EmailValidation and you can use your own validation. Other Contributors(You can find current contributors here) As this is a port from another library and work, here are other people related to the previous one:
LicenseReleased under the MIT License attached with this code. |