2017 © Pedro Peláez
 

library temporary-email-validator

Symfony validator for temporary emails

image

emanueleminotto/temporary-email-validator

Symfony validator for temporary emails

  • Saturday, December 24, 2016
  • by EmanueleMinotto
  • Repository
  • 1 Watchers
  • 0 Stars
  • 425 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Temporary Emails Validator

Latest Version on Packagist ![Software License][ico-license] Build Status ![Coverage Status][ico-scrutinizer] Quality Score ![Total Downloads][ico-downloads], (*1)

Symfony validator for temporary emails, based on andreis/disposable., (*2)

Install

Via Composer, (*3)

``` bash $ composer require emanueleminotto/temporary-email-validator, (*4)


## Usage ``` php use EmanueleMinotto\TemporaryEmailValidator\NotTemporaryEmail; $constraint = new NotTemporaryEmail(); // $constraint->message = your message // use the validator to validate the value $errorList = $this ->get('validator') ->validate('example@mail-temporaire.fr', $constraint); $errorMessage = $errorList[0]->getMessage(); // The temporary email "example@mail-temporaire.fr" is not allowed.

Change log

Please see CHANGELOG for more information on what has changed recently., (*5)

Testing

bash $ composer test, (*6)

Contributing

Please see CONTRIBUTING and CONDUCT for details., (*7)

Security

If you discover any security related issues, please email minottoemanuele@gmail.com instead of using the issue tracker., (*8)

Credits

License

The MIT License (MIT). Please see License File for more information., (*9)

The Versions

24/12 2016

dev-master

9999999-dev https://github.com/EmanueleMinotto/temporary-email-validator

Symfony validator for temporary emails

  Sources   Download

MIT

The Requires

 

The Development Requires

email symfony temporary email validatory

24/12 2016

1.0.0

1.0.0.0 https://github.com/EmanueleMinotto/temporary-email-validator

Symfony validator for temporary emails

  Sources   Download

MIT

The Requires

 

The Development Requires

email symfony temporary email validatory