原始 JSON 报告 机器可读
{
"data": {
"repo": {
"topics": [
"rrule",
"php",
"recurrence",
"dates",
"icalendar"
],
"is_fork": false,
"size_kb": 430,
"has_wiki": true,
"homepage": null,
"languages": {
"PHP": 374013
},
"pushed_at": "2026-07-29T06:15:25Z",
"created_at": "2015-06-24T16:25:34Z",
"owner_type": "User",
"updated_at": "2026-07-29T06:16:07Z",
"description": "Lightweight and fast recurring dates library for PHP (RFC 5545)",
"is_archived": false,
"is_disabled": false,
"license_spdx": null,
"default_branch": "master",
"license_spdx_raw": "NOASSERTION",
"primary_language": "PHP",
"significant_languages": [
"PHP"
]
},
"owner": {
"blog": null,
"name": "Rémi Lanvin",
"type": "User",
"login": "rlanvin",
"company": "@personio ",
"location": null,
"followers": 25,
"avatar_url": "https://avatars.githubusercontent.com/u/1701590?v=4",
"created_at": "2012-05-03T08:02:36Z",
"is_verified": null,
"public_repos": 7,
"account_age_days": 5199
},
"license": {
"state": "custom",
"spdx_id": null,
"raw_spdx": "NOASSERTION",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v2.6.0",
"kind": "minor",
"published_at": "2025-05-05T05:19:05Z"
},
{
"tag": "v2.5.2",
"kind": "patch",
"published_at": "2025-02-21T08:23:09Z"
},
{
"tag": "v2.5.1",
"kind": "patch",
"published_at": "2024-06-23T07:46:55Z"
},
{
"tag": "v2.5.0",
"kind": "minor",
"published_at": "2024-06-08T06:11:20Z"
},
{
"tag": "v2.4.1",
"kind": "patch",
"published_at": "2023-06-07T13:20:07Z"
},
{
"tag": "v2.4.0",
"kind": "minor",
"published_at": "2023-01-06T10:21:26Z"
},
{
"tag": "v2.3.2",
"kind": "patch",
"published_at": "2022-05-03T13:35:20Z"
},
{
"tag": "v2.3.1",
"kind": "patch",
"published_at": "2022-04-22T09:01:15Z"
},
{
"tag": "v2.3.0",
"kind": "minor",
"published_at": "2021-10-25T14:35:12Z"
},
{
"tag": "v2.2.2",
"kind": "patch",
"published_at": "2021-01-09T13:25:23Z"
},
{
"tag": "v2.2.1",
"kind": "patch",
"published_at": "2020-12-09T22:18:24Z"
},
{
"tag": "v2.2.0",
"kind": "minor",
"published_at": "2019-11-01T11:52:55Z"
},
{
"tag": "v2.1.0",
"kind": "minor",
"published_at": "2019-05-30T08:40:21Z"
},
{
"tag": "v2.0.0",
"kind": "major",
"published_at": "2019-03-16T11:06:51Z"
},
{
"tag": "v2.0.0-rc1",
"kind": "prerelease",
"published_at": "2019-01-13T16:51:23Z"
},
{
"tag": "v1.6.3",
"kind": "patch",
"published_at": "2019-01-13T09:53:08Z"
},
{
"tag": "v1.6.2",
"kind": "patch",
"published_at": "2018-09-18T09:55:50Z"
},
{
"tag": "v1.6.1",
"kind": "patch",
"published_at": "2018-04-13T09:29:49Z"
},
{
"tag": "v1.6.0",
"kind": "minor",
"published_at": "2017-10-11T12:25:57Z"
},
{
"tag": "v1.5.1",
"kind": "patch",
"published_at": "2017-05-15T09:17:20Z"
},
{
"tag": "v1.5.0",
"kind": "minor",
"published_at": "2017-05-07T19:35:28Z"
},
{
"tag": "v1.4.2",
"kind": "patch",
"published_at": "2017-03-29T14:33:29Z"
},
{
"tag": "v1.4.1",
"kind": "patch",
"published_at": "2017-02-02T22:44:17Z"
},
{
"tag": "v1.4.0",
"kind": "minor",
"published_at": "2016-11-11T18:43:00Z"
},
{
"tag": "v1.3.1",
"kind": "patch",
"published_at": "2016-08-09T12:15:03Z"
},
{
"tag": "v1.3.0",
"kind": "minor",
"published_at": "2016-07-08T09:05:04Z"
},
{
"tag": "v1.2.0",
"kind": "minor",
"published_at": "2016-04-09T16:06:26Z"
},
{
"tag": "v1.1.0",
"kind": "minor",
"published_at": "2016-03-30T09:21:01Z"
},
{
"tag": "v1.0.1",
"kind": "patch",
"published_at": "2016-03-11T09:58:35Z"
},
{
"tag": "v1.0.0",
"kind": "major",
"published_at": "2016-03-02T07:49:50Z"
}
],
"recent_commits": [
{
"oid": "ae7d01a96fb3a3d606fba1754f56eb608f109168",
"body": "DateTimeImmutable::setTimezone() returns a new object instead of\nmodifying the receiver, so four calls that discarded the return value\nnever converted anything when dtstart, until, or the occursAt()\nargument was immutable.\n\nAs a result occursAt() ran its BYHOUR/BYMINUTE/BYSECOND and BYMONTHDAY\ncheck\n[…]\na no-op for DateTime, which mutates in\nplace and returns itself, so existing callers are unaffected. PHP 8.5\nsurfaces the bug via #[\\NoDiscard], but the wrong output occurs on\nevery supported version.",
"is_bot": false,
"headline": "Fix timezone conversion skipped with DateTimeImmutable",
"author_name": "srebb",
"author_login": "srebb",
"committed_at": "2026-07-29T06:15:25Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "c42fdc9e8767a8740911985fc2647dc51496b029",
"body": "Ref #165",
"is_bot": false,
"headline": "Fix RSet not de-duplicating when using array access",
"author_name": "Rémi Lanvin",
"author_login": "rlanvin",
"committed_at": "2025-06-07T12:22:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "db88a8b8974ecd1ac7964001d7e91d17381f851c",
"body": "This should fix #164 until a proper fix in Carbon itself",
"is_bot": false,
"headline": "Add workaround for Carbon 3 in occursAt",
"author_name": "Rémi Lanvin",
"author_login": "rlanvin",
"committed_at": "2025-05-18T19:24:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ece03d9f9c0b14f90f434c2163d7ea09594b0b8c",
"body": null,
"is_bot": false,
"headline": "Add support for PHP 8.4",
"author_name": "Rémi Lanvin",
"author_login": "rlanvin",
"committed_at": "2025-05-18T18:46:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a2dad9a33157e126fb35d03931250ac9cd9d9919",
"body": null,
"is_bot": false,
"headline": "Upgrade to PHPUnit 9",
"author_name": "Rémi Lanvin",
"author_login": "rlanvin",
"committed_at": "2025-04-25T07:44:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9880e4424fd3d026f91c20750df82a4db03fee8d",
"body": "Ref #119",
"is_bot": false,
"headline": "Drop support for PHP < 7.3",
"author_name": "Rémi Lanvin",
"author_login": "rlanvin",
"committed_at": "2025-04-25T07:44:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2a389a9fa67dda58bc5a569a3264555152db3c49",
"body": null,
"is_bot": false,
"headline": "Update changelog for 2.6.0",
"author_name": "Rémi Lanvin",
"author_login": "rlanvin",
"committed_at": "2025-04-25T07:40:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ee3c8fd1ab5cdb8bdf59835e3bdf804af5f57d12",
"body": null,
"is_bot": false,
"headline": "Added ru i18n",
"author_name": "Kirill",
"author_login": "devope",
"committed_at": "2025-04-25T07:37:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b3192928726a66f2ddeae75b609e7019080cfd4a",
"body": null,
"is_bot": false,
"headline": "fixes",
"author_name": "George Kalligeros",
"author_login": null,
"committed_at": "2025-04-25T07:35:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "181297c4e1ff8d997cc167832d6cff5cc5b5ba34",
"body": null,
"is_bot": false,
"headline": "Greek localization",
"author_name": "George Kalligeros",
"author_login": null,
"committed_at": "2025-04-25T07:35:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ea94ecc8f04f575052056fa4e211b6c7d4ea5f6d",
"body": null,
"is_bot": false,
"headline": "Greek localization",
"author_name": "George Kalligeros",
"author_login": null,
"committed_at": "2025-04-25T07:35:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a82f9aab9a5ffb1f19515392b1503a42a2d27483",
"body": null,
"is_bot": false,
"headline": "Create bn.php",
"author_name": "Foysal Ahmed",
"author_login": "Foysal50x",
"committed_at": "2025-04-25T07:32:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "209085d68eb685d0e37ec580950045f453e5d192",
"body": null,
"is_bot": false,
"headline": "feat: add translation file support for danish language",
"author_name": "John Edmerson Pizarra",
"author_login": "edmer664",
"committed_at": "2025-04-25T07:31:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d133f78b8f09639e6531b41ab66d7a766e5edf67",
"body": null,
"is_bot": false,
"headline": "Update github actions version",
"author_name": "Rémi Lanvin",
"author_login": "rlanvin",
"committed_at": "2025-04-25T07:28:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "343c015118f869dbd7f85fb6459136dc21df981c",
"body": null,
"is_bot": false,
"headline": "Update Changelog for 2.5.2",
"author_name": "Rémi Lanvin",
"author_login": "rlanvin",
"committed_at": "2025-02-21T08:21:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fd213620c292bce9c007de722fde89cd30b45b90",
"body": null,
"is_bot": false,
"headline": "fix: Fix november typo in french translation file",
"author_name": "Ancelin Bouchet",
"author_login": "thetos7",
"committed_at": "2025-02-21T08:16:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c68668b195cc38c6d7d81f4c502dcd96090c40f9",
"body": "When resuming calculation from a partially filled cache,\nif the time is the last second of the day, this causes the generator\nto consider the wrong frame of reference and therefore generate\nthe wrong occurrences.\nRef #160",
"is_bot": false,
"headline": "Fix incorrect calculation from partially filled cache",
"author_name": "Rémi Lanvin",
"author_login": "rlanvin",
"committed_at": "2025-02-21T08:15:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bef9568de95b910f79f7a8398184bb48d725c737",
"body": null,
"is_bot": false,
"headline": "Fix typos",
"author_name": "Viktor Szépe",
"author_login": "szepeviktor",
"committed_at": "2024-06-27T07:13:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cb5c6f44f2208144968f7f16b3461bc4566995c9",
"body": null,
"is_bot": false,
"headline": "Update Changelog for 2.5.1",
"author_name": "Rémi Lanvin",
"author_login": "rlanvin",
"committed_at": "2024-06-23T07:45:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a2dd7856930e8d300a70a8af26cca79701e56882",
"body": "In some cases non-string types would end up passed to strtoupper\nwhich causes a deprecation warning from PHP 8.3.\nThere might be other places where stricter type check is needed\nRef #149",
"is_bot": false,
"headline": "Fix insufficient type detection for FREQ and WKST",
"author_name": "Rémi Lanvin",
"author_login": "rlanvin",
"committed_at": "2024-06-23T07:24:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4b19d8ef607ba97288ab7b7d908e049079df97d1",
"body": null,
"is_bot": false,
"headline": "Fix utf8 C locale detection wihout intl",
"author_name": "Rémi Lanvin",
"author_login": "rlanvin",
"committed_at": "2024-06-23T07:01:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "747bc473d932e80da00b09f1e20abd4e457fc9aa",
"body": null,
"is_bot": false,
"headline": "Fix failing tests with ICU 72.1 because of NNBSP",
"author_name": "Rémi Lanvin",
"author_login": "rlanvin",
"committed_at": "2024-06-23T06:18:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0f48c3f93bc08b69c3042d9253451c6a54f88b9d",
"body": null,
"is_bot": false,
"headline": "Add PHP 8.2 to Github workflow",
"author_name": "Rémi Lanvin",
"author_login": "rlanvin",
"committed_at": "2024-06-13T07:36:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "75b76c85c949fdfb39024a36d83f08dc95c90c8c",
"body": null,
"is_bot": false,
"headline": "Release 2.5.0",
"author_name": "Rémi Lanvin",
"author_login": "rlanvin",
"committed_at": "2024-06-08T06:10:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9fd062ae069cd96df8b8d1d0c7b85971383e94fe",
"body": null,
"is_bot": false,
"headline": "Update changelog",
"author_name": "Rémi Lanvin",
"author_login": "rlanvin",
"committed_at": "2024-06-08T05:39:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "44d5b4c3f00034dadecddcfe6e4aac29ed3264fe",
"body": "In Dutch, weekdays and monts are written in lowercase (https://www.babbel.com/en/magazine/a-guide-to-how-to-write-the-date-in-dutch).",
"is_bot": false,
"headline": "Update nl.php",
"author_name": "nils&paul",
"author_login": "nilsenpaul",
"committed_at": "2024-06-08T05:36:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "963a466e4803f01e61f147b2caed449cbc60485a",
"body": null,
"is_bot": false,
"headline": "Czech localization",
"author_name": "kluvi",
"author_login": "kluvi",
"committed_at": "2024-06-08T05:35:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8bbb753c5ab2a62ba2adafa31e84d548c0998cdb",
"body": null,
"is_bot": false,
"headline": "Added Japanese translation",
"author_name": "Taichi Kurihara",
"author_login": "Kuri-Tai",
"committed_at": "2024-06-08T05:34:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "949addfb2d61ea59f13edcd6a1e4d42b1ca988a3",
"body": null,
"is_bot": false,
"headline": "add test",
"author_name": "Erik",
"author_login": "dexamenos",
"committed_at": "2024-06-08T05:32:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7af14b7dacbbf13afd9c4c639ac24bfcd157d5a6",
"body": null,
"is_bot": false,
"headline": "Better handle TZ with Exchange / M365 generated iCal files",
"author_name": "Erik",
"author_login": "dexamenos",
"committed_at": "2024-06-08T05:32:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9cd53d7bcc82f5595c7937bb1f3fe44c154aec31",
"body": null,
"is_bot": false,
"headline": "Improve clarity in daily recurrence translation",
"author_name": "Gonzalo Guevara",
"author_login": null,
"committed_at": "2024-06-08T05:30:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2cad19b61d56b846346a16b9cabc24bf29b8541a",
"body": null,
"is_bot": false,
"headline": "Corrects the spelling of monday and the grammar of enumeration partials.",
"author_name": "Sebastian Hultstrand",
"author_login": "cruzzan",
"committed_at": "2023-08-19T07:23:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bef5c05e43c0debeee9147c9b65a91415cd2cc59",
"body": null,
"is_bot": false,
"headline": "Add human readable time of day option",
"author_name": "Jeff Bierschbach",
"author_login": "bierpub",
"committed_at": "2023-06-14T17:35:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7ddef3d49b7a6461dc070f671f0d94509c9a537b",
"body": null,
"is_bot": false,
"headline": "Update Changelog for 2.4.1",
"author_name": "rlanvin",
"author_login": "rlanvin",
"committed_at": "2023-06-07T13:15:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ccbc749f65dbc84382e644b825e44a2bab86de35",
"body": null,
"is_bot": false,
"headline": "Humanreadable gets monthly wrong",
"author_name": "Jeff Bierschbach",
"author_login": "bierpub",
"committed_at": "2023-06-07T13:06:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "38ea18eb55e8a260922bf301d8bb9b63d5f62167",
"body": null,
"is_bot": false,
"headline": "correctly parse DateTimeImmutable",
"author_name": "Alexandru Busuioc",
"author_login": "alexbusu",
"committed_at": "2023-05-01T18:52:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f7bcad35388cc224adbd1592572a1a96499a3b56",
"body": "phpstan interprets the namespace RRule and so turn the return type into RRule\\DateTimeInterface which of course doesn't exist.",
"is_bot": false,
"headline": "Fix namespace on return type",
"author_name": "Craig Heydenburg",
"author_login": "craigh",
"committed_at": "2023-02-22T08:36:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2acd9950e803ea65514d6440212d39096df9c528",
"body": null,
"is_bot": false,
"headline": "Update Changelog for 2.4.0",
"author_name": "rlanvin",
"author_login": "rlanvin",
"committed_at": "2023-01-06T10:19:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fa13bf3f6b411536705dc4ceed8fe2464f4b6e25",
"body": null,
"is_bot": false,
"headline": "Fix #120 Reset time to midnight to fix timezone offsets.",
"author_name": "Joel Stein",
"author_login": "joelstein",
"committed_at": "2023-01-06T10:01:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "15646f89da1349850d17de00cfa7d6e17b03d4d9",
"body": "Fix Spanish typos",
"is_bot": false,
"headline": "Update es.php",
"author_name": "Edu",
"author_login": "edu27",
"committed_at": "2022-09-30T17:23:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8ad92b376db1d8096d19eaf93763e800e742ebca",
"body": "Fixed grammar problems for example in \"Monatlich am ersten Montag und letzten Dienstag des Monats, ab dem 06.09.22, für immer\"",
"is_bot": false,
"headline": "Improve German translation (fixes #112)",
"author_name": "L. Fliss",
"author_login": "Chamaeleon-",
"committed_at": "2022-09-24T07:49:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bfb494a64d7208c0fca9a161f17ed92e90b03d5d",
"body": null,
"is_bot": false,
"headline": "Revert breaking change in test class mistakenly merged",
"author_name": "rlanvin",
"author_login": "rlanvin",
"committed_at": "2022-08-21T09:08:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dbeabe3e2f65552b8002200b4cdc118665f2d842",
"body": null,
"is_bot": false,
"headline": "Polish translation added",
"author_name": "Janusz Paszyński",
"author_login": null,
"committed_at": "2022-08-04T07:01:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "601e2cccfbd2c888172a2e1c4f4f8fa5a783eb87",
"body": null,
"is_bot": false,
"headline": "deprecation messages supress without braking backward compatibility",
"author_name": "Janusz Paszyński",
"author_login": null,
"committed_at": "2022-08-04T07:00:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "32bab843e4c9144fec188b6686bfa8e5140d73d2",
"body": "Added portuguese translation",
"is_bot": false,
"headline": "Create pt.php",
"author_name": "Felippe Roberto Bayestorff Duarte",
"author_login": "felippeduarte",
"committed_at": "2022-08-04T06:57:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d29a068795346b0ee1e4adaf15cb5f5ef1d31bd6",
"body": null,
"is_bot": false,
"headline": "Exclude files from dist package",
"author_name": "Cédric Anne",
"author_login": "cedric-anne",
"committed_at": "2022-08-04T06:48:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2221e8cdac037f3ead5bd17a8e19b0771534d4e7",
"body": null,
"is_bot": false,
"headline": "Fix #103 createFromRfcString forced uppercase",
"author_name": "rlanvin",
"author_login": "rlanvin",
"committed_at": "2022-05-03T13:11:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5ef9eedb5d32e0999b18ef0d0c18d463c419cf71",
"body": null,
"is_bot": false,
"headline": "Fix #104 remove microseconds from date input",
"author_name": "rlanvin",
"author_login": "rlanvin",
"committed_at": "2022-04-22T08:45:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a7d7f993e6a5b0940d861d9e3d9f52cec709345e",
"body": null,
"is_bot": false,
"headline": "Update Changelog for release 2.3.0",
"author_name": "rlanvin",
"author_login": "rlanvin",
"committed_at": "2021-10-25T14:31:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "30f9170f3af4ed2fc84c67482d67bc316c442d2e",
"body": "Use #[\\ReturnTypeWillChange] to suppress deprecation warnings with PHP 8.1\r\nAdd PHP 8.1 to test matrix",
"is_bot": false,
"headline": "Fix compatibility with PHP 8.1 (#100)",
"author_name": "Cédric Anne",
"author_login": "cedric-anne",
"committed_at": "2021-10-06T11:18:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f77c9644c644b1701c6e73b8eb3082501f288cef",
"body": null,
"is_bot": false,
"headline": "Fix double space bugs with 'and'",
"author_name": "rlanvin",
"author_login": "rlanvin",
"committed_at": "2021-07-04T14:26:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d118a932fce3ef63597b53f1460bcd77952cbed7",
"body": "i18n add he, remove automatic space after \"and\"\n\nadd shortened weekdays names for lists",
"is_bot": false,
"headline": "Add Hebrew translation",
"author_name": "roikedem",
"author_login": "roikedem",
"committed_at": "2021-07-04T14:24:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a6c889689420581b426b38d9cdc3ecdb040bf640",
"body": null,
"is_bot": false,
"headline": "Update examples rules in review_translations script",
"author_name": "rlanvin",
"author_login": "rlanvin",
"committed_at": "2021-07-04T14:23:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "96cadb6100c09e3e724121fe6f451f47218f26bf",
"body": null,
"is_bot": false,
"headline": "Improve French translation",
"author_name": "rlanvin",
"author_login": "rlanvin",
"committed_at": "2021-07-04T14:22:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bd1a9f0648041816725b661aae6b1832d0a85bd8",
"body": null,
"is_bot": false,
"headline": "Update the review_translations script",
"author_name": "rlanvin",
"author_login": "rlanvin",
"committed_at": "2021-07-04T10:45:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "44a3fdc6f4862712bed9e46f2caf7ead6f1a3c22",
"body": null,
"is_bot": false,
"headline": "Update German translation",
"author_name": "rlanvin",
"author_login": "rlanvin",
"committed_at": "2021-07-04T10:34:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "873ad948fa424841e612bd00080fb7e7f591db3f",
"body": "Fix #94",
"is_bot": false,
"headline": "Fix Finnish translation",
"author_name": "rlanvin",
"author_login": "rlanvin",
"committed_at": "2021-07-04T10:32:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4e1283c2d861acdcaea0a83ceeb593963e23ef31",
"body": null,
"is_bot": false,
"headline": "Corrected comment in translation file",
"author_name": "Eric Krona",
"author_login": "erickr",
"committed_at": "2021-05-10T05:50:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2af3718bfd2fcb79412672f22ecbc4a6d704f861",
"body": null,
"is_bot": false,
"headline": "Added swedish translation file + reviewTranslations.php example file",
"author_name": "Eric Krona",
"author_login": "erickr",
"committed_at": "2021-05-07T12:59:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4e979ff9b1122e7b5f4b4faf87a000396af12d16",
"body": null,
"is_bot": false,
"headline": "Run tests on pull requests too",
"author_name": "rlanvin",
"author_login": "rlanvin",
"committed_at": "2021-01-09T13:20:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "63b55000b4dbcef4c471f09cb93ef966e1f36ab0",
"body": null,
"is_bot": false,
"headline": "Fix typos and update CHANGELOG for 2.2.2",
"author_name": "rlanvin",
"author_login": "rlanvin",
"committed_at": "2021-01-09T13:19:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cf4fc8e82721d3ff156a36464f30c091205d2f63",
"body": null,
"is_bot": false,
"headline": "Fix getOccurrencesAfter when $inclusive is false and $limit is not set",
"author_name": "Jean-Guilhem Rouel",
"author_login": "jean-gui",
"committed_at": "2021-01-07T17:36:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dba3b916a529938fd9bb518592e8b97eae1b632e",
"body": null,
"is_bot": false,
"headline": "Fix #90 Support for DateTimeImmutable",
"author_name": "rlanvin",
"author_login": "rlanvin",
"committed_at": "2020-12-09T22:13:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a14dd53090fe18cb7ef6f05afe32cbd394efe256",
"body": null,
"is_bot": false,
"headline": "Add tests for PHP 8.0",
"author_name": "rlanvin",
"author_login": "rlanvin",
"committed_at": "2020-12-09T22:01:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3036bf3df8f3ac4a49d68f733bdcb2715dafef88",
"body": null,
"is_bot": false,
"headline": "Replace TravisCI by Github Actions",
"author_name": "rlanvin",
"author_login": "rlanvin",
"committed_at": "2020-12-09T21:10:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "228268803feca8636c929b0e6059261b17c9e3a4",
"body": null,
"is_bot": false,
"headline": "Add support for PHP 7.4",
"author_name": "rlanvin",
"author_login": "rlanvin",
"committed_at": "2020-02-26T09:31:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f2cead618cc61070beaee2fe8bde5c1d404f2cd3",
"body": null,
"is_bot": false,
"headline": "Fix tests when ext-intl is not loaded",
"author_name": "rlanvin",
"author_login": "rlanvin",
"committed_at": "2020-02-24T16:39:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "931d53d162cd84b46f6fa388cb4ea916bec02c18",
"body": null,
"is_bot": false,
"headline": "Release 2.2.0",
"author_name": "rlanvin",
"author_login": "rlanvin",
"committed_at": "2019-11-01T11:51:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2ed1d5333379bb06c0b0bf6125c8be2b39338911",
"body": null,
"is_bot": false,
"headline": "Fix #78 RRule size limited to 1460",
"author_name": "rlanvin",
"author_login": "rlanvin",
"committed_at": "2019-11-01T11:48:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6332b7e44a6aa9b47099fce91ec3533143976029",
"body": null,
"is_bot": false,
"headline": "Increase test code coverage",
"author_name": "rlanvin",
"author_login": "rlanvin",
"committed_at": "2019-10-05T00:41:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5a23f0e03b53a23d2190cf1f8f905f8118a3296c",
"body": "Was replaced by IteratorAggregate interface in v2.0",
"is_bot": false,
"headline": "Remove Iterator interface implementation from RSet",
"author_name": "rlanvin",
"author_login": "rlanvin",
"committed_at": "2019-10-04T21:57:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4af70c3bd77a7b3b466740212f979b826c4adf53",
"body": null,
"is_bot": false,
"headline": "Replace static array variables with array constants",
"author_name": "rlanvin",
"author_login": "rlanvin",
"committed_at": "2019-09-01T19:11:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "deed61e0c2aca85afa4d96a2de34b1b9261a5676",
"body": null,
"is_bot": false,
"headline": "Remove unused code and fix outdated comments",
"author_name": "rlanvin",
"author_login": "rlanvin",
"committed_at": "2019-09-01T18:50:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e3d5f8c629f99dda4b1dd87e4a99cf0c774cbbc7",
"body": "Fix #69",
"is_bot": false,
"headline": "Add support for Windows timezone",
"author_name": "rlanvin",
"author_login": "rlanvin",
"committed_at": "2019-09-01T12:08:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "77bb693fdd7a313d8022f9f6c8ad8bcce3fa8cb1",
"body": null,
"is_bot": false,
"headline": "Update French translation",
"author_name": "rlanvin",
"author_login": "rlanvin",
"committed_at": "2019-09-01T10:54:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e5e4eb9a796844b125c71181d9cac2b5cfda78cb",
"body": "Persian (Farsi) Translation",
"is_bot": false,
"headline": "Create fa.php",
"author_name": "Amin Rezaei",
"author_login": "aminprox",
"committed_at": "2019-07-28T15:30:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c71d0f9251ba967b211ddab820c7012df6962b19",
"body": null,
"is_bot": false,
"headline": "Update CHANGELOG for new release",
"author_name": "rlanvin",
"author_login": "rlanvin",
"committed_at": "2019-01-15T05:31:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "197166a601c1c64de738b49e84d08d04e421bd4d",
"body": null,
"is_bot": false,
"headline": "Fix locale format for i18n files",
"author_name": "Maria Górska",
"author_login": "madeincosmos",
"committed_at": "2019-05-04T10:02:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a5bda44f59c659a470dd6618450784f6f3a7d7b0",
"body": null,
"is_bot": false,
"headline": "Remove space inside parenthesis to be closer to PSR-2",
"author_name": "rlanvin",
"author_login": "rlanvin",
"committed_at": "2019-01-14T13:09:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d7046ee3cedce0b5005bdf97a5032c9676867296",
"body": null,
"is_bot": false,
"headline": "Update CHANGELOG",
"author_name": "rlanvin",
"author_login": "rlanvin",
"committed_at": "2019-01-14T13:09:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "58b9bd11151247035973e685c3d794a94d58d234",
"body": "- Cleanup tests and comment\r\n- Add removeExdate and clearExdates\r\n- Add removeDate and clearDates for RDATEs",
"is_bot": false,
"headline": "Add remove/clear functions for ExDates and RDates (#66)",
"author_name": "Ricky",
"author_login": "rickywiens",
"committed_at": "2019-03-17T09:45:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "90af29e79b813e1d892a140831534ff4f29515b6",
"body": null,
"is_bot": false,
"headline": "Add support for PHP 7.3",
"author_name": "rlanvin",
"author_login": "rlanvin",
"committed_at": "2019-01-14T02:04:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5e84e0889324828a76106240c20663c6db2e9244",
"body": null,
"is_bot": false,
"headline": "Release 2.0.0-rc1",
"author_name": "rlanvin",
"author_login": "rlanvin",
"committed_at": "2019-01-13T16:48:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3d72c9efaf12aa72931031ee463e7d22fc8e13f1",
"body": "Ref #60",
"is_bot": false,
"headline": "Add helpers methods",
"author_name": "rlanvin",
"author_login": "rlanvin",
"committed_at": "2019-01-13T13:44:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "200b923c9e38d48042865170fa5444f6e4303634",
"body": "If the option is present, it'll first look for a file in this folder\nbefore looking into the default folder.\nFix #56",
"is_bot": false,
"headline": "Add custom_path option to humanReadable",
"author_name": "rlanvin",
"author_login": "rlanvin",
"committed_at": "2019-01-13T10:47:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7c93c0e48a16169ee1eed6018348191eae907e03",
"body": "Drop compatibility with PHP < 5.6\nRef #43",
"is_bot": false,
"headline": "Rewrite the core algorithm to use a generator",
"author_name": "rlanvin",
"author_login": "rlanvin",
"committed_at": "2019-01-13T10:04:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1373df401e0926cf7548716dabbc0d19603a144d",
"body": null,
"is_bot": false,
"headline": "Release 1.6.3",
"author_name": "rlanvin",
"author_login": "rlanvin",
"committed_at": "2019-01-13T09:49:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "37873779e422eedd9874db5fa5590505b3d2b9bd",
"body": "EXDATE rule like 'EXDATE;VALUE=DATE-TIME:20171227T200000Z'\r\nAre valid according to the rfc but rejected because VALUE\r\nparam is not recognized.",
"is_bot": false,
"headline": "VALUE is a valid param of EXDATE (#62)",
"author_name": "David Stone",
"author_login": "superdav42",
"committed_at": "2019-01-13T09:31:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9fd853882c0aa2813be02a3382936994b7497fb4",
"body": "* Fix error when timezone is an offset instead of an olson name.\r\n\r\nintl returns the error \"datefmt_create: no such time zone: '-05:00': U_ILLEGAL_ARGUMENT_ERROR\"\r\nif a DateTime object is passed as the second parameter into the RRule constructor.\r\nIntlDateFormatter::create() needs the offset to be prefixed with GMT, go figure.",
"is_bot": false,
"headline": "Fix error when timezone is an offset instead of an olson name. (#61)",
"author_name": "David Stone",
"author_login": "superdav42",
"committed_at": "2019-01-13T09:29:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9a4f2492b00804e4d1f10da2adc6a32b96888ed3",
"body": "Just fixing a typo in a function description.",
"is_bot": false,
"headline": "Typo fix",
"author_name": "Dean Petty",
"author_login": "criticalfault",
"committed_at": "2018-10-20T06:33:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "539bc228f0b747760bacea8cc17b421f2010e44f",
"body": null,
"is_bot": false,
"headline": "Release 1.6.2",
"author_name": "rlanvin",
"author_login": "rlanvin",
"committed_at": "2018-08-17T14:56:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8a3dd6d76a2a5ec727b46fc8bc6e655c27eb7001",
"body": null,
"is_bot": false,
"headline": "Test enhancement (#52)",
"author_name": "peter279k",
"author_login": "peter279k",
"committed_at": "2018-05-15T16:41:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "157c266ce7f4a6dfeff3a5fe85cf445eeac98d9d",
"body": null,
"is_bot": false,
"headline": "Fix #53 translation typo in NL",
"author_name": "rlanvin",
"author_login": "rlanvin",
"committed_at": "2018-05-15T16:40:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "44b820dd1b72d497c0ed1e1e2cd8b14700b7780b",
"body": null,
"is_bot": false,
"headline": "Add PHP 7.2 to Travis and update changelog",
"author_name": "rlanvin",
"author_login": "rlanvin",
"committed_at": "2018-04-13T09:24:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "39d229d0cefd63d084b8f566dfa0bed5cfc25123",
"body": null,
"is_bot": false,
"headline": "Null check to prevent 0 (false) values being lost. (#50)",
"author_name": "Katy Ereira",
"author_login": "maccath",
"committed_at": "2018-04-13T09:03:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6328e604eae1f4ddac4cf169e8cf13404a8b870d",
"body": "* only LC_ALL in setlocale\r\n\r\n[ Warning: Use of undefined constant LC_MESSAGES - assumed 'LC_MESSAGES' (this will throw an Error in a future version of PHP) in ...vendor\\rlanvin\\php-rrule\\src\\RRule.php on line 2340 ]\r\n\r\nLC_MESSAGES is not available. It is available only if PHP was compiled with libintl.\r\nuse LC_ALL instead.",
"is_bot": false,
"headline": "fixed Warning in RRule->humanReadable() (#44)",
"author_name": "Ricardo Rivera",
"author_login": "rriverak",
"committed_at": "2018-02-27T10:32:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "758fcffe593dbcc29b0566290d4a01701ca424ae",
"body": "The former doesn't exist and is a typo",
"is_bot": false,
"headline": "\"Laastste\" => \"Laatste\" (#46)",
"author_name": "Edward Akerboom",
"author_login": "infostreams",
"committed_at": "2018-02-21T17:35:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c543bda87d2f8b6c490210f1a6e2bf0d79162a4a",
"body": null,
"is_bot": false,
"headline": "Release 1.6",
"author_name": "rlanvin",
"author_login": "rlanvin",
"committed_at": "2017-10-11T12:23:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8049f629f4823b67ede1c4384950d193b75e6684",
"body": null,
"is_bot": false,
"headline": "Option to omit until part in humanreadable (#36)",
"author_name": "ShoresOfNowhere",
"author_login": "ShoresOfNowhere",
"committed_at": "2017-10-11T10:29:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d67a4bd27f04bfcc2257ff55f4b47ccebabb018b",
"body": null,
"is_bot": false,
"headline": "Update travis.yml for PHP 5.3",
"author_name": "rlanvin",
"author_login": "rlanvin",
"committed_at": "2017-10-11T10:06:43Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 30,
"commits_last_year": 1,
"latest_release_at": "2025-05-05T05:19:05Z",
"latest_release_tag": "v2.6.0",
"releases_from_tags": false,
"days_since_last_push": 0,
"active_weeks_last_year": 1,
"days_since_latest_release": 450,
"mean_days_between_releases": 175.2
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 42,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "rlanvin/php-rrule",
"exists": true,
"license": "MIT",
"keywords": [
"date",
"recurring",
"ical",
"rrule",
"recurrence"
],
"ecosystem": "packagist",
"matches_repo": true,
"registry_url": "https://packagist.org/packages/rlanvin/php-rrule",
"is_deprecated": false,
"latest_version": "v2.6.0",
"repository_url": "https://github.com/rlanvin/php-rrule",
"versions_count": 30,
"total_downloads": 12292207,
"dependents_count": 46,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 436320,
"first_published_at": null,
"latest_published_at": "2025-04-25T07:40:09Z",
"latest_version_yanked": null,
"days_since_latest_publish": 459
}
]
},
"popularity": {
"forks": 93,
"stars": 704,
"watchers": 19,
"fork_history": {
"days": [
{
"date": "2015-11-11",
"count": 1
},
{
"date": "2016-03-09",
"count": 1
},
{
"date": "2016-03-11",
"count": 2
},
{
"date": "2016-03-30",
"count": 1
},
{
"date": "2016-04-27",
"count": 1
},
{
"date": "2016-06-15",
"count": 1
},
{
"date": "2016-08-17",
"count": 1
},
{
"date": "2016-08-28",
"count": 1
},
{
"date": "2016-11-08",
"count": 1
},
{
"date": "2016-12-09",
"count": 1
},
{
"date": "2017-01-22",
"count": 1
},
{
"date": "2017-01-27",
"count": 1
},
{
"date": "2017-02-22",
"count": 1
},
{
"date": "2017-03-08",
"count": 1
},
{
"date": "2017-06-13",
"count": 1
},
{
"date": "2017-09-04",
"count": 1
},
{
"date": "2018-01-16",
"count": 1
},
{
"date": "2018-02-15",
"count": 1
},
{
"date": "2018-04-06",
"count": 1
},
{
"date": "2018-04-26",
"count": 1
},
{
"date": "2018-06-04",
"count": 1
},
{
"date": "2018-08-02",
"count": 1
},
{
"date": "2018-09-18",
"count": 1
},
{
"date": "2018-10-18",
"count": 1
},
{
"date": "2018-10-20",
"count": 1
},
{
"date": "2018-11-08",
"count": 1
},
{
"date": "2018-12-03",
"count": 1
},
{
"date": "2018-12-06",
"count": 1
},
{
"date": "2019-01-09",
"count": 1
},
{
"date": "2019-01-11",
"count": 1
},
{
"date": "2019-01-14",
"count": 1
},
{
"date": "2019-03-08",
"count": 1
},
{
"date": "2019-03-23",
"count": 1
},
{
"date": "2019-03-26",
"count": 1
},
{
"date": "2019-04-01",
"count": 1
},
{
"date": "2019-04-02",
"count": 1
},
{
"date": "2019-04-29",
"count": 1
},
{
"date": "2019-05-27",
"count": 1
},
{
"date": "2019-06-10",
"count": 1
},
{
"date": "2019-07-16",
"count": 1
},
{
"date": "2019-12-03",
"count": 1
},
{
"date": "2021-01-07",
"count": 1
},
{
"date": "2021-02-15",
"count": 1
},
{
"date": "2021-02-27",
"count": 1
},
{
"date": "2021-04-11",
"count": 1
},
{
"date": "2021-05-07",
"count": 1
},
{
"date": "2021-08-10",
"count": 1
},
{
"date": "2021-11-26",
"count": 1
},
{
"date": "2021-12-14",
"count": 1
},
{
"date": "2022-01-13",
"count": 1
},
{
"date": "2022-03-17",
"count": 1
},
{
"date": "2022-06-06",
"count": 1
},
{
"date": "2022-07-07",
"count": 1
},
{
"date": "2022-07-08",
"count": 1
},
{
"date": "2022-07-18",
"count": 1
},
{
"date": "2022-07-31",
"count": 1
},
{
"date": "2022-09-06",
"count": 1
},
{
"date": "2022-09-30",
"count": 1
},
{
"date": "2022-11-04",
"count": 1
},
{
"date": "2022-11-06",
"count": 1
},
{
"date": "2022-12-28",
"count": 1
},
{
"date": "2023-02-10",
"count": 2
},
{
"date": "2023-02-21",
"count": 1
},
{
"date": "2023-04-27",
"count": 1
},
{
"date": "2023-07-11",
"count": 1
},
{
"date": "2023-08-29",
"count": 1
},
{
"date": "2023-08-30",
"count": 1
},
{
"date": "2023-09-05",
"count": 1
},
{
"date": "2023-09-14",
"count": 1
},
{
"date": "2023-10-06",
"count": 1
},
{
"date": "2024-04-06",
"count": 1
},
{
"date": "2024-05-22",
"count": 1
},
{
"date": "2024-06-26",
"count": 1
},
{
"date": "2024-06-27",
"count": 1
},
{
"date": "2024-07-06",
"count": 1
},
{
"date": "2024-09-09",
"count": 1
},
{
"date": "2024-10-16",
"count": 1
},
{
"date": "2024-10-21",
"count": 1
},
{
"date": "2024-11-22",
"count": 1
},
{
"date": "2025-02-07",
"count": 1
},
{
"date": "2025-04-17",
"count": 1
},
{
"date": "2025-05-01",
"count": 1
},
{
"date": "2025-05-04",
"count": 1
},
{
"date": "2025-07-05",
"count": 1
},
{
"date": "2025-08-08",
"count": 1
},
{
"date": "2025-08-15",
"count": 1
},
{
"date": "2025-08-26",
"count": 1
},
{
"date": "2026-01-12",
"count": 1
},
{
"date": "2026-06-30",
"count": 1
},
{
"date": "2026-07-28",
"count": 1
}
],
"complete": true,
"collected": 92,
"total_forks": 93
},
"star_history": null,
"open_issues_and_prs": 11
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [],
"largest_source_bytes": 137860,
"source_files_sampled": 32,
"oversized_source_files": 2,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"composer.json"
],
"advisories": {
"error": "No resolved dependencies carried a version and a supported ecosystem",
"scope": "repository_graph",
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 4,
"direct_affected_count": 0
},
"ecosystems": [
"packagist"
],
"dependencies": [],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "nesbot/carbon",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "php",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "phpmd/phpmd",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "phpunit/phpunit",
"direct": false,
"version": null,
"ecosystem": "packagist"
}
],
"collected": true,
"truncated": false,
"total_count": 4,
"direct_count": 0,
"indirect_count": 4
}
},
"maintainership": {
"issues": {
"open_prs": 3,
"merged_prs": 52,
"open_issues": 8,
"closed_ratio": 0.923,
"closed_issues": 96,
"closed_unmerged_prs": 12
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "rlanvin",
"commits": 168,
"avatar_url": "https://avatars.githubusercontent.com/u/1701590?v=4"
},
{
"type": "User",
"login": "cedric-anne",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/33253653?v=4"
},
{
"type": "User",
"login": "superdav42",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/1534605?v=4"
},
{
"type": "User",
"login": "erickr",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/89317?v=4"
},
{
"type": "User",
"login": "dexamenos",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/33360918?v=4"
},
{
"type": "User",
"login": "bierpub",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/5347727?v=4"
},
{
"type": "User",
"login": "ShoresOfNowhere",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/20368249?v=4"
},
{
"type": "User",
"login": "gordonzhao",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/16530394?v=4"
},
{
"type": "User",
"login": "antitoine",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/10686594?v=4"
},
{
"type": "User",
"login": "tjlytle",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/125074?v=4"
}
],
"contributors_sampled": 43,
"top_contributor_share": 0.771
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"tests.yml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 3,
"reason": "branch protection is not maximal on development and all release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 0,
"reason": "1 out of 11 merged PRs checked by a CI test -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 4,
"reason": "Found 11/27 approved changesets -- score normalized to 4",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 3,
"reason": "project has 1 contributing companies or organizations -- score normalized to 3",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": null,
"reason": "no workflows found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 9,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 0,
"reason": "1 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": null,
"reason": "no dependencies found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": null,
"reason": "No tokens found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "ae7d01a96fb3a3d606fba1754f56eb608f109168",
"ran_at": "2026-07-29T06:17:57Z",
"aggregate_score": 3.3,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-29T06:15:57Z",
"oldest_open_prs": [
{
"number": 109,
"created_at": "2022-07-18T09:12:55Z",
"last_comment_at": "2022-08-04T06:54:48Z",
"last_comment_author": "rlanvin"
},
{
"number": 167,
"created_at": "2025-08-26T11:51:44Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 170,
"created_at": "2026-06-30T05:57:08Z",
"last_comment_at": "2026-07-28T11:26:54Z",
"last_comment_author": "Krakozaber"
}
],
"last_merged_pr_at": "2026-07-29T06:15:26Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 37,
"created_at": "2017-09-16T13:05:34Z",
"last_comment_at": "2017-09-18T14:38:33Z",
"last_comment_author": "rlanvin"
},
{
"number": 63,
"created_at": "2019-01-11T06:43:17Z",
"last_comment_at": "2020-04-05T19:34:55Z",
"last_comment_author": "bor0"
},
{
"number": 75,
"created_at": "2019-08-20T15:37:35Z",
"last_comment_at": "2019-08-27T19:17:10Z",
"last_comment_author": "rlanvin"
},
{
"number": 85,
"created_at": "2020-08-01T19:42:22Z",
"last_comment_at": "2020-08-13T21:39:23Z",
"last_comment_author": "meneken17"
},
{
"number": 115,
"created_at": "2022-09-24T07:46:55Z",
"last_comment_at": "2022-09-27T14:54:07Z",
"last_comment_author": "rlanvin"
},
{
"number": 128,
"created_at": "2023-02-06T06:04:44Z",
"last_comment_at": "2023-02-06T22:08:23Z",
"last_comment_author": "grimmdude"
},
{
"number": 138,
"created_at": "2023-09-04T19:37:55Z",
"last_comment_at": "2023-09-05T10:25:53Z",
"last_comment_author": "rlanvin"
},
{
"number": 168,
"created_at": "2026-01-15T10:42:31Z",
"last_comment_at": "2026-03-29T09:15:30Z",
"last_comment_author": "rlanvin"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/rlanvin/php-rrule",
"host": "github.com",
"name": "php-rrule",
"owner": "rlanvin"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 51,
"inputs": {
"security": 33,
"vitality": 44,
"community": 65,
"governance": 57,
"engineering": 53
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "at_risk",
"name": "Vitality",
"value": 44,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "at_risk",
"name": "Development activity",
"note": null,
"notes": [],
"value": 39,
"inputs": {
"commits_last_year": 1,
"human_commit_share": 1,
"days_since_last_push": 0,
"active_weeks_last_year": 1
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "1/52 weeks with commits",
"points": 0.7,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 1
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "1 commits in the last year",
"points": 2.7,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 1
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "1 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "moderate",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 52,
"inputs": {
"releases_count": 30,
"latest_release_tag": "v2.6.0",
"releases_from_tags": false,
"days_since_latest_release": 450,
"mean_days_between_releases": 175.2
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "30 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 30
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 450 days ago",
"points": 7.2,
"status": "partial",
"details": [
{
"code": "release_recency",
"params": {
"days": 450
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~175.2 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 175.2
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 0,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 0 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 0
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 65,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "good",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 70,
"inputs": {
"forks": 93,
"stars": 704,
"watchers": 19,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "704 stars",
"points": 46.2,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 704
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "93 forks",
"points": 16.4,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 93
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "19 watchers",
"points": 7,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 19
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "at_risk",
"name": "Community health",
"note": null,
"notes": [],
"value": 44,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "license file present, not a recognized license",
"points": 16.9,
"status": "partial",
"details": [
{
"code": "license_custom",
"params": {}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "excellent",
"name": "Ecosystem adoption (downloads)",
"note": null,
"notes": [],
"value": 86,
"inputs": {
"packages": [
"rlanvin/php-rrule"
],
"dependents": 46,
"ecosystems": "packagist",
"total_downloads": 12292207,
"monthly_downloads": 436320
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "436,320 downloads/month across packagist",
"points": 75.2,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 436320,
"ecosystems": "packagist"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "46 packages depend on it",
"points": 11.1,
"status": "partial",
"details": [
{
"code": "registry_dependents",
"params": {
"count": 46
}
}
],
"max_points": 20
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 57,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 31,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 43,
"top_contributor_share": 0.771
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "1 contributor(s) cover half of all commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 1
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 77% of commits",
"points": 5.2,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 77
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "43 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 43
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 3,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 80,
"inputs": {
"merged_prs": 52,
"open_issues": 8,
"closed_issues": 96,
"issue_closed_ratio": 0.923,
"closed_unmerged_prs": 12
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "92% of issues closed",
"points": 43.2,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 92
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "52/64 decided PRs merged",
"points": 31.1,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 52,
"decided": 64
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 11/27 approved changesets -- score normalized to 4",
"points": 6,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "at_risk",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 48,
"inputs": {
"followers": 25,
"owner_type": "User",
"is_verified": null,
"owner_login": "rlanvin",
"public_repos": 7,
"account_age_days": 5199
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "personal (user) account",
"points": 10,
"status": "partial",
"details": [
{
"code": "owner_personal",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": "not applicable to user accounts",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_applicable_to_user_accounts",
"params": {}
}
],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "25 followers of rlanvin",
"points": 10.2,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 25,
"login": "rlanvin"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "7 public repos, account ~14 yr old",
"points": 18.6,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 7
}
},
{
"code": "account_age_years",
"params": {
"years": 14
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "good",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 79,
"inputs": {
"packages": [
"rlanvin/php-rrule"
],
"ecosystems": "packagist",
"any_deprecated": false,
"min_days_since_publish": 459
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on packagist",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "packagist"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 459 days ago",
"points": 14,
"status": "partial",
"details": [
{
"code": "publish_recency",
"params": {
"days": 459
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "30 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 30
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "moderate",
"name": "Engineering Quality",
"value": 53,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "at_risk",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 48,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "1 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 1
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "1 out of 11 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"topics": [
"rrule",
"php",
"recurrence",
"dates",
"icalendar"
],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": "5 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 5
}
}
],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 33,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Dangerous-Workflow, Packaging, Pinned-Dependencies, Signed-Releases, Token-Permissions. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"dangerous_workflow",
"packaging",
"pinned_dependencies",
"signed_releases",
"token_permissions"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 33,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 13,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 5,
"scorecard_aggregate": 3.3
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection is not maximal on development and all release branches",
"points": 2.2,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "1 out of 11 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 11/27 approved changesets -- score normalized to 4",
"points": 3,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no workflows found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.2,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "1 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "No tokens found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 4
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "critical",
"name": "AI Readiness",
"value": 25,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 13,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.25,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "no CLAUDE.md / AGENTS.md / editor rules",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_instructions",
"params": {}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "25 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 13.3,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 25,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "critical",
"name": "Verify loop (build / test / typecheck)",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Pinned-Dependencies. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_pinned_dependencies"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 24,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": false,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "moderate",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 52,
"inputs": {
"primary_language": "PHP",
"largest_source_bytes": 137860,
"source_files_sampled": 32,
"oversized_source_files": 2
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "PHP without a type-check config",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_typecheck_config_language",
"params": {
"language": "PHP"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "2/32 source files over 60KB",
"points": 51.6,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 32,
"oversized": 2
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
"No resolved dependencies carried a version and a supported ecosystem"
],
"report_type": "repository",
"generated_at": "2026-07-29T06:18:19.238597Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/r/rlanvin/php-rrule.svg",
"full_name": "rlanvin/php-rrule",
"license_state": "custom",
"license_spdx": null
}