roukmoute / polyfill-calendar
PHP Polyfill for the Calendar extension
Installs: 10 352
Dependents: 0
Suggesters: 0
Security: 0
Stars: 5
Watchers: 3
Forks: 1
Open Issues: 2
Requires
- php: ^7.1 || ^8.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^2.16
- pedrotroller/php-cs-custom-fixer: ^2.19
- phpspec/phpspec: ^5.1 || ^6.1 || ^7.2
- phpstan/phpstan: ^0.12.8
- phpstan/phpstan-strict-rules: ^0.12.2
- pyrech/composer-changelogs: ^1.7
- roave/security-advisories: dev-master
- vimeo/psalm: ^4.26
This package is auto-updated.
Last update: 2025-03-14 16:04:12 UTC
README
This project backports features found in the calendar extension.
It is intended to be used when calendar extension is not enabled.
Currently, functions available are:
cal_to_jd
— Converts from a supported calendar to Julian Day Counteaster_date
— Get Unix timestamp for midnight on Easter of a given yeareaster_days
— Get number of days after March 21 on which Easter falls for a given yearjdtogregorian
— Converts Julian Day Count to Gregorian datejewishtojd
— Converts a date in the Jewish Calendar to Julian Day Countjuliantojd
— Converts a Julian Calendar date to Julian Day Count
Usage
Installation
composer require roukmoute/polyfill-calendar
License
This library is released under the MIT license.