installed.json
1.98 KB
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
[
{
"name": "campaignmonitor/createsend-php",
"version": "v5.0.2",
"version_normalized": "5.0.2.0",
"source": {
"type": "git",
"url": "https://github.com/campaignmonitor/createsend-php.git",
"reference": "05407e838eda316709d55011ad7328a679296988"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/campaignmonitor/createsend-php/zipball/05407e838eda316709d55011ad7328a679296988",
"reference": "05407e838eda316709d55011ad7328a679296988",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"require-dev": {
"lastcraft/simpletest": "~1.1"
},
"time": "2016-07-19 18:49:32",
"type": "library",
"installation-source": "dist",
"autoload": {
"classmap": [
"csrest_administrators.php",
"csrest_campaigns.php",
"csrest_clients.php",
"csrest_general.php",
"csrest_lists.php",
"csrest_people.php",
"csrest_segments.php",
"csrest_subscribers.php",
"csrest_templates.php",
"csrest_transactional_classicemail.php",
"csrest_transactional_smartemail.php",
"csrest_transactional_timeline.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Toby Brain",
"email": "tobio85@gmail.com",
"role": "Developer"
}
],
"description": "A php library which implements the complete functionality of the Campaign Monitor API.",
"homepage": "http://campaignmonitor.github.io/createsend-php/",
"keywords": [
"api",
"campaign",
"monitor"
]
}
]