Download the PHP package afiqiqmal/country-holiday without Composer
On this page you can find all versions of the php package afiqiqmal/country-holiday. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package country-holiday
National Holidays :airplane:
Parsing National Public Holidays
How to Use
Declare
Holidays in current year
Holidays in specific years
Holidays by region
Holidays by region and year
Group and filter results
Requirements
PHP 8.2 and above
To install
run
composer require afiqiqmal/country-holiday
Sample
{ "status":true, "data":[ { "regional":"Selangor", "collection":[ { "year":2019, "data":[ { "day":"Tuesday", "date":"2019-01-01", "date_formatted":"01 January 2019", "month":"January", "name":"New Year's Day", "description":"Regional Holiday", "is_holiday":true, "type":"Regional Holiday", "type_id":4 }, { "day":"Monday", "date":"2019-01-21", "date_formatted":"21 January 2019", "month":"January", "name":"Thaipusam", "description":"Regional Holiday", "is_holiday":true, "type":"Regional Holiday", "type_id":4 } ] } ] }, { "regional":"Johor", "collection":[ { "year":2019, "data":[ { "day":"Monday", "date":"2019-01-21", "date_formatted":"21 January 2019", "month":"January", "name":"Thaipusam", "description":"Regional Holiday", "is_holiday":true, "type":"Regional Holiday", "type_id":4 } ] } ] } ], "developer":{ "name":"Hafiq", "email":"[email protected]", "github":"https://github.com/afiqiqmal" } }
Source :date:
Scraped from - http://www.officeholidays.com/countries
MIT Licence
Copyright © 2017 @afiqiqmal
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Donate to the project :tea:
All versions of country-holiday with dependencies
symfony/browser-kit Version ^7.0
symfony/http-client Version ^7.0
symfony/css-selector Version ^7.0