Skip to content

azuyalabs/yasumi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1e92779 · Apr 15, 2025
Feb 16, 2025
Mar 15, 2025
Apr 8, 2025
Apr 7, 2025
Apr 30, 2023
Dec 3, 2023
Dec 23, 2024
Jan 8, 2025
Apr 7, 2025
Mar 15, 2025
Dec 4, 2023
Mar 15, 2025
Mar 15, 2025
Apr 2, 2025
Mar 20, 2025
Jan 8, 2025
Apr 15, 2025
Dec 23, 2024
Jan 8, 2025
Mar 10, 2025
Feb 16, 2025

Repository files navigation

GitHub Release Total Downloads Coding Standard Static analysis Testing Software License

Logo

New Documentation Site 🎉

Yasumi's documentation site just got a make-over! Please check out the announcement or head straight to it.

Introduction

Yasumi (Japanese for 'Holiday'「休み」) is the easy PHP library that helps you retrieve the dates and names of holidays and other special celebrations from various countries/states. It is calculation and rule driven avoiding the need of a comprehensive database.

Many services exist that can provide holiday information, however are either not entirely free or only offer limited information. In addition, no exhaustive PHP library exists today covering a wide range of holidays and countries. PEAR's Date_Holidays library was a similar attempt, however it hasn't been updated for a long time.

Highlights

The goal of Yasumi is to be powerful while remaining lightweight, by utilizing PHP native classes wherever possible. Yasumi's calculation is provider-based (i.e. by country/state), making it easy to add new holiday providers that calculate holidays.

  • Pure PHP with a straightforward API
  • Framework-agnostic
  • Use of Providers to easily extend and expand new Holidays
  • Common Holiday Providers
  • Accounts for the date/time when holidays have been officially established and/or abolished
  • Filters enabling to easily select certain holiday types (Official, Observed, Bank, Seasonal or Other)
  • Global Translations
  • Time zone aware
  • Implements ArrayIterator to easily process a provider's holidays
  • Fully documented
  • Fully unit tested
  • Composer ready, PSR-12 and PSR-4 compliant

Documentation

Yasumi’s documentation is available on https://www.yasumi.dev. You will find all the necessary information how to install Yasumi and also recipes how you can use Yasumi in your project.

Contributing

Contributions are encouraged and welcome; I am always happy to get feedback or pull requests on GitHub :) Create GitHub Issues for bugs and new features and comment on the ones you are interested in.

If you enjoy what I am making, an extra cup of coffee is very much appreciated :). Your support helps me to put more time into Open-Source Software projects like this.

Buy Me A Coffee

License

This project is open-sourced software licensed under the MIT License (MIT). Please see LICENSE for more information.