feat: FrankenPHP runtime, per-provider health probes, and ContributionAggregator #2

Merged
haylan merged 15 commits from feat/frankenphp into main 2026-05-30 12:32:11 +00:00
Showing only changes of commit 61b7735afc - Show all commits
+3 -1
View File
@@ -1,5 +1,7 @@
<?php <?php
declare(strict_types=1);
namespace App\Service; namespace App\Service;
/** /**
@@ -11,7 +13,7 @@ namespace App\Service;
* - Month labels above, weekday labels (Mon/Wed/Fri) on the left * - Month labels above, weekday labels (Mon/Wed/Fri) on the left
* - 5 intensity levels (04) matched to GitHub's colour palette * - 5 intensity levels (04) matched to GitHub's colour palette
*/ */
class SvgRenderer final class SvgRenderer
{ {
// GitHub's exact colour tokens // GitHub's exact colour tokens
private const THEMES = [ private const THEMES = [