-
Notifications
You must be signed in to change notification settings - Fork 3
/
sponsorship.html
347 lines (279 loc) · 17.8 KB
/
sponsorship.html
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
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
<!DOCTYPE html>
<html>
<head>
<title>Sponsorship - Doctrine: PHP Open Source Project</title>
<meta charset="utf-8">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="theme-color" content="#ffffff">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="The Doctrine Project is an open-source PHP project that is home to home to several PHP libraries primarily focused on database storage and object mapping. The core projects are the Object Relational Mapper (ORM) and the Database Abstraction Layer (DBAL) it is built upon.
">
<meta name="keywords" content="php,mysql,orm,dbal,database,mongodb,odm,annotations,migrations,cache,couchdb">
<meta name="robots" content="noindex">
<link
rel="stylesheet"
type="text/css"
href="https://staging.doctrine-project.org/frontend/css/index.css?30e146"
crossorigin="anonymous"
/>
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-capable" content="yes">
<link rel="apple-touch-icon-precomposed" sizes="57x57" href="https://staging.doctrine-project.org/images/apple-touch-icon-57x57.png" />
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="https://staging.doctrine-project.org/images/apple-touch-icon-114x114.png" />
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="https://staging.doctrine-project.org/images/apple-touch-icon-72x72.png" />
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="https://staging.doctrine-project.org/images/apple-touch-icon-144x144.png" />
<link rel="apple-touch-icon-precomposed" sizes="60x60" href="https://staging.doctrine-project.org/images/apple-touch-icon-60x60.png" />
<link rel="apple-touch-icon-precomposed" sizes="120x120" href="https://staging.doctrine-project.org/images/apple-touch-icon-120x120.png" />
<link rel="apple-touch-icon-precomposed" sizes="76x76" href="https://staging.doctrine-project.org/images/apple-touch-icon-76x76.png" />
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="https://staging.doctrine-project.org/images/apple-touch-icon-152x152.png" />
<link rel="icon" type="image/png" href="https://staging.doctrine-project.org/images/favicon-196x196.png" sizes="196x196" />
<link rel="icon" type="image/png" href="https://staging.doctrine-project.org/images/favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/png" href="https://staging.doctrine-project.org/images/favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="https://staging.doctrine-project.org/images/favicon-16x16.png" sizes="16x16" />
<link rel="icon" type="image/png" href="https://staging.doctrine-project.org/images/favicon-128.png" sizes="128x128" />
<meta name="application-name" content="Doctrine"/>
<meta name="msapplication-TileColor" content="#FFFFFF" />
<meta name="msapplication-TileImage" content="https://staging.doctrine-project.org/images/mstile-144x144.png" />
<meta name="msapplication-square70x70logo" content="https://staging.doctrine-project.org/images/mstile-70x70.png" />
<meta name="msapplication-square150x150logo" content="https://staging.doctrine-project.org/images/mstile-150x150.png" />
<meta name="msapplication-wide310x150logo" content="https://staging.doctrine-project.org/images/mstile-310x150.png" />
<meta name="msapplication-square310x310logo" content="https://staging.doctrine-project.org/images/mstile-310x310.png" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@doctrineproject" />
<meta name="twitter:creator" content="@doctrineproject" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://staging.doctrine-project.org/sponsorship.html" />
<meta property="og:title" content="Sponsorship - Doctrine: PHP Open Source Project" />
<meta property="og:description" content="The Doctrine Project is an open-source PHP project that is home to home to several PHP libraries primarily focused on database storage and object mapping. The core projects are the Object Relational Mapper (ORM) and the Database Abstraction Layer (DBAL) it is built upon.
" />
<meta property="og:image" content="https://staging.doctrine-project.org/images/og.png" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="1200" />
<link rel="alternate" type="application/atom+xml" href="https://staging.doctrine-project.org/atom.xml" title="Doctrine activity feed" />
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Organization",
"url": "https://staging.doctrine-project.org",
"logo": "https://staging.doctrine-project.org/logos/doctrine-logo.svg"
}
</script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebSite",
"url": "https://staging.doctrine-project.org",
"potentialAction": {
"@type": "SearchAction",
"target": "https://staging.doctrine-project.org?q={search_term_string}",
"query-input": "required name=search_term_string"
}
}
</script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "Doctrine",
"url": "https://staging.doctrine-project.org",
"sameAs": [
"https://twitter.com/doctrineproject"
]
}
</script>
</head>
<body>
<nav class="doctrine-navbar navbar navbar-expand-lg navbar-dark sticky-top bg-dark flex-md-nowrap">
<a class="navbar-brand text-hide" href="/index.html"><img src="https://staging.doctrine-project.org/logos/doctrine-logo.svg?1a5b7c" />Doctrine</a>
<div class="collapse navbar-collapse" id="navbarCollapse">
<ul class="navbar-nav mr-auto">
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="/projects.html" id="navbarProjectsDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Projects
</a>
<div class="dropdown-menu" aria-labelledby="navbarProjectsDropdown">
<a class="dropdown-item" href="/projects/coding-standard.html">Coding Standard</a>
<a class="dropdown-item" href="/projects/collections.html">Collections</a>
<a class="dropdown-item" href="/projects/common.html">Common</a>
<a class="dropdown-item" href="/projects/data-fixtures.html">Data fixtures</a>
<a class="dropdown-item" href="/projects/dbal.html">DBAL</a>
<a class="dropdown-item" href="/projects/event-manager.html">Event Manager</a>
<a class="dropdown-item" href="/projects/inflector.html">Inflector</a>
<a class="dropdown-item" href="/projects/instantiator.html">Instantiator</a>
<a class="dropdown-item" href="/projects/lexer.html">Lexer</a>
<a class="dropdown-item" href="/projects/migrations.html">Migrations</a>
<a class="dropdown-item" href="/projects/mongodb-odm.html">MongoDB ODM</a>
<a class="dropdown-item" href="/projects/orm.html">ORM</a>
<a class="dropdown-item" href="/projects/phpcr-odm.html">PHPCR ODM</a>
<a class="dropdown-item" href="/projects/persistence.html">Persistence</a>
<a class="dropdown-item" href="/projects/rst-parser.html">RST Parser</a>
<a class="dropdown-item bg-secondary text-white font-weight-bold" href="/projects.html">View All</a>
</div>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="/contribute/index.html" id="navbarDevelopmentDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Development</a>
<div class="dropdown-menu" aria-labelledby="navbarContributeDropdown">
<a class="dropdown-item" href="/community/index.html">Community</a>
<a class="dropdown-item" href="/contribute/index.html">Contributor Workflow</a>
<a class="dropdown-item" href="/contribute/maintainer/index.html">Maintainer Workflow</a>
<a class="dropdown-item" href="/contribute/website/index.html">Contribute to Website</a>
<a class="dropdown-item" href="/policies.html">Policies</a>
<a class="dropdown-item" href="https://github.com/doctrine" target="_blank" rel="noopener noreferrer">GitHub</a>
<a class="dropdown-item" href="/styleguide.html">Styleguide</a>
</div>
</li>
<li class="nav-item active">
<a class="nav-link" href="/sponsorship.html">Sponsorship</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/partners.html">Partners</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/blog/index.html">Blog</a>
</li>
</ul>
<div class="layout-edit-button d-inline-block mr-2">
<a href="https://github.com/doctrine/doctrine-website/edit/master/source/sponsorship.rst" class="btn btn-light" target="_blank" rel="noopener noreferrer">Edit</a>
</div>
</div>
<div class="nav-outbound">
<div id="search-box">
<!-- SearchBox widget will appear here -->
</div>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarCollapse" aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
</div>
</nav>
<div class="search-results rounded">
<div id="hits">
<!-- Hits widget will appear here -->
</div>
<a href="https://www.algolia.com" target="_blank" rel="noopener noreferrer"><img src="https://staging.doctrine-project.org/images/search-by-algolia.png" class="float-right" style="width: 150px;" /></a>
</div>
<main role="main" class="container-wrapper container">
<div class="section" id="sponsorship">
<h1 class="section-header ">
<a href="#sponsorship">
Sponsorship
<i class="fas fa-link"></i>
</a>
</h1>
<p>Doctrine has a few different ways we generate funding to support the project. The funds collected are
used to pay for the projects infrastructure costs as well as to support the Doctrine maintainers with
funds for swag and travel costs when visiting conferences to support the project.</p>
<p>This page aims to document all the ways in which you can contribute to the project financially. Of course,
if you can't contribute financially, consider contributing with code.</p>
<div class="section" id="become-a-sponsor">
<h2 class="section-header ">
<a href="#become-a-sponsor">
Become a sponsor
<i class="fas fa-link"></i>
</a>
</h2>
<p>Thanks to our sponsors for funding Doctrine development. If you are interested in becoming a sponsor, please take a
look at how you can support the Doctrine project:</p>
<ul>
<li><a href="https://opencollective.com/doctrine">OpenCollective</a></li>
<li><a href="https://github.com/sponsors/doctrine">GitHub Sponsors</a></li>
</ul>
<div class="section" id="opencollective">
<h3 class="section-header ">
<a href="#opencollective">
OpenCollective
<i class="fas fa-link"></i>
</a>
</h3>
<p>If you or your company uses Doctrine and would like to financially contribute to the project,
you can do so through our <a href="https://opencollective.com/doctrine">OpenCollective</a>.</p>
</div>
<div class="section" id="corporate-sponsorships">
<h3 class="section-header ">
<a href="#corporate-sponsorships">
Corporate Sponsorships
<i class="fas fa-link"></i>
</a>
</h3>
<p>If your company uses Doctrine and would like to financially contribute to the project, please
e-mail <a href="mailto:[email protected]">[email protected]</a> to discuss further.</p>
</div>
<div class="section" id="tidelift">
<h3 class="section-header ">
<a href="#tidelift">
Tidelift
<i class="fas fa-link"></i>
</a>
</h3>
<p>Get professional support for Doctrine ORM through Tidelift. Available as part of the
<a href="https://tidelift.com/subscription/pkg/packagist-doctrine-orm?utm_source=packagist-doctrine-orm&utm_medium=website">Tidelift Subscription</a>.
It includes support for Doctrine ORM and many of the other open source packages you depend on. Here’s how it provides the professional assurances you need.</p>
<ul>
<li class="dash"><strong>Security:</strong> Timely notifications and help addressing vulnerabilities</li>
<li class="dash"><strong>Maintenance:</strong> Assurance of ongoing high-quality maintenance into the future</li>
<li class="dash"><strong>Licensing:</strong> Legal assurances documenting license status and whether current usage is compatible</li>
<li class="dash"><strong>Comprehensive view:</strong> A clear way to understand all of your organization’s open source dependencies and better manage risk</li>
</ul>
</div>
</div>
<div class="section" id="carbon-ads">
<h2 class="section-header ">
<a href="#carbon-ads">
Carbon Ads
<i class="fas fa-link"></i>
</a>
</h2>
<p>You may have noticed that we have advertisements placed on the Doctrine Website. These advertisements come
from <a href="https://www.carbonads.net/">Carbon</a> and look like the following.</p>
<div class="row mt-2">
<div class="col">
{% include "carbonad-standard.html.twig" %}
</div>
</div>
</div>
</div>
</main>
<button id="back-to-top" title="Go to top">Top</button>
<script id="instantsearch-template" type="text/template">
<a href="{{url}}" class="list-group-item list-group-item-action flex-column align-items-start">
<div class="d-flex w-100 justify-content-between">
<h5 class="mb-1">{{{_highlightResult.projectName.value}}}: {{{_highlightResult.h1.value}}}</h5>
</div>
{{#h2}}
<p class="mb-1">
<i class="far fa-arrow-alt-circle-right text-primary"></i>
{{{_highlightResult.h2.value}}}
{{#h3}}
> {{{_highlightResult.h3.value}}}
{{/h3}}
{{#h4}}
> {{{_highlightResult.h4.value}}}
{{/h4}}
{{#h5}}
> {{{_highlightResult.h5.value}}}
{{/h5}}
</p>
{{/h2}}
{{#content}}
<div class="content p-2 rounded" style="background-color: rgba(0,0,0,.125);">
{{{_highlightResult.content.value}}}
</div>
{{/content}}
</a>
</script>
<script
src="https://staging.doctrine-project.org/frontend/js/bundle.js?ff3b61"
crossorigin="anonymous">
</script>
<script type="text/javascript">
var projectSlug = '';
var versionSlug = 'latest';
var searchBoxSettings = {
container: '#search-box',
placeholder: 'Search'
};
function googleAnalyticsEvent(eventCategory, eventAction, eventLabel, eventValue, fieldsObject) {
console.log(eventCategory, eventAction, eventLabel, eventValue, fieldsObject);
}
</script>
</body>
</html>