PHP Classes

File: composer.json

Recommend this page to a friend!
  Packages of Pierre S   Easy Email Validator   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Easy Email Validator
Validate email addresses using domain lists
Author: By
Last change:
Date: 4 months ago
Size: 508 bytes
 

Contents

Class file image Download
{ "name": "auvernhat/easyemailvalidator", "description": "A lightweight PHP package to validate email addresses against allowed and denied domain lists.", "autoload": { "psr-4": { "Auvernhat\\EasyEmailValidator\\": "src/" } }, "authors": [ { "name": "rrr63" } ], "require-dev": { "phpstan/phpstan": "^2.1", "friendsofphp/php-cs-fixer": "^3.85", "phpunit/phpunit": "^12" }, "license": "MIT" }