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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
|
[
{
"name": "sendgrid/php-http-client",
"version": "3.8.0",
"version_normalized": "3.8.0.0",
"source": {
"type": "git",
"url": "https://github.com/sendgrid/php-http-client.git",
"reference": "929018c62b7fcd99b3b356216ae75fff4d47b5a1"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sendgrid/php-http-client/zipball/929018c62b7fcd99b3b356216ae75fff4d47b5a1",
"reference": "929018c62b7fcd99b3b356216ae75fff4d47b5a1",
"shasum": ""
},
"require": {
"php": ">=5.6"
},
"require-dev": {
"phpunit/phpunit": "~4.4",
"squizlabs/php_codesniffer": "~2.0"
},
"time": "2017-09-13 16:52:38",
"type": "library",
"installation-source": "dist",
"autoload": {
"psr-4": {
"SendGrid\\": "lib/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Matt Bernier",
"email": "dx@sendgrid.com"
},
{
"name": "Elmer Thomas",
"email": "elmer@thinkingserious.com"
}
],
"description": "HTTP REST client, simplified for PHP",
"homepage": "http://github.com/sendgrid/php-http-client",
"keywords": [
"api",
"fluent",
"http",
"rest",
"sendgrid"
]
},
{
"name": "sendgrid/sendgrid",
"version": "6.0.0",
"version_normalized": "6.0.0.0",
"source": {
"type": "git",
"url": "https://github.com/sendgrid/sendgrid-php.git",
"reference": "8db454e4b5674b545c207a162b64202b0d63259b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sendgrid/sendgrid-php/zipball/8db454e4b5674b545c207a162b64202b0d63259b",
"reference": "8db454e4b5674b545c207a162b64202b0d63259b",
"shasum": ""
},
"require": {
"php": ">=5.6",
"sendgrid/php-http-client": "~3.7"
},
"replace": {
"sendgrid/sendgrid-php": "*"
},
"require-dev": {
"phpunit/phpunit": "4.*",
"squizlabs/php_codesniffer": "2.*"
},
"time": "2017-07-01 04:30:16",
"type": "library",
"installation-source": "dist",
"autoload": {
"files": [
"lib/SendGrid.php",
"lib/helpers/mail/Mail.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "This library allows you to quickly and easily send emails through SendGrid using PHP.",
"homepage": "http://github.com/sendgrid/sendgrid-php",
"keywords": [
"email",
"grid",
"send",
"sendgrid"
]
}
]
|