Ajout du service pour récupérer les jours fériés #1

Merged
tristan merged 3 commits from feat/service-holidays-day into develop 2026-02-06 09:58:06 +00:00
Collaborator
No description provided.
kevin self-assigned this 2026-02-06 09:42:03 +00:00
kevin added 2 commits 2026-02-06 09:42:03 +00:00
tristan requested changes 2026-02-06 09:49:55 +00:00
@@ -0,0 +29,4 @@
public function getHolidaysDay(string $zone): array
{
$zone = strtolower(trim($zone));
$url = "https://calendrier.api.gouv.fr/jours-feries/{$zone}.json";
Owner

Fait une constante pour la base de l'url => private const string BASE_URL= 'mon url';

Fait une constante pour la base de l'url => private const string BASE_URL= 'mon url';
tristan marked this conversation as resolved
kevin added 1 commit 2026-02-06 09:57:19 +00:00
tristan merged commit ee26fdd045 into develop 2026-02-06 09:58:06 +00:00
tristan deleted branch feat/service-holidays-day 2026-02-06 09:58:06 +00:00
Sign in to join this conversation.
No Reviewers
No Label
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: MALIO-DEV/SIRH#1