mapumba/disposable-email-domains-php

disposable domains check php

1.1.0 2015-03-17 10:45 UTC

This package is not auto-updated.

Last update: 2024-04-27 15:20:27 UTC


README

A list of disposable email domains like mailinator.com. You can use it to detect or block disposable accounts in your signup process. This is a fork of ivolo/disposable-email-domains.

Example

$userEmail = "test@example.com";
if(DisposableEmail::isDisposableEmail($userEmail)){
  echo 'You are using a disposable email adrdess';
}else{
  echo 'You are not unsing a disposable email adrdess';
}

Installation

$ composer install mapumba/disposable-email-domains-php

Contributing

Add new disposable domains in the orginal repository.

Licence

WWWWWW||WWWWWW
 W W W||W W W
      ||
    ( OO )__________
     /  |           \
    /o o|    MIT     \
    \___/||_||__||_|| *
         || ||  || ||
        _||_|| _||_||
       (__|__|(__|__|