PHP Package: azuyalabs/yasumi

Yasumi is a PHP library that provides a simple way to include holidays in your PHP application.

Current Version: 2.7.0
Last Updated: 2024-01-07
PHP Requirement: >=8.0
Dependencies:
phpunit/phpunit
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

Yasumi is a feature-rich PHP library that helps you in determining national holidays. It manages the dates of holidays across different countries and regions effectively, making it a valuable tool for any application. With Yasumi, you can easily integrate holiday calculation and management, ensuring that your application remains up-to-date with accurate holiday information.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 2.7.0

Download Download v2.7.0

Code Integration Example

Make sure to include the correct namespace and class paths for proper usage.

<?php
// Example from PHPlibraries.com
require_once 'libs/azuyalabs/yasumi/2.7.0/loader.php';
require_once 'libs/sebastianbergmann/phpunit/12.2.2/loader.php';

use Yasumi\Provider\AbstractProvider;
use Yasumi\Provider\Australia\Australia;

$obj = new AbstractProvider();
echo '✅ Test OK: ' . get_class($obj);
?>

We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.

Community Discussion

Ask questions, share tips, or report issues below.