PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Lars Moelleken   PHP EMail Check   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP EMail Check
Validate email addresses using DNS or find typos
Author: By
Last change: Update of composer.json
Date: 1 year ago
Size: 788 bytes
 

Contents

Class file image Download
{ "name": "voku/email-check", "description": "email-check (syntax, dns, trash, ...) library", "keywords": [ "check-email", "mail-check", "email", "mail", "validate-email-address", "validate-email", "validate-mail" ], "type": "library", "homepage": "https://github.com/voku/email-check", "license": "MIT", "authors": [ { "name": "Lars Moelleken", "homepage": "http://www.moelleken.org/" } ], "require": { "php": ">=7.0.0", "symfony/polyfill-intl-idn": "~1.10" }, "require-dev": { "phpunit/phpunit": "~6.0 || ~7.0", "fzaninotto/faker": "~1.7" }, "suggest": { "ext-intl": "Use Intl for best performance" }, "autoload": { "psr-4": { "voku\\helper\\": "src/voku/helper/" } } }