-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
547 lines (481 loc) · 36 KB
/
index.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
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
<!DOCTYPE html>
<html>
<head>
<title>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="index, follow">
<link
rel="stylesheet"
type="text/css"
href="https://www.doctrine-project.org/frontend/css/index.css?74d1a1"
integrity="sha384-dAaEn2ZyD87ZE8ZaTOc39tmNlPuZWU7Tvl3K1W/IXH5rtko68QAI5cdG6HLv97IH"
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://www.doctrine-project.org/images/apple-touch-icon-57x57.png" />
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="https://www.doctrine-project.org/images/apple-touch-icon-114x114.png" />
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="https://www.doctrine-project.org/images/apple-touch-icon-72x72.png" />
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="https://www.doctrine-project.org/images/apple-touch-icon-144x144.png" />
<link rel="apple-touch-icon-precomposed" sizes="60x60" href="https://www.doctrine-project.org/images/apple-touch-icon-60x60.png" />
<link rel="apple-touch-icon-precomposed" sizes="120x120" href="https://www.doctrine-project.org/images/apple-touch-icon-120x120.png" />
<link rel="apple-touch-icon-precomposed" sizes="76x76" href="https://www.doctrine-project.org/images/apple-touch-icon-76x76.png" />
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="https://www.doctrine-project.org/images/apple-touch-icon-152x152.png" />
<link rel="icon" type="image/png" href="https://www.doctrine-project.org/images/favicon-196x196.png" sizes="196x196" />
<link rel="icon" type="image/png" href="https://www.doctrine-project.org/images/favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/png" href="https://www.doctrine-project.org/images/favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="https://www.doctrine-project.org/images/favicon-16x16.png" sizes="16x16" />
<link rel="icon" type="image/png" href="https://www.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://www.doctrine-project.org/images/mstile-144x144.png" />
<meta name="msapplication-square70x70logo" content="https://www.doctrine-project.org/images/mstile-70x70.png" />
<meta name="msapplication-square150x150logo" content="https://www.doctrine-project.org/images/mstile-150x150.png" />
<meta name="msapplication-wide310x150logo" content="https://www.doctrine-project.org/images/mstile-310x150.png" />
<meta name="msapplication-square310x310logo" content="https://www.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://www.doctrine-project.org/index.html" />
<meta property="og:title" content="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://www.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://www.doctrine-project.org/atom.xml" title="Doctrine activity feed" />
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Organization",
"url": "https://www.doctrine-project.org",
"logo": "https://www.doctrine-project.org/logos/doctrine-logo.svg"
}
</script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebSite",
"url": "https://www.doctrine-project.org",
"potentialAction": {
"@type": "SearchAction",
"target": "https://www.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://www.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://www.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">
<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/index.html" 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://www.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="row">
<div class="col-12 col-md-6 mb-4">
<h1 class="display-4">Doctrine</h1>
<p class="lead">The Doctrine Project is the home to several PHP libraries primarily
focused on database storage and object mapping. The core projects are the
<a href="https://www.doctrine-project.org/projects/orm.html">Object Relational Mapper (ORM)</a> and the
<a href="https://www.doctrine-project.org/projects/dbal.html">Database Abstraction Layer (DBAL)</a> it is
built upon.</p>
<div class="row">
<div class="col-12">
<a class="btn bg-doctrine-orange text-white btn-lg" href="https://www.doctrine-project.org/projects/doctrine-orm/en/current/tutorials/getting-started.html" role="button">Get Started</a>
<a class="btn bg-doctrine-dark-blue text-white btn-lg" href="https://www.doctrine-project.org/projects.html" role="button">View Projects</a>
</div>
</div>
</div>
<div class="col-12 col-md-6 mb-4">
<div class="card box-shadow">
<div class="card-header font-weight-bold">Featured Partner</div>
<a href="/partners/tideways.html">
<img class="card-img-top p-2" height="100" src="/images/partners/tideways.png" alt="Tideways">
</a>
<div class="card-body">
<p class="card-text">Your mission control center for PHP application performance. Tideways saves you time by taking the guesswork out of your app's backend performance....</p>
<a href="/partners/tideways.html" class="card-link">View More</a>
</div>
</div>
</div>
</div>
<div class="alert alert-primary" role="alert">
<table width="100%">
<tr>
<td width="10" class="align-top">
<i class="fas fa-download text-dark mr-2"></i>
</td>
<td>
<p>Doctrine has been downloaded a total of <strong>5,872,103,490</strong> times!</p>
</td>
</tr>
</table>
</div>
<div class="row">
<div class="col-12 col-md-6">
<div class="card mb-4">
<h5 class="card-header">Why use Doctrine?</h5>
<ul class="list-group list-group-flush">
<li class="list-group-item">
<i class="fa fa-check text-success mr-2"></i>Around since 2006 with
very stable, high-quality codebase.
</li>
<li class="list-group-item">
<i class="fa fa-check text-success mr-2"></i>Extremely flexible and
powerful object-mapping and query features.
</li>
<li class="list-group-item">
<i class="fa fa-check text-success mr-2"></i>Support for both
high-level and low-level database programming for all your use-cases.
</li>
<li class="list-group-item">
<i class="fa fa-check text-success mr-2"></i>Large Community and
integrations with many different frameworks
(<a href="https://symfony.com">Symfony</a>, <a href="https://laravel.com/">Laravel</a>,
<a href="https://getlaminas.org/">Laminas</a> and more).
</li>
</ul>
</div>
<div class="card mb-4">
<h5 class="card-header">Latest Blog Posts</h5>
<ul class="list-group list-group-flush">
<li class="list-group-item"><a href="https://www.doctrine-project.org/2024/10/14/doctrine-core-team-meetup-2024.html">Doctrine Core Team Meetup, ORM 2.19.8, 2.20.0, 3.3.0 Releases, DBAL 4.2.0</a></li>
<li class="list-group-item"><a href="https://www.doctrine-project.org/2024/08/16/the-skeletons-are-now-out-of-the-closet.html">The skeletons are now out of the closet - So long, Skeleton-Mapper</a></li>
<li class="list-group-item"><a href="https://www.doctrine-project.org/2024/07/09/doctrine-core-team-meetup.html">Doctrine Core Team Meetup 2024 in Bonn, Germany</a></li>
<li class="list-group-item"><a href="https://www.doctrine-project.org/2024/02/03/doctrine-orm-3-and-dbal-4-released.html">Doctrine ORM 3 and DBAL 4 Released</a></li>
<li class="list-group-item"><a href="https://www.doctrine-project.org/2024/01/30/archiving-unmaintained-packages.html">Archiving Unmaintained Packages</a></li>
<li class="list-group-item"><a href="https://www.doctrine-project.org/2023/10/11/orm3-beta1-dbal4-rc1-future-plans.html">ORM 3.0 Beta 1, DBAL 4 RC 1 and future plans</a></li>
<li class="list-group-item"><a href="https://www.doctrine-project.org/2023/08/21/doctrine-orm-team-meetup.html">Doctrine ORM Team Meetup in Bonn, Germany</a></li>
<li class="list-group-item"><a href="https://www.doctrine-project.org/2022/11/04/annotations-to-attributes.html">From annotations to attributes</a></li>
<li class="list-group-item"><a href="https://www.doctrine-project.org/2022/08/06/dbal-3.4.0.html">New Release: Doctrine DBAL 3.4.0</a></li>
<li class="list-group-item"><a href="https://www.doctrine-project.org/2022/03/24/opencollective.html">On Doctrine Sponsoring with the help of OpenCollective</a></li>
</ul>
</div>
</div>
<div class="col-12 col-md-6">
<div class="card mb-4">
<h5 class="card-header">Projects</h5>
<ul class="list-group list-group-flush">
<li class="list-group-item">
<a href="https://www.doctrine-project.org/projects/coding-standard.html">Coding Standard</a>
</li>
<li class="list-group-item">
<a href="https://www.doctrine-project.org/projects/collections.html">Collections</a>
</li>
<li class="list-group-item">
<a href="https://www.doctrine-project.org/projects/common.html">Common</a>
</li>
<li class="list-group-item">
<a href="https://www.doctrine-project.org/projects/data-fixtures.html">Data fixtures</a>
</li>
<li class="list-group-item">
<a href="https://www.doctrine-project.org/projects/dbal.html">Database Abstraction Layer</a>
</li>
<li class="list-group-item">
<a href="https://www.doctrine-project.org/projects/event-manager.html">Event Manager</a>
</li>
<li class="list-group-item">
<a href="https://www.doctrine-project.org/projects/inflector.html">Inflector</a>
</li>
<li class="list-group-item">
<a href="https://www.doctrine-project.org/projects/instantiator.html">Instantiator</a>
</li>
<li class="list-group-item">
<a href="https://www.doctrine-project.org/projects/lexer.html">Lexer</a>
</li>
<li class="list-group-item">
<a href="https://www.doctrine-project.org/projects/migrations.html">Migrations</a>
</li>
<li class="list-group-item">
<a href="https://www.doctrine-project.org/projects/mongodb-odm.html">MongoDB Object Document Mapper</a>
</li>
<li class="list-group-item">
<a href="https://www.doctrine-project.org/projects/orm.html">Object Relational Mapper</a>
</li>
<li class="list-group-item">
<a href="https://www.doctrine-project.org/projects/phpcr-odm.html">PHPCR ODM</a>
</li>
<li class="list-group-item">
<a href="https://www.doctrine-project.org/projects/persistence.html">Persistence</a>
</li>
<li class="list-group-item">
<a href="https://www.doctrine-project.org/projects/rst-parser.html">RST Parser</a>
</li>
</ul>
</div>
</div>
</div>
<div class="row mb-4">
<div class="col-12">
<div class="card">
<h5 class="card-header">Who uses Doctrine?</h5>
<div class="card-body bg-secondary text-white">
<p class="card-text">
Many other popular PHP projects use libraries from Doctrine.
Some use the full <a href="/projects/orm.html" class="text-white font-weight-bold">ORM</a>
and others may only use one small library such as the
<a href="/projects/inflector.html" class="text-white font-weight-bold">Inflector</a>.
Here are some projects that use Doctrine.
</p>
</div>
<table id="who-uses-doctrine-table" class="table table-striped table-responsive-xl">
<tr>
<td><a href="https://symfony.com/" target="_blank" rel="noopener noreferrer" class="mr-4">Symfony</a></td>
<td><a href="https://www.drupal.org/" target="_blank" rel="noopener noreferrer" class="mr-4">Drupal</a></td>
<td><a href="https://laravel.com/" target="_blank" rel="noopener noreferrer" class="mr-4">Laravel</a></td>
</tr>
<tr>
<td><a href="https://jmsyst.com/" target="_blank" rel="noopener noreferrer" class="mr-4">JMS Libraries</a></td>
<td><a href="https://go.aopphp.com/" target="_blank" rel="noopener noreferrer" class="mr-4">Go! AOP</a></td>
<td><a href="https://knplabs.com/" target="_blank" rel="noopener noreferrer" class="mr-4">KNP Labs</a></td>
</tr>
<tr>
<td><a href="https://www.ezplatform.com/" target="_blank" rel="noopener noreferrer" class="mr-4">eZ Platform</a></td>
<td><a href="https://api-platform.com/" target="_blank" rel="noopener noreferrer" class="mr-4">API Platform</a></td>
<td><a href="https://www.prestashop.com/en" target="_blank" rel="noopener noreferrer" class="mr-4">PrestaShop</a></td>
</tr>
<tr>
<td><a href="https://phpunit.de/" target="_blank" rel="noopener noreferrer" class="mr-4">PHPUnit</a></td>
<td><a href="https://github.com/phpspec/prophecy" target="_blank" rel="noopener noreferrer" class="mr-4">Prophecy</a></td>
<td><a href="https://github.com/phpbench/phpbench" target="_blank" rel="noopener noreferrer" class="mr-4">phpbench</a></td>
</tr>
<tr>
<td><a href="https://typo3.org/" target="_blank" rel="noopener noreferrer" class="mr-4">TYPO3</a></td>
<td><a href="https://sonata-project.org/" target="_blank" rel="noopener noreferrer" class="mr-4">Sonata Project</a></td>
<td><a href="https://www.akeneo.com" target="_blank" rel="noopener noreferrer" class="mr-4">Akeneo PIM</a></td>
</tr>
<tr>
<td><a href="https://pimcore.com" target="_blank" rel="noopener noreferrer" class="mr-4">Pimcore</a></td>
<td><a href="https://sylius.com" target="_blank" rel="noopener noreferrer" class="mr-4">Sylius</a></td>
<td><a href="https://www.shopware.com" target="_blank" rel="noopener noreferrer" class="mr-4">Shopware</a></td>
</tr>
<tr>
<td><a href="https://www.oxid-esales.com" target="_blank" rel="noopener noreferrer" class="mr-4">Oxid eShop</a></td>
<td><a href="https://contao.org" target="_blank" rel="noopener noreferrer" class="mr-4">Contao</a></td>
<td><span class="font-italic">and many more…</span></a></td>
</tr>
</table>
</div>
</div>
</div>
<div class="row mb-4">
<div class="col-12">
<div class="card">
<h5 class="card-header">Want to support Doctrine?</h5>
<div class="card-body">
Doctrine is an open source project made available for free under the MIT license. It is built by
people who work on it for free in their spare time. Consider donating to the project to support the
development team.
<hr/>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="RUKGBHELA2B7G">
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
</form>
</div>
</div>
</div>
</div>
<div class="row mb-4">
<div class="col-12">
<div class="card">
<h5 class="card-header">Doctrine ORM for enterprise</h5>
<div class="card-body">
<h6>
Available as part of the
<a href="https://tidelift.com/subscription/request-a-demo?utm_source=packagist-doctrine-orm&utm_medium=referral&utm_campaign=enterprise" target="_blank" rel="noopener noreferrer">
Tidelift Subscription
</a>.
</h6>
<p>
Tidelift is working with the maintainers of Doctrine ORM and thousands of other
open source projects to deliver commercial support and maintenance for the open
source dependencies you use to build your applications. Save time, reduce risk,
and improve code health, while paying the maintainers of the exact dependencies
you use.
</p>
<a href="https://tidelift.com/subscription/pkg/packagist-doctrine-orm?utm_source=packagist-doctrine-orm&utm_medium=referral&utm_campaign=enterprise" target="_blank" rel="noopener noreferrer">
<img src="https://www.doctrine-project.org/images/tidelift-logo.png?64fc20" class="w-100" />
</a>
<h6>Enterprise-ready open source software—managed for you.</h6>
<p>
The Tidelift Subscription is a managed open source subscription for application
dependencies covering millions of open source projects across JavaScript, Python,
Java, PHP, Ruby, .NET, and more.
</p>
<p>Your subscription includes:</p>
<ul>
<li>
<strong>Security updates:</strong> Tidelift’s security response team coordinates patches
for new breaking security vulnerabilities and alerts immediately through a private channel,
so your software supply chain is always secure.
</li>
<li>
<strong>Licensing verification and indemnification:</strong> Tidelift verifies license
information to enable easy policy enforcement and adds intellectual property indemnification
to cover creators and users in case something goes wrong. You always have a 100% up-to-date
bill of materials for your dependencies to share with your legal team, customers, or
partners.
</li>
<li>
<strong>Maintenance and code improvement:</strong> Tidelift ensures the software you
rely on keeps working as long as you need it to work. Your managed dependencies are
actively maintained and we recruit additional maintainers where required.
</li>
<li>
<strong>Package selection and version guidance:</strong> We help you choose the best open
source packages from the start—and then guide you through updates to stay on the best
releases as new issues arise.
</li>
<li>
<strong>Roadmap input:</strong> Take a seat at the table with the creators behind the
software you use. Tidelift’s participating maintainers earn more income as their software
is used by more subscribers, so they’re interested in knowing what you need.
</li>
<li>
<strong>Tooling and cloud integration:</strong> Tidelift works with GitHub, GitLab,
BitBucket, and more. We support every cloud platform (and other deployment targets, too).
</li>
</ul>
</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://www.doctrine-project.org/frontend/js/bundle.js?1546fc"
integrity="sha384-ix9eb2EZyp9uayYpxmCQoylbz8msHl5wOg/aqZnD/3cxszNUGePN656MRg5GEgbm"
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) {
ga('send', 'event', eventCategory, eventAction, eventLabel, eventValue, fieldsObject);
}
</script>
<script type="text/javascript">
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-288343-7', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>