pforret / deduceseason
deduce season from date and location
1.0.1
2023-11-12 19:56 UTC
Requires
- php: ^8.2
- nesbot/carbon: ^2.0
Requires (Dev)
- laravel/pint: ^1.13
- phpunit/phpunit: ^10.0
- rector/rector: ^0.18.6
- vimeo/psalm: ^5.15
This package is auto-updated.
Last update: 2024-11-12 22:00:50 UTC
README
deduce season from date and location (latitude)
Installation
You can install the package via composer:
composer require pforret/deduceseason
Usage
$season = DeduceSeason::fromDateAndLatitude('2020-01-01', 52.336) // DeduceSeason::SEASON_WINTER
Testing
composer test
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email author_email instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.