-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathcomposer.json
56 lines (56 loc) · 1.09 KB
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "verifalia/sdk",
"description": "Verifalia provides a simple HTTPS-based API for validating email addresses and checking whether they are deliverable or not. This library allows to easily integrate with Verifalia and verify email addresses in real-time.",
"homepage": "https://verifalia.com/",
"keywords": [
"verifalia",
"email",
"validation",
"verification",
"free",
"service",
"saas",
"list",
"hygiene",
"cleaning",
"mx",
"smtp",
"mailbox",
"scrub",
"email checker"
],
"authors": [
{
"name": "Rudy Chiappetta"
},
{
"name": "John Grounz"
},
{
"name": "Efran Cobisi"
},
{
"name": "Stefano Tatah"
},
{
"name": "Germano Mosconi"
},
{
"name": "Alex Soffiateli"
}
],
"autoload": {
"psr-4": {
"Verifalia\\": "lib/Verifalia"
}
},
"require": {
"php": ">=7",
"guzzlehttp/guzzle": "^6|^7",
"ext-json": "*"
},
"support": {
"issues": "https://github.com/verifalia/verifalia-php-sdk/issues"
},
"license": "MIT"
}