2017 © Pedro Peláez
 

package countryholiday

to get all holidays date in 133 countries

image

afiqiqmal/countryholiday

to get all holidays date in 133 countries

  • Sunday, January 21, 2018
  • by afiqiqmal
  • Repository
  • 1 Watchers
  • 0 Stars
  • 8 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

List of Country Holiday

get holiday list from selected country, (*1)

Usage

Holidays in current years, (*2)

Holiday::init()->country("malaysia")->getAllRegionHoliday()->get();

Holidays in specific years, (*3)

Holiday::init()->country("malaysia")->getAllRegionHoliday("2017")->get();

Holidays by regional, (*4)

Holiday::init()->country("uae")->getRegionHoliday("Selangor")->get();

Holidays by regional in 2017, (*5)

Holiday::init()->country("usa")->getRegionHoliday("arizona","2017")->get();

Grouping and Filter result, (*6)

Holiday::init()->country("india")->getAllRegionHoliday()->groupByMonth()->get();
Holiday::init()->country("malaysia")->getAllRegionHoliday()->filterByMonth("January")->get();  //date('F')

install

composer require afiqiqmal/countryholiday

Or, (*7)

require{
    "afiqiqmal/countryholiday": "^1.0.0"
}

Source

Scraped from - http://www.officeholidays.com/countries/malaysia, (*8)

MIT Licence

The Versions

21/01 2018

dev-master

9999999-dev

to get all holidays date in 133 countries

  Sources   Download

MIT

The Requires

 

16/06 2017

1.0.1

1.0.1.0

to get all holidays date in 133 countries

  Sources   Download

MIT

The Requires

 

08/06 2017

1.0.0

1.0.0.0

to get all holidays date in 133 countries

  Sources   Download

MIT

The Requires