forked from mautic/mautic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
funding.json
260 lines (260 loc) · 12.6 KB
/
funding.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
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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
{
"id": 0,
"guid": "",
"version": "",
"url": "",
"meta": {},
"status": "",
"status_message": null,
"crawl_errors": 0,
"crawl_message": null,
"created_at": "0001-01-01T00:00:00Z",
"updated_at": "0001-01-01T00:00:00Z",
"version": "v1.0.0",
"entity": {
"type": "organisation",
"role": "steward",
"name": "Mautic",
"email": "[email protected]",
"phone": "447308164475",
"description": "Mautic is the world's first open source marketing automation platform. Based on the Symfony framework and used by over 40,000 businesses worldwide to power their digital experience, Mautic became a fully independent open source project in April 2023 after spinning off from ownership by Acquia.",
"webpageUrl": {
"url": "https://www.mautic.org",
"wellKnown": "https://www.mautic.org/.well-known/funding-manifest-urls"
}
},
"projects": [
{
"guid": "mautic",
"name": "Mautic",
"description": "Mautic is the world's first open source marketing automation platform. Based on the Symfony framework and used by over 40,000 businesses worldwide to power their digital experience, Mautic became a fully independent open source project in April 2023 after spinning off from ownership by Acquia.",
"webpageUrl": {
"url": "https://www.mautic.org",
"wellKnown": "https://www.mautic.org/.well-known/funding-manifest-urls"
},
"repositoryUrl": {
"url": "https://github.com/mautic/mautic"
},
"licenses": [
"spdx:GPL-3.0"
],
"tags": [
"marketing-automation",
"php",
"symfony",
"mautic",
"marketing-software"
]
},
{
"guid": "mautic-api-library",
"name": "Mautic's API library",
"description": "The Mautic API library provides developers with a comprehensive tool to interact programmatically with Mautic's marketing automation platform. Hosted on GitHub, this official PHP library supports REST API operations. \n\nIt facilitates a wide range of actions from managing contacts to controlling campaigns and accessing analytical data, enabling developers to seamlessly integrate and automate marketing workflows. The API library requires authentication via OAuth 2 or Basic Auth, depending on the Mautic installation settings.\n\nExtensive documentation accompanying the API library can be found directly within the GitHub repository or via Mautic's official developer docs at https://devdocs.mautic.org (legacy docs at https://developer.mautic.org), ensuring developers have guidance on setting up and utilizing the library effectively. \n\nThere is not currently 100% API coverage however it's a long term goal to work towards this, such that the front-end of Mautic could be entirely decoupled, enabling it to run headless if desired.",
"webpageUrl": {
"url": "https://github.com/mautic/api-library",
"wellKnown": "https://github.com/mautic/api-library/blob/main/.well-known/funding-manifest-urls"
},
"repositoryUrl": {
"url": "https://github.com/mautic/api-library",
"wellKnown": "https://github.com/mautic/api-library/blob/main/.well-known/funding-manifest-urls"
},
"licenses": [
"spdx:MIT"
],
"tags": [
"programming",
"core-development",
"core",
"api"
]
},
{
"guid": "user-docs",
"name": "Mautic's User Documentation",
"description": "The Mautic user documentation at https://docs.mautic.org provides a thorough guide specifically designed to assist end users in navigating and maximizing the capabilities of Mautic. \n\nThe End User Documentation is rich with detailed explanations on how to set up and manage campaigns, create and utilize marketing channels like emails and SMS, and analyze results through reports and dashboards. \n\nIt is regularly updated to reflect the latest functionalities introduced in new releases of Mautic, ensuring users have up-to-date information to operate the software proficiently.",
"webpageUrl": {
"url": "https://github.com/mautic/user-documentation",
"wellKnown": "https://github.com/mautic/user-documentation/blob/5.x/.well-known/funding-manifest-urls"
},
"repositoryUrl": {
"url": "https://github.com/mautic/user-documentation",
"wellKnown": "https://github.com/mautic/user-documentation/blob/5.x/.well-known/funding-manifest-urls"
},
"licenses": [
"spdx:CC-BY-SA-4.0"
],
"tags": [
"docs",
"documentation"
]
},
{
"guid": "developer-documentation",
"name": "Developer Documentation",
"description": "The Mautic Developer Documentation, accessible at https://devdocs.mautic.org, is a comprehensive resource designed to aid developers in understanding and using the Mautic platform effectively. \n\nIt covers various aspects of Mautic’s open-source marketing automation system, offering detailed guides on APIs, plugin development, and core contributions. \n\nThis documentation is crucial for developers looking to integrate or extend Mautic’s functionalities. It includes a structured overview of Mautic's architecture, API endpoints, webhook implementations, and practical examples of how to create and customize plugins.\n\nAdditionally, the documentation provides insights into the development environment setup, covering system requirements and installation steps to ensure a smooth start for new developers. \n\nNote: The old dev docs are at https://developer.mautic.org as some sections are yet to be migrated.",
"webpageUrl": {
"url": "https://github.com/mautic/developer-documentation-new",
"wellKnown": "https://github.com/mautic/developer-documentation-new/blob/5.x/.well-known/funding-manifest-urls"
},
"repositoryUrl": {
"url": "https://github.com/mautic/developer-documentation-new",
"wellKnown": "https://github.com/mautic/developer-documentation-new/blob/5.x/.well-known/funding-manifest-urls"
},
"licenses": [
"spdx:CC-BY-SA-4.0"
],
"tags": [
"docs",
"documentation",
"developer-relations",
"devrel",
"developer-documentation"
]
},
{
"guid": "grapesjs-preset",
"name": "GrapesJS Builder Preset",
"description": "At the heart of Mautic is the email and landing page builder, used by every marketer to create stunning resources using a drag-and-drop builder powered by the open source framework, GrapesJS.\n\nMautic's implementation of GrapesJS is made through a preset, which allows us to add our own custom blocks.\n\nThis is an area of Mautic that needs a lot of attention because we have several shortcomings and people are asking for a lot more functionality.",
"webpageUrl": {
"url": "https://github.com/mautic/grapesjs-preset-mautic",
"wellKnown": "https://github.com/mautic/grapesjs-preset-mautic/blob/5.x/.well-known/funding-manifest-urls"
},
"repositoryUrl": {
"url": "https://github.com/mautic/grapesjs-preset-mautic",
"wellKnown": "https://github.com/mautic/grapesjs-preset-mautic/blob/5.x/.well-known/funding-manifest-urls"
},
"licenses": [
"spdx:MIT"
],
"tags": [
"grapesjs",
"email-builder",
"landing-page-builder",
"mautic",
"builder"
]
}
],
"funding": {
"channels": [
{
"guid": "open-collective",
"type": "payment-provider",
"address": "440 N Barranca Ave #3939 Covina, CA 91723",
"description": "Open Source Collective - https://opencollective.com/mautic"
}
],
"plans": [
{
"guid": "individual-member",
"status": "active",
"name": "Individual membership",
"description": "$100 or appropriate rate based on your location for tax purposes using https://mau.tc/big-mac.",
"amount": 100,
"currency": "USD",
"frequency": "yearly",
"channels": [
"open-collective"
]
},
{
"guid": "community-tier",
"status": "active",
"name": "Community Tier membership",
"description": "A Unique Opportunity to Influence and Innovate\nEnhance your company's engagement in the open source community by joining the General Assembly of Mautic. Let your business be a beacon of influence and innovation.\n\nAs a member, you can lend your corporate vision to help shape our governance and future.",
"amount": 1200,
"currency": "USD",
"frequency": "yearly",
"channels": [
"open-collective"
]
},
{
"guid": "bronze-tier",
"status": "active",
"name": "Bronze Tier membership",
"description": "A Unique Opportunity to Influence and Innovate\nEnhance your company's engagement in the open source community by joining the General Assembly of Mautic. Let your business be a beacon of influence and innovation.\n\nAs a member, you can lend your corporate vision to help shape our governance and future.",
"amount": 5000,
"currency": "USD",
"frequency": "yearly",
"channels": [
"open-collective"
]
},
{
"guid": "silver-tier",
"status": "active",
"name": "Silver Tier membership",
"description": "A Unique Opportunity to Influence and Innovate\nEnhance your company's engagement in the open source community by joining the General Assembly of Mautic. Let your business be a beacon of influence and innovation.\n\nAs a member, you can lend your corporate vision to help shape our governance and future.",
"amount": 10000,
"currency": "USD",
"frequency": "yearly",
"channels": [
"open-collective"
]
},
{
"guid": "gold-tier",
"status": "active",
"name": "Gold Tier membership",
"description": "A Unique Opportunity to Influence and Innovate\nEnhance your company's engagement in the open source community by joining the General Assembly of Mautic. Let your business be a beacon of influence and innovation.\n\nAs a member, you can lend your corporate vision to help shape our governance and future.",
"amount": 15000,
"currency": "USD",
"frequency": "yearly",
"channels": [
"open-collective"
]
},
{
"guid": "platinum-tier",
"status": "active",
"name": "Platinum Tier membership",
"description": "A Unique Opportunity to Influence and Innovate\nEnhance your company's engagement in the open source community by joining the General Assembly of Mautic. Let your business be a beacon of influence and innovation.\n\nAs a member, you can lend your corporate vision to help shape our governance and future.",
"amount": 20000,
"currency": "USD",
"frequency": "yearly",
"channels": [
"open-collective"
]
},
{
"guid": "diamond-tier",
"status": "active",
"name": "Diamond Tier membership",
"description": "A Unique Opportunity to Influence and Innovate\nEnhance your company's engagement in the open source community by joining the General Assembly of Mautic. Let your business be a beacon of influence and innovation.\n\nAs a member, you can lend your corporate vision to help shape our governance and future.",
"amount": 30000,
"currency": "USD",
"frequency": "yearly",
"channels": [
"open-collective"
]
}
],
"history": [
{
"year": 2023,
"income": 148948.48,
"expenses": 122047.34,
"taxes": 0,
"currency": "USD",
"description": "The financial report can be found here: https://community.mautic.org/assemblies/general-assembly/f/25/proposals/46 which was accepted in 2024's General Assembly.\n\nMore detailed metrics are available in our Open Startup Reporting: https://docs.google.com/spreadsheets/d/1UE1R762hsHIqYUd1kJRyuEp_6DQ5kriwIKaHB7kSh9Y/edit?usp=sharing"
},
{
"year": 2022,
"income": 45027.09,
"expenses": 47578.75,
"taxes": 0,
"currency": "USD",
"description": "More detailed metrics are available in our Open Startup Reporting: https://docs.google.com/spreadsheets/d/1UE1R762hsHIqYUd1kJRyuEp_6DQ5kriwIKaHB7kSh9Y/edit?usp=sharing"
},
{
"year": 2021,
"income": 53282.63,
"expenses": 32537.79,
"taxes": 0,
"currency": "USD",
"description": "More detailed metrics are available in our Open Startup Reporting: https://docs.google.com/spreadsheets/d/1UE1R762hsHIqYUd1kJRyuEp_6DQ5kriwIKaHB7kSh9Y/edit?usp=sharing"
}
]
}
}