This library allows you to get information about special dates based on one person's birthday (or any date).
It's been know to be the best tool to wish a happy 15000th day to people (no it's not).
You can install this package by using Composer, running the following command:
composer require axi/mycalendar
<?php
use Axi\MyCalendar\Service\CalendarService;
require_once './vendor/autoload.php';
echo (new CalendarService())
->getEventsFromDate(
dateTime: new DateTime("1984-01-12"),
format: 'json'
)->getContent();
Several recipes are already available
See Issues for a list of propositions for more recipes
We use Weblate for collaborative translations! You can help translate this project into different languages by joining our Weblate project.
Thank you for helping make this project accessible to more people!
Feel free to submit new Renderers or Recipes
This library is released under the GPL-3.0-or-later licence.
How can I help you explore Laravel packages today?