2017 © Pedro PelĂĄez
 

library email-disponibility-validator

A validator for disposable and temporary email addresses.

image

mathiasd88/email-disponibility-validator

A validator for disposable and temporary email addresses.

  • Tuesday, July 17, 2018
  • by mathiasd88
  • Repository
  • 1 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Email Address Validator

A validator for disposable and temporary email addresses., (*1)

Getting Started

Prerequisites

  • php > 7.0.0

Installing

composer require mathiasd88/email-disponibility-validator

Usage

$validator = new EmailDomainValidator('mathiasd88@gmail.com');
$validator->validate(); // returns true

$validator2 = new EmailDomainValidator('fakeemail@0815.ru');
$validator2->validate(); // returns false

Running the tests

You can use either, (*2)

composer tests

or..., (*3)

vendor/bin/phpunit --bootstrap vendor/autoload.php tests/ --colors

Contributing

You can contribute to the code or adding emails to the list., (*4)

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository., (*5)

Authors

See also the list of contributors who participated in this project., (*6)

License

This project is licensed under the MIT License - see the LICENSE.md file for details, (*7)

The Versions

17/07 2018

dev-master

9999999-dev

A validator for disposable and temporary email addresses.

  Sources   Download

MIT

The Development Requires

by Mathias Donoso