mikemand / yasumi

Yasumi is an easy PHP Library for calculating national holidays

Home Page:https://azuyalabs.github.io/yasumi/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitHub Release Total Downloads Software License Build Status StyleCI

Logo

Yasumi (Japanese for 'Holiday'「休み」) is an easy PHP library to help you calculate the dates and names of holidays and other special celebrations from various countries/states. Many services exist on the internet that provide holidays, however are either not free or offer only limited information. In addition, no complete PHP library seems to exist today that covers a wide range of holidays and countries, except maybe PEAR's Date_Holidays which unfortunately hasn't been updated for a long time.

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) so it's easy to add new holiday providers that calculate holidays. The methods of Yasumi can be used to get a holiday's date and name in various languages.

Documentation

Yasumi’s Github Pages received a make over! All documentation has been moved to https://azuyalabs.github.io/yasumi/ replacing most of the contents of this README. Hopefully you can find information easier now!

License

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

About

Yasumi is an easy PHP Library for calculating national holidays

https://azuyalabs.github.io/yasumi/

License:Other


Languages

Language:PHP 100.0%