-
Notifications
You must be signed in to change notification settings - Fork 3
/
partners.html
293 lines (238 loc) · 16.7 KB
/
partners.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
<!DOCTYPE html>
<html>
<head>
<title>Partners - 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/partners.html" />
<meta property="og:title" content="Partners - 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">
<a class="nav-link" href="/sponsorship.html">Sponsorship</a>
</li>
<li class="nav-item active">
<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/partners.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://staging.doctrine-project.org/images/search-by-algolia.png" class="float-right" style="width: 150px;" /></a>
</div>
<main role="main" class="container-wrapper container">
<h1>Our Partners</h1>
<p class="lead">
Doctrine Partners are businesses that offer software and/or services that complement Doctrine and can be used to level up your overall software development practices. If you are interested in becoming a partner,
please contact us at <a href="mailto:partners@doctrine-project.org?subject=Partner Inquiry">partners@doctrine-project.org</a>
</p>
<div class="card-deck mb-1">
<div class="card mb-4 box-shadow">
<a href="/partners/blackfire.html"><img class="card-img-top p-2" height="100" src="/images/partners/blackfire.svg" alt="Blackfire.io"></a>
<div class="card-body">
<p class="card-text">Blackfire.io empowers PHP developers to continuously measure and improve their app’s performance in development, testing, staging and production....</p>
<a href="/partners/blackfire.html" class="card-link">View More</a>
</div>
</div>
<div class="card mb-4 box-shadow">
<a href="/partners/symfony-casts.html"><img class="card-img-top p-2" height="100" src="/images/partners/symfonycasts.svg" alt="SymfonyCasts"></a>
<div class="card-body">
<p class="card-text">Simply the Best PHP & Symfony Tutorials written by experts with code downloads for each tutorial, English language captions and dinosaur puns.
</p>
<a href="/partners/symfony-casts.html" class="card-link">View More</a>
</div>
</div>
</div>
<div class="card-deck mb-1">
<div class="card mb-4 box-shadow">
<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 class="card mb-4 box-shadow">
<a href="/partners/beachcasts.html"><img class="card-img-top p-2" height="100" src="/images/partners/beachcasts.svg" alt="Beachcasts"></a>
<div class="card-body">
<p class="card-text">Beachcasts Programming Tutorials by Adam Culp creates freely available videos on Twitch and YouTube helping programmers with web application...</p>
<a href="/partners/beachcasts.html" class="card-link">View More</a>
</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>