{"id":18696154,"url":"https://github.com/defstudio/supercharged-carbon","last_synced_at":"2026-01-30T13:39:49.495Z","repository":{"id":56964812,"uuid":"340109561","full_name":"defstudio/supercharged-carbon","owner":"defstudio","description":null,"archived":false,"fork":false,"pushed_at":"2024-06-18T12:15:27.000Z","size":35,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-26T11:58:38.323Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/defstudio.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2021-02-18T16:28:20.000Z","updated_at":"2024-06-18T12:15:23.000Z","dependencies_parsed_at":"2023-11-09T13:39:35.640Z","dependency_job_id":"1cfe84c1-5202-469b-9719-0ebdc60a85d3","html_url":"https://github.com/defstudio/supercharged-carbon","commit_stats":{"total_commits":12,"total_committers":1,"mean_commits":12.0,"dds":0.0,"last_synced_commit":"0b8dda31ecffcb276b8b11b26927ae7d47eed4e3"},"previous_names":[],"tags_count":17,"template":false,"template_full_name":null,"purl":"pkg:github/defstudio/supercharged-carbon","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/defstudio%2Fsupercharged-carbon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/defstudio%2Fsupercharged-carbon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/defstudio%2Fsupercharged-carbon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/defstudio%2Fsupercharged-carbon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/defstudio","download_url":"https://codeload.github.com/defstudio/supercharged-carbon/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/defstudio%2Fsupercharged-carbon/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28913895,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-30T12:13:43.263Z","status":"ssl_error","status_checked_at":"2026-01-30T12:13:22.389Z","response_time":66,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-07T11:17:22.586Z","updated_at":"2026-01-30T13:39:49.461Z","avatar_url":"https://github.com/defstudio.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"### Carbon helper function\n\n`carbon('2018-04-18')` returns a carbon instance\n\n- addWorkdays($count): self\n- isHoliday()\n- isWorkday()\n\n#### italians holidays\n\n- isLiberationDay()\n- isRepublicDay()\n- isImmaculateConceptionFeast()\n- isAssumptionOfMaryFeast()\n- isEpiphany()   \n- isDayBeforeChristmas()\n- isChristmas()     \n- isSaintStephenDay()\n- isSaintSylvesterDay()\n- isWorkersDay()     \n- isEasterDay()     \n- isEasterMonday()     \n\n\n\n## Upgrading\n\n### v1.x → v2.x\n\n`-\u003eisHoliday()` does not answer `true` for Saturdays and Sundays, so, to obtain the same result as in v1.x this:\n\n```php\n$date-\u003eisHoliday()\n```\n\nshould be changed to:\n\n```php\n!$date-\u003eisWorkday()\n```\n\nor\n\n```php\n$date-\u003eisHoliday() || $date-\u003eisWeekend()\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdefstudio%2Fsupercharged-carbon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdefstudio%2Fsupercharged-carbon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdefstudio%2Fsupercharged-carbon/lists"}