Oh Dear is the all-in-one monitoring tool for your entire website. We monitor uptime, SSL certificates, broken links, scheduled tasks and more. You'll get a notifications for us when something's wrong. All that paired with a developer friendly API and kick-ass documentation. O, and you'll also be able to create a public status page under a minute. Start monitoring using our free trial now.

A mini package to calculate public holidays in a country

Original – by Freek Van der Herten – 2 minute read

We released a mini package called spatie/holidays that can calculate the public holidays of a country.

ou can get all holidays for a country by using the get method.

use Spatie\Holidays\Holiday;

// returns an array of Belgian holidays
// for the current year
$holidays = Holidays::for('be')->get(); 

Alternatively, you could also pass an instance of Country to the for method.

use Spatie\Holidays\Holiday;
use Spatie\Holidays\Countries\Belgium;

// returns an array of Belgian holidays
// for the current year
$holidays = Holidays::for(Belgium::make())->get(); 

You can also pass a specific year.

use Spatie\Holidays\Holiday;

$holidays = Holidays::for(country: 'be', year: 2024))->get();

If you need to see if a date is a holiday, you can use the isHoliday method.

use Spatie\Holidays\Holiday;

Holidays::for('be')->isHoliday('2024-01-01'); // true

If you need the name of the holiday, you can use the getName method.

use Spatie\Holidays\Holiday;

Holidays::for('be')->getName('2024-01-01'); // Nieuwjaar

In closing

We've made this package for our own needs and packaged it, so you don't have to code it up in your project. You can see a list of all packages we've made previously on our company website.

Stay up to date with all things Laravel, PHP, and JavaScript.

You can follow me on these platforms:

On all these platforms, regularly share programming tips, and what I myself have learned in ongoing projects.

Every month I send out a newsletter containing lots of interesting stuff for the modern PHP developer.

Expect quick tips & tricks, interesting tutorials, opinions and packages. Because I work with Laravel every day there is an emphasis on that framework.

Rest assured that I will only use your email address to send you the newsletter and will not use it for any other purposes.

Comments

rageboj avatar

Thanks! The principle can operate according to a certain regulation planet clicker 3 free

mustard avatar

How do I know which country is supported?


abgerny music yes no tarot projecthunt

Beverly William avatar

Introducing a lightweight package for calculating public holidays across different countries! This mini package makes it easy to retrieve and manage holiday dates based on country-specific calendars, fastest internet providers saving you time with automated updates and accurate holiday data for various regions.

aspecthjl avatar

Sprunki Incredibox is an interactive music creation game where players can craft unique musical compositions by utilizing the distinct sounds and personalities of various characters, offering a vibrant and creative musical experience.

Hugo avatar

Reviews best legal Slovak online casinos provide insights into trusted platforms. Highlighting secure licensing, fair play, and diverse games, these slovenskeonlinecasino.com reviews guide players in choosing reliable options. Emphasis on customer support and payment security ensures an excellent gambling experience.

Comments powered by Laravel Comments
Want to join the conversation? Log in or create an account to post a comment.