-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomparison.php
More file actions
354 lines (350 loc) · 30 KB
/
Copy pathcomparison.php
File metadata and controls
354 lines (350 loc) · 30 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
<?php include(__DIR__ . '/inc/header.php'); ?>
<?php include(__DIR__ . '/inc/sub_header.php'); ?>
<section class="py-12 bg-slate-950/40">
<div class="container mx-auto px-6 space-y-24">
<section>
<div class="grid grid-cols-1 lg:grid-cols-12 gap-12 items-start">
<div class="lg:col-span-4 sticky top-32">
<div class="flex items-center gap-3 mb-4">
<span class="px-2 py-1 rounded bg-orange-500/10 text-orange-500 text-[10px] font-black uppercase tracking-widest">Network Tier</span>
</div>
<h2 class="text-3xl font-black text-white mb-4">API Gateway</h2>
<p class="text-sm text-slate-400 leading-relaxed">
An API gateway acts as a single entry point for clients to access backend services. Fusio provides all common gateway features: Routing, Auth, and Rate Limiting, but adds an advanced developer portal and SDK generator to simplify user onboarding.
</p>
</div>
<div class="lg:col-span-8 grid grid-cols-1 md:grid-cols-3 gap-4">
<div class="group p-6 rounded-3xl bg-slate-900/40 border border-white/5 hover:border-orange-500/30 transition-all">
<div class="w-12 h-12 mb-6 rounded-xl bg-slate-950/60 p-2 flex items-center justify-center border border-white/5 group-hover:scale-105 transition-transform">
<img src="<?php echo $base; ?>/img/compare/kong.png" alt="Kong" class="w-full h-full object-contain grayscale group-hover:grayscale-0 transition-all">
</div>
<div class="mb-6">
<h3 class="text-white font-bold text-lg tracking-tight">Kong</h3>
</div>
<div class="flex flex-col gap-3">
<a href="<?php echo $router->getAbsolutePath([\App\Controller\Comparison::class, 'detail'], ['app' => 'kong']); ?>" class="w-full py-3 px-4 text-orange-500 text-[11px] font-black uppercase tracking-widest text-center rounded-xl transition-all shadow-lg">
Fusio vs Kong
</a>
<a href="https://konghq.com/" target="_blank" rel="noopener" class="w-full py-3 px-4 bg-white/5 hover:bg-white/10 text-slate-300 hover:text-white text-[11px] font-black uppercase tracking-widest text-center rounded-xl border border-white/10 transition-all">
Official Site
</a>
</div>
</div>
<div class="group p-6 rounded-3xl bg-slate-900/40 border border-white/5 hover:border-orange-500/30 transition-all">
<div class="w-12 h-12 mb-6 rounded-xl bg-slate-950/60 p-2 flex items-center justify-center border border-white/5 group-hover:scale-105 transition-transform">
<img src="<?php echo $base; ?>/img/compare/tyk.png" alt="Tyk" class="w-full h-full object-contain grayscale group-hover:grayscale-0 transition-all">
</div>
<div class="mb-6">
<h3 class="text-white font-bold text-lg tracking-tight">Tyk</h3>
</div>
<div class="flex flex-col gap-3">
<a href="<?php echo $router->getAbsolutePath([\App\Controller\Comparison::class, 'detail'], ['app' => 'tyk']); ?>" class="w-full py-3 px-4 text-orange-500 text-[11px] font-black uppercase tracking-widest text-center rounded-xl transition-all shadow-lg">
Fusio vs Tyk
</a>
<a href="https://tyk.io/" target="_blank" rel="noopener" class="w-full py-3 px-4 bg-white/5 hover:bg-white/10 text-slate-300 hover:text-white text-[11px] font-black uppercase tracking-widest text-center rounded-xl border border-white/10 transition-all">
Official Site
</a>
</div>
</div>
<div class="group p-6 rounded-3xl bg-slate-900/40 border border-white/5 hover:border-orange-500/30 transition-all">
<div class="w-12 h-12 mb-6 rounded-xl bg-slate-950/60 p-2 flex items-center justify-center border border-white/5 group-hover:scale-105 transition-transform">
<img src="<?php echo $base; ?>/img/compare/wso2.png" alt="WSO2" class="w-full h-full object-contain grayscale group-hover:grayscale-0 transition-all">
</div>
<div class="mb-6">
<h3 class="text-white font-bold text-lg tracking-tight">WSO2</h3>
</div>
<div class="flex flex-col gap-3">
<a href="<?php echo $router->getAbsolutePath([\App\Controller\Comparison::class, 'detail'], ['app' => 'wso2']); ?>" class="w-full py-3 px-4 text-orange-500 text-[11px] font-black uppercase tracking-widest text-center rounded-xl transition-all shadow-lg">
Fusio vs WSO2
</a>
<a href="https://wso2.com/" target="_blank" rel="noopener" class="w-full py-3 px-4 bg-white/5 hover:bg-white/10 text-slate-300 hover:text-white text-[11px] font-black uppercase tracking-widest text-center rounded-xl border border-white/10 transition-all">
Official Site
</a>
</div>
</div>
</div>
</div>
</section>
<section class="pt-24 border-t border-white/5">
<div class="grid grid-cols-1 lg:grid-cols-12 gap-12 items-start">
<div class="lg:col-span-4 sticky top-32">
<div class="flex items-center gap-3 mb-4">
<span class="px-2 py-1 rounded bg-emerald-500/10 text-emerald-500 text-[10px] font-black uppercase tracking-widest">Infrastructure Tier</span>
</div>
<h2 class="text-3xl font-black text-white mb-4">Backend as a Service</h2>
<p class="text-sm text-slate-400 leading-relaxed">
Fusio is an open-source, self-hosted alternative to BaaS providers. It targets developers who prioritize data sovereignty and vendor independence, offering a simplified backend development experience without the constraints of a proprietary cloud.
</p>
</div>
<div class="lg:col-span-8 grid grid-cols-1 md:grid-cols-3 gap-4">
<div class="group p-6 rounded-3xl bg-slate-900/40 border border-white/5 hover:border-emerald-500/30 transition-all">
<div class="w-12 h-12 mb-6 rounded-xl bg-slate-950/60 p-2 flex items-center justify-center border border-white/5 group-hover:scale-105 transition-transform">
<img src="<?php echo $base; ?>/img/compare/firebase.png" alt="Firebase" class="w-full h-full object-contain grayscale group-hover:grayscale-0 transition-all">
</div>
<div class="mb-6">
<h3 class="text-white font-bold text-lg tracking-tight">Firebase</h3>
</div>
<div class="flex flex-col gap-3">
<a href="<?php echo $router->getAbsolutePath([\App\Controller\Comparison::class, 'detail'], ['app' => 'firebase']); ?>" class="w-full py-3 px-4 text-emerald-500 text-[11px] font-black uppercase tracking-widest text-center rounded-xl transition-all shadow-lg">
Fusio vs Firebase
</a>
<a href="https://firebase.google.com/" target="_blank" rel="noopener" class="w-full py-3 px-4 bg-white/5 hover:bg-white/10 text-slate-300 hover:text-white text-[11px] font-black uppercase tracking-widest text-center rounded-xl border border-white/10 transition-all">
Official Site
</a>
</div>
</div>
<div class="group p-6 rounded-3xl bg-slate-900/40 border border-white/5 hover:border-emerald-500/30 transition-all">
<div class="w-12 h-12 mb-6 rounded-xl bg-slate-950/60 p-2 flex items-center justify-center border border-white/5 group-hover:scale-105 transition-transform">
<img src="<?php echo $base; ?>/img/compare/supabase.png" alt="Supabase" class="w-full h-full object-contain grayscale group-hover:grayscale-0 transition-all">
</div>
<div class="mb-6">
<h3 class="text-white font-bold text-lg tracking-tight">Supabase</h3>
</div>
<div class="flex flex-col gap-3">
<a href="<?php echo $router->getAbsolutePath([\App\Controller\Comparison::class, 'detail'], ['app' => 'supabase']); ?>" class="w-full py-3 px-4 text-emerald-500 text-[11px] font-black uppercase tracking-widest text-center rounded-xl transition-all shadow-lg">
Fusio vs Supabase
</a>
<a href="https://supabase.com/" target="_blank" rel="noopener" class="w-full py-3 px-4 bg-white/5 hover:bg-white/10 text-slate-300 hover:text-white text-[11px] font-black uppercase tracking-widest text-center rounded-xl border border-white/10 transition-all">
Official Site
</a>
</div>
</div>
<div class="group p-6 rounded-3xl bg-slate-900/40 border border-white/5 hover:border-emerald-500/30 transition-all">
<div class="w-12 h-12 mb-6 rounded-xl bg-slate-950/60 p-2 flex items-center justify-center border border-white/5 group-hover:scale-105 transition-transform">
<img src="<?php echo $base; ?>/img/compare/appwrite.png" alt="Appwrite" class="w-full h-full object-contain grayscale group-hover:grayscale-0 transition-all">
</div>
<div class="mb-6">
<h3 class="text-white font-bold text-lg tracking-tight">Appwrite</h3>
</div>
<div class="flex flex-col gap-3">
<a href="<?php echo $router->getAbsolutePath([\App\Controller\Comparison::class, 'detail'], ['app' => 'appwrite']); ?>" class="w-full py-3 px-4 text-emerald-500 text-[11px] font-black uppercase tracking-widest text-center rounded-xl transition-all shadow-lg">
Fusio vs Appwrite
</a>
<a href="https://appwrite.io/" target="_blank" rel="noopener" class="w-full py-3 px-4 bg-white/5 hover:bg-white/10 text-slate-300 hover:text-white text-[11px] font-black uppercase tracking-widest text-center rounded-xl border border-white/10 transition-all">
Official Site
</a>
</div>
</div>
</div>
</div>
</section>
<section class="pt-24 border-t border-white/5">
<div class="grid grid-cols-1 lg:grid-cols-12 gap-12 items-start">
<div class="lg:col-span-4 sticky top-32">
<div class="flex items-center gap-3 mb-4">
<span class="px-2 py-1 rounded bg-blue-500/10 text-blue-500 text-[10px] font-black uppercase tracking-widest">Development Tier</span>
</div>
<h2 class="text-3xl font-black text-white mb-4">API Builder</h2>
<p class="text-sm text-slate-400 leading-relaxed">
Fusio provides a generator to automatically create a complete API based on various databases. Unlike simple builders that only offer REST or GraphQL mirroring, Fusio allows you to customize each endpoint and inject additional business logic.
</p>
</div>
<div class="lg:col-span-8 grid grid-cols-1 md:grid-cols-3 gap-4">
<div class="group p-6 rounded-3xl bg-slate-900/40 border border-white/5 hover:border-blue-500/30 transition-all">
<div class="w-12 h-12 mb-6 rounded-xl bg-slate-950/60 p-2 flex items-center justify-center border border-white/5 group-hover:scale-105 transition-transform">
<img src="<?php echo $base; ?>/img/compare/postgrest.png" alt="PostgREST" class="w-full h-full object-contain grayscale group-hover:grayscale-0 transition-all">
</div>
<div class="mb-6">
<h3 class="text-white font-bold text-lg tracking-tight">PostgREST</h3>
</div>
<div class="flex flex-col gap-3">
<a href="<?php echo $router->getAbsolutePath([\App\Controller\Comparison::class, 'detail'], ['app' => 'postgrest']); ?>" class="w-full py-3 px-4 text-blue-500 text-[11px] font-black uppercase tracking-widest text-center rounded-xl transition-all shadow-lg">
Fusio vs PostgREST
</a>
<a href="https://postgrest.org/" target="_blank" rel="noopener" class="w-full py-3 px-4 bg-white/5 hover:bg-white/10 text-slate-300 hover:text-white text-[11px] font-black uppercase tracking-widest text-center rounded-xl border border-white/10 transition-all">
Official Site
</a>
</div>
</div>
<div class="group p-6 rounded-3xl bg-slate-900/40 border border-white/5 hover:border-blue-500/30 transition-all">
<div class="w-12 h-12 mb-6 rounded-xl bg-slate-950/60 p-2 flex items-center justify-center border border-white/5 group-hover:scale-105 transition-transform">
<img src="<?php echo $base; ?>/img/compare/hasura.png" alt="Hasura" class="w-full h-full object-contain grayscale group-hover:grayscale-0 transition-all">
</div>
<div class="mb-6">
<h3 class="text-white font-bold text-lg tracking-tight">Hasura</h3>
</div>
<div class="flex flex-col gap-3">
<a href="<?php echo $router->getAbsolutePath([\App\Controller\Comparison::class, 'detail'], ['app' => 'hasura']); ?>" class="w-full py-3 px-4 text-blue-500 text-[11px] font-black uppercase tracking-widest text-center rounded-xl transition-all shadow-lg">
Fusio vs Hasura
</a>
<a href="https://hasura.io/" target="_blank" rel="noopener" class="w-full py-3 px-4 bg-white/5 hover:bg-white/10 text-slate-300 hover:text-white text-[11px] font-black uppercase tracking-widest text-center rounded-xl border border-white/10 transition-all">
Official Site
</a>
</div>
</div>
<div class="group p-6 rounded-3xl bg-slate-900/40 border border-white/5 hover:border-blue-500/30 transition-all">
<div class="w-12 h-12 mb-6 rounded-xl bg-slate-950/60 p-2 flex items-center justify-center border border-white/5 group-hover:scale-105 transition-transform">
<img src="<?php echo $base; ?>/img/compare/dreamfactory.png" alt="DreamFactory" class="w-full h-full object-contain grayscale group-hover:grayscale-0 transition-all">
</div>
<div class="mb-6">
<h3 class="text-white font-bold text-lg tracking-tight">DreamFactory</h3>
</div>
<div class="flex flex-col gap-3">
<a href="<?php echo $router->getAbsolutePath([\App\Controller\Comparison::class, 'detail'], ['app' => 'dreamfactory']); ?>" class="w-full py-3 px-4 text-blue-500 text-[11px] font-black uppercase tracking-widest text-center rounded-xl transition-all shadow-lg">
Fusio vs DreamFactory
</a>
<a href="https://www.dreamfactory.com/" target="_blank" rel="noopener" class="w-full py-3 px-4 bg-white/5 hover:bg-white/10 text-slate-300 hover:text-white text-[11px] font-black uppercase tracking-widest text-center rounded-xl border border-white/10 transition-all">
Official Site
</a>
</div>
</div>
</div>
</div>
</section>
<section class="pt-24 border-t border-white/5">
<div class="grid grid-cols-1 lg:grid-cols-12 gap-12 items-start">
<div class="lg:col-span-4 sticky top-32">
<div class="flex items-center gap-3 mb-4">
<span class="px-2 py-1 rounded bg-purple-500/10 text-purple-500 text-[10px] font-black uppercase tracking-widest">Content Tier</span>
</div>
<h2 class="text-3xl font-black text-white mb-4">Headless CMS</h2>
<p class="text-sm text-slate-400 leading-relaxed">
While a CMS manages display content, Fusio acts as a lightweight alternative for "Entity-First" development. It focuses on structured data and CRUD APIs rather than presentation management.
</p>
</div>
<div class="lg:col-span-8 grid grid-cols-1 md:grid-cols-3 gap-4">
<div class="group p-6 rounded-3xl bg-slate-900/40 border border-white/5 hover:border-purple-500/30 transition-all">
<div class="w-12 h-12 mb-6 rounded-xl bg-slate-950/60 p-2 flex items-center justify-center border border-white/5 group-hover:scale-105 transition-transform">
<img src="<?php echo $base; ?>/img/compare/strapi.png" alt="Strapi" class="w-full h-full object-contain grayscale group-hover:grayscale-0 transition-all">
</div>
<div class="mb-6">
<h3 class="text-white font-bold text-lg tracking-tight">Strapi</h3>
</div>
<div class="flex flex-col gap-3">
<a href="<?php echo $router->getAbsolutePath([\App\Controller\Comparison::class, 'detail'], ['app' => 'strapi']); ?>" class="w-full py-3 px-4 text-purple-500 text-[11px] font-black uppercase tracking-widest text-center rounded-xl transition-all shadow-lg">
Fusio vs Strapi
</a>
<a href="https://strapi.io/" target="_blank" rel="noopener" class="w-full py-3 px-4 bg-white/5 hover:bg-white/10 text-slate-300 hover:text-white text-[11px] font-black uppercase tracking-widest text-center rounded-xl border border-white/10 transition-all">
Official Site
</a>
</div>
</div>
<div class="group p-6 rounded-3xl bg-slate-900/40 border border-white/5 hover:border-purple-500/30 transition-all">
<div class="w-12 h-12 mb-6 rounded-xl bg-slate-950/60 p-2 flex items-center justify-center border border-white/5 group-hover:scale-105 transition-transform">
<img src="<?php echo $base; ?>/img/compare/ghost.png" alt="Ghost" class="w-full h-full object-contain grayscale group-hover:grayscale-0 transition-all">
</div>
<div class="mb-6">
<h3 class="text-white font-bold text-lg tracking-tight">Ghost</h3>
</div>
<div class="flex flex-col gap-3">
<a href="<?php echo $router->getAbsolutePath([\App\Controller\Comparison::class, 'detail'], ['app' => 'ghost']); ?>" class="w-full py-3 px-4 text-purple-500 text-[11px] font-black uppercase tracking-widest text-center rounded-xl transition-all shadow-lg">
Fusio vs Ghost
</a>
<a href="https://ghost.org/" target="_blank" rel="noopener" class="w-full py-3 px-4 bg-white/5 hover:bg-white/10 text-slate-300 hover:text-white text-[11px] font-black uppercase tracking-widest text-center rounded-xl border border-white/10 transition-all">
Official Site
</a>
</div>
</div>
<div class="group p-6 rounded-3xl bg-slate-900/40 border border-white/5 hover:border-purple-500/30 transition-all">
<div class="w-12 h-12 mb-6 rounded-xl bg-slate-950/60 p-2 flex items-center justify-center border border-white/5 group-hover:scale-105 transition-transform">
<img src="<?php echo $base; ?>/img/compare/directus.png" alt="Directus" class="w-full h-full object-contain grayscale group-hover:grayscale-0 transition-all">
</div>
<div class="mb-6">
<h3 class="text-white font-bold text-lg tracking-tight">Directus</h3>
</div>
<div class="flex flex-col gap-3">
<a href="<?php echo $router->getAbsolutePath([\App\Controller\Comparison::class, 'detail'], ['app' => 'directus']); ?>" class="w-full py-3 px-4 text-purple-500 text-[11px] font-black uppercase tracking-widest text-center rounded-xl transition-all shadow-lg">
Fusio vs Directus
</a>
<a href="https://directus.io/" target="_blank" rel="noopener" class="w-full py-3 px-4 bg-white/5 hover:bg-white/10 text-slate-300 hover:text-white text-[11px] font-black uppercase tracking-widest text-center rounded-xl border border-white/10 transition-all">
Official Site
</a>
</div>
</div>
</div>
</div>
</section>
<section class="pt-24 border-t border-white/5">
<div class="grid grid-cols-1 lg:grid-cols-12 gap-12 items-start">
<div class="lg:col-span-4 sticky top-32">
<div class="flex items-center gap-3 mb-4">
<span class="px-2 py-1 rounded bg-red-500/10 text-red-500 text-[10px] font-black uppercase tracking-widest">Application Tier</span>
</div>
<h2 class="text-3xl font-black text-white mb-4">API Framework</h2>
<p class="text-sm text-slate-400 leading-relaxed">
Code-level frameworks leave governance and lifecycle management to you. Fusio bridges this gap by providing a repository-driven config that works with GIT, automating the repetitive "API Product" features like documentation and SDKs.
</p>
</div>
<div class="lg:col-span-8 grid grid-cols-1 md:grid-cols-3 gap-4">
<div class="group p-6 rounded-3xl bg-slate-900/40 border border-white/5 hover:border-red-500/30 transition-all">
<div class="w-12 h-12 mb-6 rounded-xl bg-slate-950/60 p-2 flex items-center justify-center border border-white/5 group-hover:scale-105 transition-transform">
<img src="<?php echo $base; ?>/img/compare/symfony.png" alt="Symfony" class="w-full h-full object-contain grayscale group-hover:grayscale-0 transition-all">
</div>
<div class="mb-6">
<h3 class="text-white font-bold text-lg tracking-tight">Symfony</h3>
</div>
<div class="flex flex-col gap-3">
<a href="<?php echo $router->getAbsolutePath([\App\Controller\Comparison::class, 'detail'], ['app' => 'symfony']); ?>" class="w-full py-3 px-4 text-red-500 text-[11px] font-black uppercase tracking-widest text-center rounded-xl transition-all shadow-lg">
Fusio vs Symfony
</a>
<a href="https://symfony.com/" target="_blank" rel="noopener" class="w-full py-3 px-4 bg-white/5 hover:bg-white/10 text-slate-300 hover:text-white text-[11px] font-black uppercase tracking-widest text-center rounded-xl border border-white/10 transition-all">
Official Site
</a>
</div>
</div>
<div class="group p-6 rounded-3xl bg-slate-900/40 border border-white/5 hover:border-red-500/30 transition-all">
<div class="w-12 h-12 mb-6 rounded-xl bg-slate-950/60 p-2 flex items-center justify-center border border-white/5 group-hover:scale-105 transition-transform">
<img src="<?php echo $base; ?>/img/compare/laravel.png" alt="Laravel" class="w-full h-full object-contain grayscale group-hover:grayscale-0 transition-all">
</div>
<div class="mb-6">
<h3 class="text-white font-bold text-lg tracking-tight">Laravel</h3>
</div>
<div class="flex flex-col gap-3">
<a href="<?php echo $router->getAbsolutePath([\App\Controller\Comparison::class, 'detail'], ['app' => 'laravel']); ?>" class="w-full py-3 px-4 text-red-500 text-[11px] font-black uppercase tracking-widest text-center rounded-xl transition-all shadow-lg">
Fusio vs Laravel
</a>
<a href="https://laravel.com/" target="_blank" rel="noopener" class="w-full py-3 px-4 bg-white/5 hover:bg-white/10 text-slate-300 hover:text-white text-[11px] font-black uppercase tracking-widest text-center rounded-xl border border-white/10 transition-all">
Official Site
</a>
</div>
</div>
<div class="group p-6 rounded-3xl bg-slate-900/40 border border-white/5 hover:border-red-500/30 transition-all">
<div class="w-12 h-12 mb-6 rounded-xl bg-slate-950/60 p-2 flex items-center justify-center border border-white/5 group-hover:scale-105 transition-transform">
<img src="<?php echo $base; ?>/img/compare/api-platform.png" alt="API Platform" class="w-full h-full object-contain grayscale group-hover:grayscale-0 transition-all">
</div>
<div class="mb-6">
<h3 class="text-white font-bold text-lg tracking-tight">API Platform</h3>
</div>
<div class="flex flex-col gap-3">
<a href="<?php echo $router->getAbsolutePath([\App\Controller\Comparison::class, 'detail'], ['app' => 'api-platform']); ?>" class="w-full py-3 px-4 text-red-500 text-[11px] font-black uppercase tracking-widest text-center rounded-xl transition-all shadow-lg">
Fusio vs API Platform
</a>
<a href="https://api-platform.com/" target="_blank" rel="noopener" class="w-full py-3 px-4 bg-white/5 hover:bg-white/10 text-slate-300 hover:text-white text-[11px] font-black uppercase tracking-widest text-center rounded-xl border border-white/10 transition-all">
Official Site
</a>
</div>
</div>
</div>
</div>
</section>
</div>
</section>
<section class="border-t border-white/5 bg-slate-950/40 py-6 group">
<div class="container mx-auto px-6">
<div class="flex flex-col sm:flex-row items-center justify-between gap-6">
<div class="flex items-center gap-6">
<div class="flex items-center gap-3 px-3 py-1.5 rounded-md bg-white/[0.03] border border-white/5">
<span class="text-[10px] font-black text-slate-600 uppercase tracking-widest">SHA1</span>
<code class="text-[11px] font-mono font-bold text-slate-400">
<?php echo sha1_file(__FILE__); ?>
</code>
</div>
</div>
<div class="flex items-center gap-6">
<a href="https://github.com/apioo/fusio-website/blob/main/resources/template/<?php echo pathinfo(__FILE__, PATHINFO_BASENAME); ?>"
class="group/link flex items-center gap-2 text-[10px] font-black text-slate-500 hover:text-orange-500 transition-colors uppercase tracking-widest">
<svg class="w-3.5 h-3.5 opacity-50 group-hover/link:opacity-100 transition-opacity" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path d="M11 5H6a2 2 0 00-2 2v11a2 2 0 002 2h11a2 2 0 002-2v-5m-1.414-9.414a2 2 0 112.828 2.828L11.828 15H9v-2.828l8.586-8.586z" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
Improve this page
</a>
<div class="hidden sm:block w-1 h-1 rounded-full bg-white/10"></div>
<a href="https://github.com/apioo/fusio/issues"
class="text-[10px] font-black text-slate-600 hover:text-white transition-colors uppercase tracking-widest">
Report Issue
</a>
</div>
</div>
</div>
</section>
<?php include(__DIR__ . '/inc/footer.php'); ?>