2017 © Pedro Peláez
 

library temporary-email-detection

Simple and clean detection SDK for temporary emails

image

jprangenbergde/temporary-email-detection

Simple and clean detection SDK for temporary emails

  • Tuesday, December 19, 2017
  • by jprangenbergde
  • Repository
  • 1 Watchers
  • 2 Stars
  • 8 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 14 % Grown

The README.md

Temporary Email Detection SDK

Simple and clean SDK for https://temporary-email-detection.de, (*1)

Build Status Coverage Status, (*2)

Packagist

https://packagist.org/packages/jprangenbergde/temporary-email-detection, (*3)

Installation

composer require jprangenbergde/temporary-email-detection

Example

```php <?php, (*4)

use TemporaryEmailDetection\ClientFactory;, (*5)

require 'vendor/autoload.php';, (*6)

$factory = new ClientFactory(); $client = $factory->factorize();, (*7)

$isTemporary = $client->isTemporary('mail@0815.ru'); // true $isTemporary = $client->isTemporary('jens-prangenberg.de'); // false ```, (*8)

Extensions

Laravel: https://github.com/Dropelikeit/temporary-email-validator, (*9)

Symfony: https://github.com/Dropelikeit/temporary-email-validator-bundle, (*10)

Laminas / Mezzio: https://github.com/Dropelikeit/laminas-temporary-email-validator, (*11)

The Versions

19/12 2017

dev-master

9999999-dev https://temporary-email-detection.de

Simple and clean detection SDK for temporary emails

  Sources   Download

MIT

The Requires

 

The Development Requires

by Jens Prangenberg

19/12 2017

v1.0.1

1.0.1.0 https://temporary-email-detection.de

Simple and clean detection SDK for temporary emails

  Sources   Download

MIT

The Requires

 

The Development Requires

by Jens Prangenberg

17/12 2017

v1.0

1.0.0.0 https://temporary-email-detection.de

Simple and clean detection SDK for temporary emails

  Sources   Download

MIT

The Requires

 

by Jens Prangenberg