With this library you can check if a given day is a holiday in selected country or state.
Create instance of CalculatorService:
$holidayService = new CalculatorService();
// Get actual calculator by passing country and optional state
$calculator = $holidayService->getCalculatorByCountryAndState('DE', 'BY');
You need to have docker installed. Please run:
This starts the container:
docker compose up -d
This runs the tests:
docker compose exec php /var/app/vendor/bin/phpunit --configuration=/var/app/phpunit.xml
- Tests for special holidays like "Tourist Trophy Senior Race Day" on Isle of Man, see Belgium
- Translations for holidays
- Code examples