-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html.twig
More file actions
702 lines (664 loc) · 48.9 KB
/
Copy pathindex.html.twig
File metadata and controls
702 lines (664 loc) · 48.9 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
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
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
{% extends '@layout/default.html.twig' %}
{% block title %}A PSR-15 compliant application{% endblock %}
{% block content %}
<section class="py-5 platform-header">
<div class="container">
<h1 class="text-center">Dotkernel is a Headless Platform for<br> building modern web applications</h1>
<p class="text-center py-3">
Dotkernel is a collection of applications (skeletons) that use a middleware-first architecture built on top of the Mezzio microframework using Laminas components. <br>
The goal is to provide
a pre-configured environment for applications ranging from presentation sites, to
enterprise-level APIs and everything in between.
</p>
</div>
</section>
<section class="py-5 what-is-platform">
<div class="container">
<div class="row g-4 align-items-center">
<div class="col-lg-6">
<h2>What is the Dotkernel Headless Platform?</h2>
<p>
The Dotkernel Headless Platform is made up of Open Source components aimed at
businesses that need custom solutions. It supports microservices, as well as
enterprise-grade APIs. Its modern, future-proof architecture is based on
middleware and PSRs.
</p>
<div class="row">
<div class="col-12">
<p class="extending-power-label">Extending the power of</p>
<img src="/uploads/2025/09/mezzio-by-laminas.svg" alt="Mezzio by Laminas" loading="lazy">
</div>
</div>
</div>
<div class="col-lg-6">
<div class="elementor-widget-container">
<div class="what-is-row">
<div class="col-md-6 what-is-box">
<img decoding="async" src="/uploads/2025/06/traffic-sign-50.png" alt="Unmatched flexibility" loading="lazy">
<p>Unmatched flexibility</p>
</div>
<div class="col-md-6 what-is-box">
<img decoding="async" src="/uploads/2025/06/success-50.png" alt="Unlimited scalability" loading="lazy">
<p>Unlimited scalability</p>
</div>
</div>
<div class="what-is-row">
<div class="col-md-6 what-is-box">
<img decoding="async" src="/uploads/2025/06/speed-radar-50.png" alt="Lightning-fast performance" loading="lazy">
<p>Lightning-fast performance</p>
</div>
<div class="col-md-6 what-is-box">
<img decoding="async" src="/uploads/2025/06/maintenance.png" alt="Easier maintenance and onboarding" loading="lazy">
<p>Easier maintenance and onboarding</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="py-5 bg-light">
<div class="container">
<h2 class="text-center">Headless Platform</h2>
<p class="text-center text-muted mb-5">
Built from independent applications that can be combined into a single platform
that is more useful than any one piece on its own.
</p>
<div class="row g-4 mb-4">
<div class="col-lg-6">
<div class="card h-100 border-0 shadow-sm rounded-4 overflow-hidden">
<div class="card-header bg-success-subtle border-0 py-3 px-4">
<h5 class="mb-0 text-success-emphasis"><span class="fw-bold">*</span> API</h5>
</div>
<div class="card-body d-flex flex-column p-4">
<div class="d-flex flex-wrap gap-1 mb-3">
<img src="https://img.shields.io/packagist/dependency-v/dotkernel/api/php?style=flat&label=PHP&color=B9E3BB" alt="PHP version" loading="lazy">
<img src="https://img.shields.io/packagist/v/dotkernel/api?style=flat&label=Packagist&color=B9E3BB" alt="Packagist version" loading="lazy">
<img src="https://img.shields.io/github/license/dotkernel/api?style=flat&label=License&color=B9E3BB" alt="License" loading="lazy">
<img src="https://img.shields.io/github/issues/dotkernel/api?style=flat&label=Issues&color=B9E3BB" alt="Issues" loading="lazy">
<img src="https://img.shields.io/github/stars/dotkernel/api?style=flat&label=Stars&color=B9E3BB" alt="Stars" loading="lazy">
</div>
<p class="card-text text-muted flex-grow-1">
Dotkernel API is a framework-less alternative to legacy Laminas API Tools setups,
aimed at developers who want to build REST APIs quickly without extra overhead.
</p>
<div class="d-grid gap-2 d-sm-flex">
<a href="https://github.com/dotkernel/api" target="_blank" class="btn btn-dark btn-sm rounded-pill">
<i class="fab fa-github me-1"></i> Git
</a>
<a href="https://api.dotkernel.net/" target="_blank" class="btn btn-outline-primary btn-sm rounded-pill">Demo</a>
<a href="https://docs.dotkernel.org/api-documentation/" target="_blank" class="btn btn-outline-primary btn-sm rounded-pill">Guide</a>
</div>
</div>
</div>
</div>
<div class="col-lg-6">
<div class="card h-100 border-0 shadow-sm rounded-4 overflow-hidden">
<div class="card-header bg-primary-subtle border-0 py-3 px-4">
<h5 class="mb-0 text-primary-emphasis"><span class="fw-bold">*</span> ADMIN</h5>
</div>
<div class="card-body d-flex flex-column p-4">
<div class="d-flex flex-wrap gap-1 mb-3">
<img src="https://img.shields.io/packagist/dependency-v/dotkernel/admin/php?style=flat&label=PHP&color=B6CFFF" alt="PHP version" loading="lazy">
<img src="https://img.shields.io/packagist/v/dotkernel/admin?style=flat&label=Packagist&color=B6CFFF" alt="Packagist version" loading="lazy">
<img src="https://img.shields.io/github/license/dotkernel/admin?style=flat&label=License&color=B6CFFF" alt="License" loading="lazy">
<img src="https://img.shields.io/github/issues/dotkernel/admin?style=flat&label=Issues&color=B6CFFF" alt="Issues" loading="lazy">
<img src="https://img.shields.io/github/stars/dotkernel/admin?style=flat&label=Stars&color=B6CFFF" alt="Stars" loading="lazy">
</div>
<p class="card-text text-muted flex-grow-1">
Dotkernel Admin is the back-office application used to manage users, roles
and permissions across the rest of the platform's applications.
</p>
<div class="d-grid gap-2 d-sm-flex">
<a href="https://github.com/dotkernel/admin" target="_blank" class="btn btn-dark btn-sm rounded-pill">
<i class="fab fa-github me-1"></i> Git
</a>
<a href="https://docs.dotkernel.org/" target="_blank" class="btn btn-outline-primary btn-sm rounded-pill">Guide</a>
</div>
</div>
</div>
</div>
</div>
<div class="row g-4">
<div class="col-lg-4">
<div class="card h-100 border-0 shadow-sm rounded-4 overflow-hidden">
<div class="card-header bg-primary-subtle border-0 py-3 px-4">
<h5 class="mb-0 text-primary-emphasis"><span class="fw-bold">*</span> QUEUE</h5>
</div>
<div class="card-body d-flex flex-column p-4">
<div class="d-flex flex-wrap gap-1 mb-3">
<img src="https://img.shields.io/packagist/dependency-v/dotkernel/queue/php?style=flat&label=PHP&color=B6CFFF" alt="PHP version" loading="lazy">
<img src="https://img.shields.io/packagist/v/dotkernel/queue?style=flat&label=Packagist&color=B6CFFF" alt="Packagist version" loading="lazy">
<img src="https://img.shields.io/github/license/dotkernel/queue?style=flat&label=License&color=B6CFFF" alt="License" loading="lazy">
<img src="https://img.shields.io/github/issues/dotkernel/queue?style=flat&label=Issues&color=B6CFFF" alt="Issues" loading="lazy">
<img src="https://img.shields.io/github/stars/dotkernel/queue?style=flat&label=Stars&color=B6CFFF" alt="Stars" loading="lazy">
</div>
<p class="card-text text-muted small flex-grow-1">
<b>Dotkernel Queue</b> is a component based on <a href="https://github.com/symfony/messenger" target="_blank">Symfony Messenger</a> that is used to queue asynchronous tasks.
</p>
<div class="d-grid gap-2 d-sm-flex">
<a href="https://github.com/dotkernel/queue" target="_blank" class="btn btn-dark btn-sm rounded-pill">
<i class="fab fa-github me-1"></i> Git
</a>
<a href="https://docs.dotkernel.org/queue-documentation/" target="_blank" class="btn btn-outline-primary btn-sm rounded-pill">Guide</a>
</div>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="card h-100 border-0 shadow-sm rounded-4 overflow-hidden">
<div class="card-header bg-danger-subtle border-0 py-3 px-4">
<h5 class="mb-0 text-danger-emphasis"><span class="fw-bold">*</span> LIGHT</h5>
</div>
<div class="card-body d-flex flex-column p-4">
<div class="d-flex flex-wrap gap-1 mb-3">
<img src="https://img.shields.io/packagist/php-v/dotkernel/light/1.0.x-dev?style=flat&label=PHP&color=ffc6cd" alt="PHP version" loading="lazy">
<img src="https://img.shields.io/packagist/v/dotkernel/light?style=flat&label=Packagist&color=ffc6cd" alt="Packagist version" loading="lazy">
<img src="https://img.shields.io/github/license/dotkernel/light?style=flat&label=License&color=ffc6cd" alt="License" loading="lazy">
<img src="https://img.shields.io/github/issues/dotkernel/light?style=flat&label=Issues&color=ffc6cd" alt="Issues" loading="lazy">
<img src="https://img.shields.io/github/stars/dotkernel/light?style=flat&label=Stars&color=ffc6cd" alt="Stars" loading="lazy">
</div>
<p class="card-text text-muted small flex-grow-1">
<b>Dotkernel Light</b> is a PSR-15 compliant skeleton for <b>learning purposes</b> and simple presentation sites.
</p>
<div class="d-grid gap-2 d-sm-flex">
<a href="https://github.com/dotkernel/light" target="_blank" class="btn btn-dark btn-sm rounded-pill">
<i class="fab fa-github me-1"></i> Git
</a>
<a href="https://light.dotkernel.net/" target="_blank" class="btn btn-outline-secondary btn-sm rounded-pill">Demo</a>
<a href="https://docs.dotkernel.org/light-documentation/" target="_blank" class="btn btn-outline-primary btn-sm rounded-pill">Guide</a>
</div>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="card h-100 border-0 shadow-sm rounded-4 overflow-hidden">
<div class="card-header bg-warning-subtle border-0 py-3 px-4">
<h5 class="mb-0 text-warning-emphasis"><span class="fw-bold">*</span> FRONTEND</h5>
</div>
<div class="card-body d-flex flex-column p-4">
<div class="d-flex flex-wrap gap-1 mb-3">
<img src="https://img.shields.io/packagist/php-v/dotkernel/frontend/5.0.0?style=flat&label=PHP&color=FFDCB3" alt="PHP version" loading="lazy">
<img src="https://img.shields.io/packagist/v/dotkernel/frontend?style=flat&label=Packagist&color=FFDCB3" alt="Packagist version" loading="lazy">
<img src="https://img.shields.io/github/license/dotkernel/frontend?style=flat&label=License&color=FFDCB3" alt="License" loading="lazy">
<img src="https://img.shields.io/github/issues/dotkernel/frontend?style=flat&label=Issues&color=FFDCB3" alt="Issues" loading="lazy">
<img src="https://img.shields.io/github/stars/dotkernel/frontend?style=flat&label=Stars&color=FFDCB3" alt="Stars" loading="lazy">
</div>
<p class="card-text text-muted small flex-grow-1">
<b>Dotkernel Frontend</b> is a Mezzio-based skeleton, a web starter package for <b>frontend applications</b>.
</p>
<div class="d-grid gap-2 d-sm-flex">
<a href="https://github.com/dotkernel/frontend" target="_blank" class="btn btn-dark btn-sm rounded-pill">
<i class="fab fa-github me-1"></i> Git
</a>
<a href="https://v5.dotkernel.net/" target="_blank" class="btn btn-outline-secondary btn-sm rounded-pill">Demo</a>
<a href="https://docs.dotkernel.org/frontend/" target="_blank" class="btn btn-outline-primary btn-sm rounded-pill">Guide</a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="py-5 bg-light">
<div class="container">
<div class="row g-4 mb-4">
<div class="col-lg-4">
<div class="card h-100 border-0 shadow-sm rounded-4 overflow-hidden">
<div class="card-header border-0 py-3 px-4 bg-success-subtle">
<h5 class="mb-0 text-success-emphasis">Containers</h5>
</div>
<div class="card-body d-flex flex-column p-4">
<p class="card-text text-muted flex-grow-1">
Dotkernel is built around the <a href="https://docs.mezzio.dev/mezzio/v3/features/container/intro/" target="_blank" rel="noopener">PSR-11 dependency container</a>. We have chosen <strong>Laminas Service Manager</strong> as our default implementation.
</p>
<div class="d-flex flex-wrap gap-2">
<a href="https://github.com/php-fig/container" target="_blank" rel="noopener" class="btn btn-outline-dark btn-sm rounded-pill">PSR-11</a>
<a href="https://github.com/laminas/laminas-servicemanager" target="_blank" rel="noopener" class="btn btn-outline-dark btn-sm rounded-pill">Laminas Service Manager</a>
</div>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="card h-100 border-0 shadow-sm rounded-4 overflow-hidden">
<div class="card-header border-0 py-3 px-4 bg-success-subtle">
<h5 class="mb-0 text-success-emphasis">Templating</h5>
</div>
<div class="card-body d-flex flex-column p-4">
<p class="card-text text-muted flex-grow-1">
By default, no middleware in Mezzio is templated. For Dotkernel's Frontend skeleton, we have chosen <strong>Twig</strong> as the default <a href="https://docs.mezzio.dev/mezzio/v3/features/template/intro/" target="_blank" rel="noopener">templating engine</a>.
</p>
<div class="d-flex flex-wrap gap-2">
<a href="https://twig.symfony.com/" target="_blank" rel="noopener" class="btn btn-outline-dark btn-sm rounded-pill">Twig</a>
<a href="https://github.com/mezzio/mezzio-twigrenderer" target="_blank" rel="noopener" class="btn btn-outline-dark btn-sm rounded-pill">Mezzio TwigRenderer</a>
</div>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="card h-100 border-0 shadow-sm rounded-4 overflow-hidden">
<div class="card-header border-0 py-3 px-4 bg-success-subtle">
<h5 class="mb-0 text-success-emphasis">Routers</h5>
</div>
<div class="card-body d-flex flex-column p-4">
<p class="card-text text-muted flex-grow-1">
Of the many routing implementations compatible with Expressive, we have chosen <strong><a href="https://docs.mezzio.dev/mezzio/v3/features/router/intro/" target="_blank" rel="noopener">FastRoute</a></strong> as Dotkernel's default routing library.
</p>
<div class="d-flex flex-wrap gap-2">
<a href="https://github.com/nikic/FastRoute" target="_blank" rel="noopener" class="btn btn-outline-dark btn-sm rounded-pill">FastRoute</a>
</div>
</div>
</div>
</div>
</div>
<div class="row g-4">
<div class="col-lg-4">
<div class="card h-100 border-0 shadow-sm rounded-4 overflow-hidden">
<div class="card-header border-0 py-3 px-4 bg-success-subtle">
<h5 class="mb-0 text-success-emphasis">HTTP Messages</h5>
</div>
<div class="card-body d-flex flex-column p-4">
<p class="card-text text-muted flex-grow-1">
Mezzio, and consequently Dotkernel, is built around the <a href="https://github.com/php-fig/http-message" target="_blank" rel="noopener">PSR-7 standard</a>. It uses <strong>Laminas Diactoros</strong> as the PSR-7 implementation.
</p>
<div class="d-flex flex-wrap gap-2">
<a href="https://github.com/php-fig/http-message" target="_blank" rel="noopener" class="btn btn-outline-dark btn-sm rounded-pill">PSR-7</a>
<a href="https://github.com/laminas/laminas-diactoros" target="_blank" rel="noopener" class="btn btn-outline-dark btn-sm rounded-pill">Diactoros</a>
</div>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="card h-100 border-0 shadow-sm rounded-4 overflow-hidden">
<div class="card-header border-0 py-3 px-4 bg-success-subtle">
<h5 class="mb-0 text-success-emphasis">HTTP Request Handlers</h5>
</div>
<div class="card-body d-flex flex-column p-4">
<p class="card-text text-muted flex-grow-1">
Dotkernel follows the <a href="https://github.com/php-fig/http-server-handler" target="_blank" rel="noopener">PSR-15</a> (HTTP Request Handlers) specifications, by implementing the <strong>laminas-httphandlerrunner</strong> package.
</p>
<div class="d-flex flex-wrap gap-2">
<a href="https://github.com/php-fig/http-server-handler" target="_blank" rel="noopener" class="btn btn-outline-dark btn-sm rounded-pill">PSR-15</a>
<a href="https://github.com/laminas/laminas-httphandlerrunner" target="_blank" rel="noopener" class="btn btn-outline-dark btn-sm rounded-pill">Laminas HTTP Handler Runner</a>
</div>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="card h-100 border-0 shadow-sm rounded-4 overflow-hidden">
<div class="card-header border-0 py-3 px-4 bg-success-subtle">
<h5 class="mb-0 text-success-emphasis">Database & Object Mapping</h5>
</div>
<div class="card-body d-flex flex-column p-4">
<p class="card-text text-muted flex-grow-1">
The <a href="https://www.doctrine-project.org/projects/doctrine-orm/en/current/tutorials/getting-started.html" target="_blank" rel="noopener">Doctrine Project's</a> PHP libraries with their flexible and stable features are at the core of our database storage and object mapping.
</p>
<div class="d-flex flex-wrap gap-2">
<a href="https://www.doctrine-project.org/projects/orm.html" target="_blank" rel="noopener" class="btn btn-outline-dark btn-sm rounded-pill">Doctrine ORM</a>
<a href="https://www.doctrine-project.org/projects/dbal.html" target="_blank" rel="noopener" class="btn btn-outline-dark btn-sm rounded-pill">DBAL</a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="py-5">
<div class="container">
<h4 class="text-center py-2">Dotkernel</h4>
<h2 class="mb-4 text-center pb-2">Components</h2>
<div class="row g-4">
<!-- Left column -->
<div class="col-md-6">
<div class="accordion" id="accordionLeft">
<div class="accordion-item">
<h2 class="accordion-header">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#left-1">
Authentication
</button>
</h2>
<div id="left-1" class="accordion-collapse collapse" data-bs-parent="#accordionLeft">
<div class="accordion-body">
<ul class="list-unstyled mb-0">
<li class="mb-3">
<a href="https://github.com/dotkernel/dot-authentication" target="_blank" rel="noopener">dot-authentication</a><br>
<img decoding="async" src="https://img.shields.io/osslifecycle/dotkernel/dot-authentication" alt="OSS Lifecycle"><br>
core authentication interfaces
</li>
<li>
<a href="https://github.com/dotkernel/dot-auth-social" target="_blank" rel="noopener">dot-auth-social</a><br>
<img decoding="async" src="https://img.shields.io/osslifecycle/dotkernel/dot-auth-social" alt="OSS Lifecycle"><br>
wrapper for <a href="https://github.com/thephpleague/oauth2-client" target="_blank" rel="noopener">thephpleague/oauth2-client</a> to authenticate users though Facebook
</li>
</ul>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#left-2">
Authorization
</button>
</h2>
<div id="left-2" class="accordion-collapse collapse" data-bs-parent="#accordionLeft">
<div class="accordion-body">
<ul class="list-unstyled mb-0">
<li class="mb-3">
<a href="https://github.com/dotkernel/dot-authorization" target="_blank" rel="noopener">dot-authorization</a><br>
<img decoding="async" src="https://img.shields.io/osslifecycle/dotkernel/dot-authorization" alt="OSS Lifecycle"><br>
core authorization interfaces
</li>
<li class="mb-3">
<a href="https://github.com/dotkernel/dot-rbac" target="_blank" rel="noopener">dot-rbac</a><br>
<img decoding="async" src="https://img.shields.io/osslifecycle/dotkernel/dot-rbac" alt="OSS Lifecycle"><br>
RBAC authorization implementation
</li>
<li>
<a href="https://github.com/dotkernel/dot-rbac-guard" target="_blank" rel="noopener">dot-rbac-guard</a><br>
<img decoding="async" src="https://img.shields.io/osslifecycle/dotkernel/dot-rbac-guard" alt="OSS Lifecycle"><br>
RBAC for authorizing sections of an application
</li>
</ul>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#left-3">
Controllers
</button>
</h2>
<div id="left-3" class="accordion-collapse collapse" data-bs-parent="#accordionLeft">
<div class="accordion-body">
<ul class="list-unstyled mb-0">
<li>
<a href="https://github.com/dotkernel/dot-controller" target="_blank" rel="noopener">dot-controller</a><br>
<img decoding="async" src="https://img.shields.io/osslifecycle/dotkernel/dot-controller" alt="OSS Lifecycle"><br>
controller-like middleware for mezzio
</li>
</ul>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#left-4">
Forms
</button>
</h2>
<div id="left-4" class="accordion-collapse collapse" data-bs-parent="#accordionLeft">
<div class="accordion-body">
<ul class="list-unstyled mb-0">
<li>
<a href="https://github.com/laminas/laminas-form" target="_blank" rel="noopener">laminas-form</a><br>
validate and display forms
</li>
</ul>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#left-5">
Session
</button>
</h2>
<div id="left-5" class="accordion-collapse collapse" data-bs-parent="#accordionLeft">
<div class="accordion-body">
<ul class="list-unstyled mb-0">
<li class="mb-3">
<a href="https://github.com/dotkernel/dot-session" target="_blank" rel="noopener">dot-session</a><br>
<img decoding="async" src="https://img.shields.io/osslifecycle/dotkernel/dot-session" alt="OSS Lifecycle"><br>
extends <a href="https://docs.laminas.dev/laminas-session/" target="_blank" rel="noopener">laminas-session</a>
</li>
<li class="mb-3">
<a href="https://github.com/dotkernel/dot-flashmessenger" target="_blank" rel="noopener">dot-flashmessenger</a><br>
<img decoding="async" src="https://img.shields.io/osslifecycle/dotkernel/dot-flashmessenger" alt="OSS Lifecycle"><br>
short lived session messages
</li>
<li>
<a href="https://github.com/dotkernel/dot-cache" target="_blank" rel="noopener">dot-cache</a><br>
<img decoding="async" src="https://img.shields.io/osslifecycle/dotkernel/dot-cache" alt="OSS Lifecycle"><br>
extends <a href="https://github.com/symfony/cache" target="_blank" rel="noopener">symfony/cache</a>
</li>
</ul>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#left-6">
Logging and error handling
</button>
</h2>
<div id="left-6" class="accordion-collapse collapse" data-bs-parent="#accordionLeft">
<div class="accordion-body">
<ul class="list-unstyled mb-0">
<li class="mb-3">
<a href="https://github.com/dotkernel/dot-log" target="_blank" rel="noopener">dot-log</a><br>
<img decoding="async" src="https://img.shields.io/osslifecycle/dotkernel/dot-log" alt="OSS Lifecycle">
</li>
<li>
<a href="https://github.com/dotkernel/dot-errorhandler" target="_blank" rel="noopener">dot-errorhandler</a><br>
<img decoding="async" src="https://img.shields.io/osslifecycle/dotkernel/dot-errorhandler" alt="OSS Lifecycle">
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!-- Right column -->
<div class="col-md-6">
<div class="accordion" id="accordionRight">
<div class="accordion-item">
<h2 class="accordion-header">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#right-1">
Emailing
</button>
</h2>
<div id="right-1" class="accordion-collapse collapse" data-bs-parent="#accordionRight">
<div class="accordion-body">
<ul class="list-unstyled mb-0">
<li>
<a href="https://github.com/dotkernel/dot-mail" target="_blank" rel="noopener">dot-mail</a><br>
<img decoding="async" src="https://img.shields.io/osslifecycle/dotkernel/dot-mail" alt="OSS Lifecycle"><br>
extends <a href="https://symfony.com/doc/current/mailer.html" target="_blank" rel="noopener">symfony/mailer</a>
</li>
</ul>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#right-2">
Backend abstraction (database)
</button>
</h2>
<div id="right-2" class="accordion-collapse collapse" data-bs-parent="#accordionRight">
<div class="accordion-body">
<ul class="list-unstyled mb-0">
<li class="mb-3">
<a href="https://github.com/doctrine/orm/" target="_blank" rel="noopener">doctrine/orm</a><br>
object-relational-mapper for PHP
</li>
<li class="mb-3">
<a href="https://github.com/doctrine/dbal/" target="_blank" rel="noopener">doctrine/dbal</a><br>
database abstraction layer with features for database schema introspection and management
</li>
<li>
<a href="https://github.com/dotkernel/dot-data-fixtures" target="_blank" rel="noopener">dot-data-fixtures</a><br>
<img decoding="async" src="https://img.shields.io/osslifecycle/dotkernel/dot-data-fixtures" alt="OSS Lifecycle"><br>
extends <a href="https://github.com/doctrine/data-fixtures" target="_blank" rel="noopener">doctrine/data-fixtures</a> to populate tables
</li>
</ul>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#right-3">
Navigation
</button>
</h2>
<div id="right-3" class="accordion-collapse collapse" data-bs-parent="#accordionRight">
<div class="accordion-body">
<ul class="list-unstyled mb-0">
<li>
<a href="https://github.com/dotkernel/dot-navigation" target="_blank" rel="noopener">dot-navigation</a><br>
<img decoding="async" src="https://img.shields.io/osslifecycle/dotkernel/dot-navigation" alt="OSS Lifecycle"><br>
easy menu configuration and parsing
</li>
</ul>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#right-4">
Template engine
</button>
</h2>
<div id="right-4" class="accordion-collapse collapse" data-bs-parent="#accordionRight">
<div class="accordion-body">
<ul class="list-unstyled mb-0">
<li>
<a href="https://github.com/dotkernel/dot-twigrenderer" target="_blank" rel="noopener">dot-twigrenderer</a><br>
<img decoding="async" src="https://img.shields.io/osslifecycle/dotkernel/dot-twigrenderer" alt="OSS Lifecycle"><br>
extend the twig renderer with useful extensions and laminas-view helpers
</li>
</ul>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#right-5">
Tools
</button>
</h2>
<div id="right-5" class="accordion-collapse collapse" data-bs-parent="#accordionRight">
<div class="accordion-body">
<ul class="list-unstyled mb-0">
<li class="mb-3">
<a href="https://github.com/dotkernel/dot-annotated-services" target="_blank" rel="noopener">dot-annotated-services</a><br>
<img decoding="async" src="https://img.shields.io/osslifecycle/dotkernel/dot-annotated-services" alt="OSS Lifecycle"><br>
create and inject services with dependecies through annotations
</li>
<li class="mb-3">
<a href="https://github.com/dotkernel/dot-event" target="_blank" rel="noopener">dot-event</a><br>
<img decoding="async" src="https://img.shields.io/osslifecycle/dotkernel/dot-event" alt="OSS Lifecycle"><br>
extends <a href="https://docs.laminas.dev/laminas-eventmanager/" target="_blank" rel="noopener">laminas-eventmanager</a>
</li>
<li class="mb-3">
<a href="https://github.com/dotkernel/dot-helpers" target="_blank" rel="noopener">dot-helpers</a><br>
<img decoding="async" src="https://img.shields.io/osslifecycle/dotkernel/dot-helpers" alt="OSS Lifecycle">
</li>
<li class="mb-3">
<a href="https://github.com/dotkernel/dot-cli" target="_blank" rel="noopener">dot-cli</a><br>
<img decoding="async" src="https://img.shields.io/osslifecycle/dotkernel/dot-cli" alt="OSS Lifecycle"><br>
extends <a href="https://github.com/laminas/laminas-cli" target="_blank" rel="noopener">laminas-cli</a> for building console applications
</li>
<li class="mb-3">
<a href="https://github.com/dotkernel/dot-doctrine-metadata" target="_blank" rel="noopener">dot-doctrine-metadata</a><br>
<img decoding="async" src="https://img.shields.io/osslifecycle/dotkernel/dot-doctrine-metadata" alt="OSS Lifecycle"><br>
extends <a href="https://github.com/mezzio/mezzio-hal" target="_blank" rel="noopener">mezzio/mezzio-hal</a> for extracting and rendering Doctrine entities
</li>
<li>
<a href="https://github.com/dotkernel/dot-response-header" target="_blank" rel="noopener">dot-response-header</a><br>
<img decoding="async" src="https://img.shields.io/osslifecycle/dotkernel/dot-response-header" alt="OSS Lifecycle"><br>
middleware for setting and overwriting custom response headers
</li>
</ul>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#right-6">
Extra libraries
</button>
</h2>
<div id="right-6" class="accordion-collapse collapse" data-bs-parent="#accordionRight">
<div class="accordion-body">
<ul class="list-unstyled mb-0">
<li class="mb-3">
<a href="https://github.com/dotkernel/dot-user-agent-sniffer" target="_blank" rel="noopener">dot-user-agent-sniffer</a><br>
<img decoding="async" src="https://img.shields.io/osslifecycle/dotkernel/dot-user-agent-sniffer" alt="OSS Lifecycle"><br>
provides details about a device by parsing a user agent
</li>
<li class="mb-3">
<a href="https://github.com/dotkernel/dot-debugbar" target="_blank" rel="noopener">dot-debugbar</a><br>
<img decoding="async" src="https://img.shields.io/osslifecycle/dotkernel/dot-debugbar" alt="OSS Lifecycle"><br>
extends <a href="https://github.com/maximebf/php-debugbar" target="_blank" rel="noopener">maximebf/php-debugbar</a> to collect session data, log messages, debug database queries etc.
</li>
<li>
<a href="https://github.com/dotkernel/dot-geoip" target="_blank" rel="noopener">dot-geoip</a><br>
<img decoding="async" src="https://img.shields.io/osslifecycle/dotkernel/dot-geoip" alt="OSS Lifecycle"><br>
extends <a href="https://github.com/maxmind/GeoIP2-php" target="_blank" rel="noopener">maxmind/GeoIP2-php</a> to provide geographical details about an IP address
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
{% if posts is defined and posts is iterable %}
<section class="py-5">
<div class="container">
<h4 class="text-center py-2">Blog</h4>
<h2 class="mb-4 text-center pb-2">Useful Reads</h2>
<div class="row g-4">
{% for post in posts %}
<div class="col-md-4">
<div class="card h-100 border-0 shadow-sm rounded-3">
<div class="card-body d-flex flex-column p-4">
<span class="badge bg-primary-subtle text-primary-emphasis rounded-pill align-self-start mb-2">
{{ post.category.name }}
</span>
<h5 class="card-title fw-semibold mb-2">
<a href="{{ url('page::blog-resource', {categorySlug: post.category.slug, slug: post.slug}) }}"
class="text-dark text-decoration-none stretched-link">
{{ post.title }}
</a>
</h5>
<p class="card-text text-muted small flex-grow-1">
{{ post.excerpt }}
</p>
<span class="text-muted small mt-2">
<i class="bi bi-calendar3 me-1"></i>{{ post.postDate|date('M d, Y') }}
</span>
</div>
</div>
</div>
{% else %}
<div class="col-12">
<p class="text-muted text-center mb-0">No recent posts.</p>
</div>
{% endfor %}
</div>
</div>
</section>
{% endif %}
<section class="py-5">
<div class="container">
<div class="row justify-content-center text-center">
<div class="col-lg-8">
<p class="text-uppercase text-muted fw-bold mb-2">Designed and built by Apidemia</p>
<h2 class="mb-3">Control, Scalability & Performance</h2>
<p class="text-muted mb-4">
Dotkernel is an Open Source project created and led by the dev team @Apidemia,
initially as an internal tool to handle complex architectures, now freely open,
our way of giving back to the community.
</p>
<a href="{{ url('page::contact') }}" class="btn bg-primary-subtle text-primary-emphasis rounded-pill">
See more about us
</a>
</div>
</div>
</div>
</section>
{% endblock %}