blood72 / laravel-yasumi
This package is abandoned and no longer maintained.
No replacement package was suggested.
Yasumi for laravel 5
v1.0.0
2019-05-31 21:04 UTC
Requires
- php: >=7.1.3
- azuyalabs/yasumi: 2.*
- illuminate/support: >=5.0,<5.9
Requires (Dev)
- orchestra/testbench: ~3.0
- phpunit/phpunit: ~7.0
This package is auto-updated.
Last update: 2020-11-24 09:17:20 UTC
README
Yasumi is an easy PHP Library for calculating national holidays.
It is the purpose of this package to help Yasumi be optimized for Laravel.
Requirement
- PHP >= 7.1.3
- Laravel 5.4+
Installation
Install using the composer.
composer require blood72/laravel-yasumi
Additional work required below Laravel 5.4 or Auto-Discovery is disabled.
add the service provider to the providers
array in config/app.php
.
'providers' => [ // ... Blood72\Yasumi\YasumiServiceProvider::class, ],
also add this to the aliases
array.
'aliases' => [ // ... 'Yasumi' => \Blood72\Yasumi\YasumiFacade::class, ],
Usage
see the document provided by Yasumi.
License
This package is open-sourced software licensed under the MIT license.