Download the PHP package marcel-strahl/temporary-email-validator-bundle without Composer
On this page you can find all versions of the php package marcel-strahl/temporary-email-validator-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download marcel-strahl/temporary-email-validator-bundle
More information about marcel-strahl/temporary-email-validator-bundle
Files in marcel-strahl/temporary-email-validator-bundle
Package temporary-email-validator-bundle
Short Description add temporary email address validator for symfony
License MIT
Informations about the package temporary-email-validator-bundle
Recognition of temporary e-mail addresses as validator for Symfony
It is compatible and tested with PHP 8.+ on Symfony 5.x.
Installation:
If Symfony/Flex is not enabled, the bundle will not be loaded automatically. So it is necessary to enter this in the config/bundes.php
yourself, that you can do with the following line:
You can easily use the validator via annotation with the help of the doctrine/annotations
bundle.
The following is an annotation example:
The following is an attribute example:
Hint:
I am not the creator of the "Temporary Email Detection" but have changed the following package into a Symfony Validator!
Main Package Temporary E-Mail Detection: https://github.com/jprangenbergde/temporary-email-detection
Credits
- Marcel Strahl [email protected]
License
This bundle is under the MIT license.
For the whole copyright, see the LICENSE file distributed with this source code.
All versions of temporary-email-validator-bundle with dependencies
doctrine/annotations Version ^1.13
jprangenbergde/temporary-email-detection Version ^1.3
symfony/dependency-injection Version ^5.3|^5.4|^6.0
symfony/framework-bundle Version ^5.3|^5.4|^6.0
symfony/translation Version ^5.3|^5.4|^6.0
symfony/validator Version ^5.3|^5.4|^6.0