mirror of
https://github.com/holidayapi/holidayapi-php.git
synced 2025-06-21 04:16:31 +00:00
Added support for our latest endpoint, which calculates the workday a given number of business days into the future from the given date for the given country.
30 lines
600 B
JSON
30 lines
600 B
JSON
{
|
|
"name": "holidayapi/holidayapi-php",
|
|
"description": "Official PHP library for Holiday API",
|
|
"version": "2.3.0",
|
|
"type": "library",
|
|
"keywords": [
|
|
"calendar",
|
|
"holiday",
|
|
"holidays",
|
|
"holidayapi"
|
|
],
|
|
"homepage": "https://github.com/holidayapi/holidayapi-php",
|
|
"license": "MIT",
|
|
"authors": [{
|
|
"name": "Josh Sherman",
|
|
"email": "hello@holidayapi.com",
|
|
"homepage": "https://holidayapi.com"
|
|
}],
|
|
"require": {
|
|
"php": ">=5.3"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": ">=4"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"HolidayAPI\\": "src/"
|
|
}
|
|
}
|
|
}
|