Звіт у форматі JSON машиночитний
{
"data": {
"repo": {
"topics": [
"dates",
"laravel",
"schedule",
"calendar"
],
"is_fork": false,
"size_kb": 3672,
"has_wiki": true,
"homepage": "https://www.laravel-zap.com",
"languages": {
"PHP": 574616
},
"pushed_at": "2026-06-27T15:17:57Z",
"created_at": "2025-06-08T21:22:15Z",
"owner_type": "User",
"updated_at": "2026-07-23T12:58:58Z",
"description": "The missing calendar management for Laravel",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "PHP",
"significant_languages": [
"PHP"
]
},
"owner": {
"blog": "https://www.laraveljutsu.com",
"name": "Ludovic Guénet",
"type": "User",
"login": "ludoguenet",
"company": "Epekta",
"location": "Normandy",
"followers": 633,
"avatar_url": "https://avatars.githubusercontent.com/u/36139526?v=4",
"created_at": "2018-02-04T21:37:10Z",
"is_verified": null,
"public_repos": 195,
"account_age_days": 3094
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v1.15.5",
"kind": "patch",
"published_at": "2026-06-27T15:18:30Z"
},
{
"tag": "v1.15.4",
"kind": "patch",
"published_at": "2026-06-08T11:16:51Z"
},
{
"tag": "v1.15.3",
"kind": "patch",
"published_at": "2026-05-26T13:51:54Z"
},
{
"tag": "v1.15.0",
"kind": "minor",
"published_at": "2026-03-29T11:03:34Z"
},
{
"tag": "v1.14.0",
"kind": "minor",
"published_at": "2026-02-23T22:42:39Z"
},
{
"tag": "v1.13.0",
"kind": "minor",
"published_at": "2026-02-08T16:50:14Z"
},
{
"tag": "v1.12.0",
"kind": "minor",
"published_at": "2026-02-01T15:12:23Z"
},
{
"tag": "v1.11.0",
"kind": "minor",
"published_at": "2026-01-23T13:30:54Z"
},
{
"tag": "v1.10.0",
"kind": "minor",
"published_at": "2026-01-10T16:13:11Z"
},
{
"tag": "v1.9.0",
"kind": "minor",
"published_at": "2025-11-28T22:09:51Z"
},
{
"tag": "v1.8.0",
"kind": "minor",
"published_at": "2025-11-23T16:26:20Z"
},
{
"tag": "1.7.0",
"kind": "minor",
"published_at": "2025-11-15T22:39:01Z"
},
{
"tag": "v1.6.0",
"kind": "minor",
"published_at": "2025-11-15T14:30:05Z"
},
{
"tag": "v1.5.0",
"kind": "minor",
"published_at": "2025-11-08T19:02:32Z"
},
{
"tag": "v1.4.0",
"kind": "minor",
"published_at": "2025-10-08T07:12:17Z"
},
{
"tag": "v1.3.0",
"kind": "minor",
"published_at": "2025-09-28T19:25:07Z"
},
{
"tag": "v1.2.0",
"kind": "minor",
"published_at": "2025-09-14T09:45:46Z"
},
{
"tag": "v1.1.3",
"kind": "patch",
"published_at": "2025-09-07T11:48:31Z"
},
{
"tag": "v1.1.2",
"kind": "patch",
"published_at": "2025-08-16T15:47:37Z"
},
{
"tag": "v1.1.1",
"kind": "patch",
"published_at": "2025-07-06T20:33:58Z"
},
{
"tag": "v1.1.0",
"kind": "minor",
"published_at": "2025-07-06T19:21:02Z"
},
{
"tag": "v1.0.0",
"kind": "major",
"published_at": "2025-06-08T21:35:19Z"
}
],
"recent_commits": [
{
"oid": "c63ce0bdb6320b38e08b014685ab9f0be94b2812",
"body": "…ead of every other (closes #76)\n\nStore isEvenStartWeek on AbstractWeeklyFrequencyConfig so the query scope\ncan gate biweekly schedules by ISO-week parity relative to startsOn, without\nany SQL date arithmetic.\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: biweekly forDate() ignores week parity, matching every week inst…",
"author_name": "ludoguenet",
"author_login": "ludoguenet",
"committed_at": "2026-06-27T15:16:49Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "8f9365dc7b44f1437763d7f014de27e6815d7e0e",
"body": "…es #75)\n\nSplit the single MONTHLY whereIn clause into per-frequency conditions so\nBIMONTHLY, QUARTERLY, SEMIANNUALLY, and ANNUALLY schedules also filter by\nstart_month. An annual block on May 8 no longer appears in forDate() queries\nfor June 8, July 8, etc.\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: annual/sub-annual frequency forDate() matches wrong months (clos…",
"author_name": "ludoguenet",
"author_login": "ludoguenet",
"committed_at": "2026-06-08T11:15:59Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "6625a2bfd5b765ac71229e31df534f6e35215166",
"body": "fix deprecated json decoding",
"is_bot": false,
"headline": "Merge pull request #74 from ziming/copilot/fix-deprecated-json-decoding",
"author_name": "Ludovic Guénet",
"author_login": "ludoguenet",
"committed_at": "2026-05-26T13:47:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aa901e1e05553ca33d5f5cdad629a5395e0d101c",
"body": null,
"is_bot": false,
"headline": "Delete tests/Feature/Php81DeprecationWarningTest.php",
"author_name": "ziming",
"author_login": "ziming",
"committed_at": "2026-05-24T09:27:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bb07f72f02fe2e83489d7304aaf18c318f248846",
"body": "Agent-Logs-Url: https://github.com/ziming/laravel-zap/sessions/89151363-5c50-42e6-9209-813e84b3a604\n\nCo-authored-by: ziming <679513+ziming@users.noreply.github.com>",
"is_bot": true,
"headline": "Polish null cast deprecation helper name",
"author_name": "copilot-swe-agent[bot]",
"author_login": "Copilot",
"committed_at": "2026-05-24T09:22:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3b23798cff24177fc5985181054b5e56e96a45a0",
"body": "Agent-Logs-Url: https://github.com/ziming/laravel-zap/sessions/89151363-5c50-42e6-9209-813e84b3a604\n\nCo-authored-by: ziming <679513+ziming@users.noreply.github.com>",
"is_bot": true,
"headline": "Refine null cast deprecation tests",
"author_name": "copilot-swe-agent[bot]",
"author_login": "Copilot",
"committed_at": "2026-05-24T09:22:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1513541c616a756ae4cb2452365ee6b627b85ca6",
"body": "Agent-Logs-Url: https://github.com/ziming/laravel-zap/sessions/89151363-5c50-42e6-9209-813e84b3a604\n\nCo-authored-by: ziming <679513+ziming@users.noreply.github.com>",
"is_bot": true,
"headline": "Fix null-safe frequency casts",
"author_name": "copilot-swe-agent[bot]",
"author_login": "Copilot",
"committed_at": "2026-05-24T09:22:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a73670da29859f3582b36b9607cb0b58b4ed5391",
"body": "Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: support buffer minutes in isBookableAtTime (closes #72)",
"author_name": "ludoguenet",
"author_login": "ludoguenet",
"committed_at": "2026-05-12T20:27:19Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "426199bddd15df9ae477af453cd2ce9a6be4f983",
"body": "Add explicit (int) cast before modulo operations on diffInWeeks()\nto prevent 'Implicit conversion from float to int' deprecation.\n\nIncludes regression test using set_error_handler() to verify fix.",
"is_bot": false,
"headline": "fix: cast diffInWeeks to int to avoid PHP 8.1+ deprecation warnings",
"author_name": "Daniel Cadeau",
"author_login": "daliendev",
"committed_at": "2026-04-08T15:45:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a15dcb45f0770d1ef2a153f58cbe1bb54a70a145",
"body": "Made-with: Cursor",
"is_bot": false,
"headline": "revert: remove automated GitHub release workflow",
"author_name": "ludoguenet",
"author_login": "ludoguenet",
"committed_at": "2026-03-29T10:54:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "062603dcfac8ca6837a620ca2423c20edb61e48e",
"body": "Made-with: Cursor",
"is_bot": false,
"headline": "ci: add workflow to publish GitHub releases from tags",
"author_name": "ludoguenet",
"author_login": "ludoguenet",
"committed_at": "2026-03-29T10:48:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c93568e994fd3ede5d1582c6f72e10801da9bdcc",
"body": "Merge PR #69 from @gmlo89 - adds optional $slotDuration parameter to\nisBookableAtTime() for custom slot granularity (e.g., 30-minute slots).\n\nAlso updated README documentation.\n\nMade-with: Cursor",
"is_bot": false,
"headline": "feat: support custom slot duration in isBookableAtTime (closes #69)",
"author_name": "ludoguenet",
"author_login": "ludoguenet",
"committed_at": "2026-03-27T22:27:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "53562e916317a96b9a119b5764941834ed91dac1",
"body": null,
"is_bot": false,
"headline": "Merge branch 'pr-69'",
"author_name": "ludoguenet",
"author_login": "ludoguenet",
"committed_at": "2026-03-27T22:27:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1c7cadff6f09438342998753e185f34a27457422",
"body": "When dates with non-UTC timezones are passed to weekly frequency configs,\nthe startOfWeek() calculation could drift to a different week due to\ntimezone conversion shifting the date.\n\nThe fix extracts the year/month/day components and creates a new Carbon\ninstance at midnight in the app timezone, preserving the logical date\nregardless of input timezone.\n\nMade-with: Cursor",
"is_bot": false,
"headline": "fix: normalize timezone before startOfWeek calculations (fixes #68)",
"author_name": "ludoguenet",
"author_login": "ludoguenet",
"committed_at": "2026-03-27T22:17:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "83889cb24be8739c19ea58e990ce03e0649ba189",
"body": "Use proper import statements instead of fully qualified class names\nthroughout the codebase for better readability and consistency.\n\nMade-with: Cursor",
"is_bot": false,
"headline": "refactor: replace FQCNs with class imports",
"author_name": "ludoguenet",
"author_login": "ludoguenet",
"committed_at": "2026-03-27T22:11:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "53c717591c5ef4262f2d27198adb5b6b25191be0",
"body": "- Added an optional parameter for slot duration in minutes to the isBookableAtTime method in the HasSchedules trait.\n- Updated the getBookableSlots method call to utilize the new slot duration parameter.\n- Added a test case to verify the functionality of isBookableAtTime with custom slot durations.",
"is_bot": false,
"headline": "feat: enhance isBookableAtTime method to support custom slot duration",
"author_name": "Giovanni Lopez",
"author_login": "gmlo89",
"committed_at": "2026-03-18T22:41:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a00b533b55842f07bc6e3490a0eac4fa9886b625",
"body": "- Add orchestra/testbench ^11.0 for Laravel 13 testing\n- Update README: requirements and badge to Laravel ≥13.0\n\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "Laravel 13 support",
"author_name": "ludoguenet",
"author_login": "ludoguenet",
"committed_at": "2026-02-23T22:41:32Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "79ff4e5f1ca1b6ca9750b3668009d5cf124f233e",
"body": "- Appointment/Blocked: 'Prevents overlaps' → 'Exclusive — no overlaps allowed'\n- README: 'Prevented' → 'Exclusive' in Overlaps column\n- Clearer for non-native readers\n\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "docs: clarify schedule type overlap wording (fixes #60)",
"author_name": "ludoguenet",
"author_login": "ludoguenet",
"committed_at": "2026-02-15T22:04:01Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "5a449cb4aac28ddd41978b0584bfeb51745120dc",
"body": "- shouldCreateRecurringInstance: set startsOn from schedule.start_date when null\n- shouldCreateInstance: skip diffInWeeks when startsOn is null, use day check only\n- Prevents 'Call to a member function diffInWeeks() on null' in getBookableSlots()\n\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "fix: guard null startsOn in weekly frequency configs (fixes #66)",
"author_name": "ludoguenet",
"author_login": "ludoguenet",
"committed_at": "2026-02-15T21:59:46Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "78dd93c7fc652bbcfa82b6dfd27b65fed7fa1f3f",
"body": "…, etc.)\n\n- Add first/second/third/fourth/last {Weekday}OfMonth() to ScheduleBuilder\n- Add MonthlyOrdinalWeekdayFrequencyConfig for monthly_ordinal_weekday\n- Extend SafeFrequencyConfigCast and Model ScheduleBuilder forDate\n- Document in README and Boost skills (zap-recurrence, zap-schedules)\n- Reorganize README with TOC and clearer recurrence/query sections\n- Add unit and feature tests (no regression)\n\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "feat: monthly ordinal weekday recurrence (1st/last Monday, 2nd Friday…",
"author_name": "ludoguenet",
"author_login": "ludoguenet",
"committed_at": "2026-02-08T16:48:32Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "4862572e67a394515b59cbc268403cd9e24d5839",
"body": "…eduleBuilder",
"is_bot": false,
"headline": "Merge PR #63: Add dynamic everyXWeeks and everyXMonths methods to Sch…",
"author_name": "ludoguenet",
"author_login": "ludoguenet",
"committed_at": "2026-02-01T14:37:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e47887bf9dd8966b49563eacf145f32393d9cbf6",
"body": "Single-day appointments created with ->on('date') without ->to() were incorrectly returned when querying any future date. Non-recurring schedules with NULL end_date are now treated as single-day events that only match their exact start_date.\n\nFixes #64",
"is_bot": false,
"headline": "Fix forDate() scope for non-recurring schedules with NULL end_date",
"author_name": "Michael Becker",
"author_login": "seebaermichi",
"committed_at": "2026-01-30T16:23:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8de24acc0bdab621256e518935b79d1097197b5e",
"body": "Update README and zap-recurrence skill to document the new dynamic\nfrequency methods for flexible week (3-52) and month (4, 5, 7-11)\nintervals.",
"is_bot": false,
"headline": "docs: add documentation for dynamic everyXWeeks and everyXMonths methods",
"author_name": "Ahmed Abd El Dayem",
"author_login": "Sagmedjo",
"committed_at": "2026-01-30T15:29:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e6e4b576796ae693e7a989b38f4b65316b5fba35",
"body": null,
"is_bot": false,
"headline": "feat: require ext-intl in composer dependencies",
"author_name": "Ahmed Abd El Dayem",
"author_login": "Sagmedjo",
"committed_at": "2026-01-30T15:24:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "945b1328b61ce5a09bba98f8747206a40eb53fb1",
"body": null,
"is_bot": false,
"headline": "feat: add dynamic weekly and monthly frequency configurations with tests",
"author_name": "Ahmed Abd El Dayem",
"author_login": "Sagmedjo",
"committed_at": "2026-01-30T15:24:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b35ef4062de9aa5ea87a8e143ada675971653a8b",
"body": "…t classes, update namespaces, and adjust tests",
"is_bot": false,
"headline": "refactor: consolidate recurring frequency configurations into abstrac…",
"author_name": "Ahmed Abd El Dayem",
"author_login": "Sagmedjo",
"committed_at": "2026-01-30T14:49:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2efc789d86df058d6ea924c0e97158518cb6b133",
"body": "Document native AI agent support via Laravel Boost 2.0 skills.\n\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "Add Laravel Boost 2.0 Skills section to README",
"author_name": "ludoguenet",
"author_login": "ludoguenet",
"committed_at": "2026-01-27T21:45:09Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "4a199be6862de94c09fea86bc8889aa641d510f1",
"body": "Ship three auto-discoverable skills that help AI agents understand\nand generate accurate Laravel Zap code:\n\n- zap-schedules: Schedule types, builder API, conflicts\n- zap-availability: Bookable slots, availability checks\n- zap-recurrence: All recurrence patterns (daily to annually)\n\nSkills are auto-discovered when users have Laravel Boost installed.\n\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "Add Laravel Boost 2.0 skills for AI agent support",
"author_name": "ludoguenet",
"author_login": "ludoguenet",
"committed_at": "2026-01-27T20:59:41Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "593dc788c8c66fe611403d58fefad6edddc720d5",
"body": "Add type hints to help PHPStan understand Schedule collection types\n- Add docblock type hint for availabilitySchedules collection\n- Add type hint to closure parameter in getAvailabilityPeriodsForDate method\n\nAll tests pass, PHPStan level 5 passes without errors",
"is_bot": false,
"headline": "Fix PHPStan errors in HasSchedules trait",
"author_name": "ludoguenet",
"author_login": "ludoguenet",
"committed_at": "2026-01-23T13:27:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4a3dbc4ede5a73bf3eeb73950657507e406360af",
"body": "Features/eloquent builders",
"is_bot": false,
"headline": "Merge pull request #58 from fabpl/features/eloquent-builders",
"author_name": "Ludovic Guénet",
"author_login": "ludoguenet",
"committed_at": "2026-01-23T13:21:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ab528ecc3a0fbd1249a59c2dab1450108202d295",
"body": "fix: add group tag publish for migrations",
"is_bot": false,
"headline": "Merge pull request #59 from fabpl/features/publish-migrations",
"author_name": "Ludovic Guénet",
"author_login": "ludoguenet",
"committed_at": "2026-01-23T13:20:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9075b04d471af47a034f1485f9a8c898cdbe5eba",
"body": null,
"is_bot": false,
"headline": "fix: add group tag publish for migrations",
"author_name": "fabpl",
"author_login": "fabpl",
"committed_at": "2026-01-22T15:02:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d83f416d8f372d4f35fd37db1f923884aaa0a10b",
"body": null,
"is_bot": false,
"headline": "wip: schedule period eloquent builder",
"author_name": "fabpl",
"author_login": "fabpl",
"committed_at": "2026-01-22T14:57:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ee83abda60acba1bf77759394511db44c423e508",
"body": null,
"is_bot": false,
"headline": "wip: schedule eloquent builder",
"author_name": "fabpl",
"author_login": "fabpl",
"committed_at": "2026-01-22T14:51:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "adc908a6d01c4e5bd6bb832a0b3f64ea99212075",
"body": null,
"is_bot": false,
"headline": "Merge PR #55: Fix scopeForDateRange to handle null end_date",
"author_name": "ludoguenet",
"author_login": "ludoguenet",
"committed_at": "2025-12-28T21:33:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8013c0968fe4a2df952ac13c30fd442280a07a83",
"body": null,
"is_bot": false,
"headline": "Apply Pint code style fixes",
"author_name": "ludoguenet",
"author_login": "ludoguenet",
"committed_at": "2025-12-28T21:33:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8fcd99faf1d77f63909f380c63319ce6807dab87",
"body": null,
"is_bot": false,
"headline": "Refactor date condition logic in Schedule model",
"author_name": "Bilal Pervez",
"author_login": "rajabilal555",
"committed_at": "2025-12-27T10:13:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2e5d189512bfece6476767c29295471e4f3181aa",
"body": null,
"is_bot": false,
"headline": "fix date typo",
"author_name": "Bilal Pervez",
"author_login": "rajabilal555",
"committed_at": "2025-12-27T10:08:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "144d2a9d40c418a265b7af2c505ddc6a3c1aaa13",
"body": null,
"is_bot": false,
"headline": "fix date range scope condition to check for null end_date",
"author_name": "Bilal Pervez",
"author_login": "rajabilal555",
"committed_at": "2025-12-27T09:48:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dcc810aefc5d43325d035fceb5263db2d0398519",
"body": "hotfix: use getMorphClass for custom polymorphic types",
"is_bot": false,
"headline": "Merge pull request #54 from falestra/hotfix/custom-polymorphic-types",
"author_name": "Ludovic Guénet",
"author_login": "ludoguenet",
"committed_at": "2025-12-23T21:26:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fb5a0d8fbf4cd8c653ce1ba8aafb5c1e64959f9c",
"body": null,
"is_bot": false,
"headline": "docs: update README with installation and migration instructions",
"author_name": "Fahmi Lestian Ramdhani",
"author_login": "falestra",
"committed_at": "2025-12-23T17:11:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "16213ef52c6c1bc4f3184db4953764e585d8fa71",
"body": null,
"is_bot": false,
"headline": "hotfix: use getMorphClass for custom polymorphic types",
"author_name": "Fahmi Lestian Ramdhani",
"author_login": "falestra",
"committed_at": "2025-12-23T17:11:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f34998f4f6868d17459a4436b6c6dd36161eb19f",
"body": "feat: add support for custom models and UUIDs",
"is_bot": false,
"headline": "Merge pull request #53 from falestra/feat/custom-model-support",
"author_name": "Ludovic Guénet",
"author_login": "ludoguenet",
"committed_at": "2025-12-23T13:23:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eebd5794e489d13650800fd0ac652c43de1e519c",
"body": null,
"is_bot": false,
"headline": "docs: update README for custom model support with UUIDs",
"author_name": "Fahmi Lestian Ramdhani",
"author_login": "falestra",
"committed_at": "2025-12-23T11:35:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "abad0f4b3686d1a61915e0331c91925f6cbad01e",
"body": null,
"is_bot": false,
"headline": "feat: add support for custom models and UUIDs",
"author_name": "Fahmi Lestian Ramdhani",
"author_login": "falestra",
"committed_at": "2025-12-23T10:45:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c6c7eb36f8e78b15442a5c19d5d80ff01e601b7b",
"body": "- Enhanced section descriptions and organization\n- Improved code example formatting and consistency\n- Added clearer context to schedule patterns\n- Better structured real-world examples\n- Updated badge styles to for-the-badge format\n- Added missing newline at end of file",
"is_bot": false,
"headline": "Improve README clarity and formatting",
"author_name": "ludoguenet",
"author_login": "ludoguenet",
"committed_at": "2025-12-22T16:53:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f9a1b5c46f24f4190c5a9eda89b3a81d76e5eb56",
"body": "Add Weekly Odd/Even scheduling methods for more specific schedule options and update documentation",
"is_bot": false,
"headline": "Merge pull request #50 from SonnySha/develop",
"author_name": "Ludovic Guénet",
"author_login": "ludoguenet",
"committed_at": "2025-12-13T21:50:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e01c881b8b03ac77b58444303c1531effe525f0a",
"body": null,
"is_bot": false,
"headline": "test: Reduce date ranges in Weekly Odd/Even - Conflict Detection",
"author_name": "SonnySha",
"author_login": "SonnySha",
"committed_at": "2025-12-12T18:00:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c9393aa3e2c5f7324e9f4f57e18771d0b18c5e5a",
"body": null,
"is_bot": false,
"headline": "fix.test: resolve Undefined class 'Frequency'",
"author_name": "SonnySha",
"author_login": "SonnySha",
"committed_at": "2025-12-12T17:01:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a44cf8653feee1ca64459c34c978e7209e1f765e",
"body": null,
"is_bot": false,
"headline": "Merge branch 'feature/weekly-odd-even-support' into develop",
"author_name": "SonnySha",
"author_login": "SonnySha",
"committed_at": "2025-12-12T16:28:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "631c6d1a62bf3803310945ea5d6de6cd27c04ede",
"body": null,
"is_bot": false,
"headline": "chore: Run Laravel Pint to ensure PSR-12 compliance",
"author_name": "SonnySha",
"author_login": "SonnySha",
"committed_at": "2025-12-12T16:27:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4a74c6ae32a722ea2e98adb5eb2d03dc1d7eeb58",
"body": "…ation\n\n- Explain Weekly Odd/Even logic with examples\n- Add weekOddDays() / weekEvenDays() method showing time period usage\n- Document isBookableAtTime() for checking specific time slots\n- Add ->on() alias for from() and clarify alternative syntax",
"is_bot": false,
"headline": "doc: Add new Weekly Odd/Even scheduling features and improve document…",
"author_name": "SonnySha",
"author_login": "SonnySha",
"committed_at": "2025-12-12T16:19:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3a5b5a64935a6f42d95cb5a4c0a914dd882b0d38",
"body": "…a specific date and time range",
"is_bot": false,
"headline": "feat: add isBookableAtTime to determine if the model is bookable for …",
"author_name": "SonnySha",
"author_login": "SonnySha",
"committed_at": "2025-12-11T19:02:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "69136cba50480d5a30bed50d5e460aafd2d3811a",
"body": "… handling and create test\n\n- Updated ScheduleBuilder and Schedule to support weekly odd/even\n- Added and improved tests in WeeklyOddEvenTest, ScheduleBuilderTest, ConflictDetectionService\n- Refactored DateHelper to simplify nextWeekOdd / nextWeekEven calculations\n- Add frequency config classes (AbstractWeeklyOddEvenFrequencyConfig, WeeklyOdd/EvenFrequencyConfig), Adjusted WeeklyFrequencyConfig",
"is_bot": false,
"headline": "feat: Refactor and add weekly odd/even scheduling logic, improve date…",
"author_name": "SonnySha",
"author_login": "SonnySha",
"committed_at": "2025-12-11T18:18:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9096fcc4a93d027e8248fbb1732b36ffa62ec3a6",
"body": "… into feature/weekly-odd-even-support\n\n# Conflicts:\n#\tREADME.md\n#\tconfig/zap.php\n#\tsrc/Builders/ScheduleBuilder.php\n#\tsrc/Models/Concerns/HasSchedules.php\n#\tsrc/Services/ConflictDetectionService.php\n#\tsrc/Services/ValidationService.php",
"is_bot": false,
"headline": "Merge remote-tracking branch 'origin/feature/weekly-odd-even-support'…",
"author_name": "SonnySha",
"author_login": "SonnySha",
"committed_at": "2025-12-09T16:50:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "04b0852c1e9d808a09a8c95b7fcfa32998945373",
"body": null,
"is_bot": false,
"headline": "feat: add 'unused' comments to unused function",
"author_name": "SonnySha",
"author_login": "SonnySha",
"committed_at": "2025-12-09T16:48:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3dc69b4789a601dd588f497227fd2a031843a888",
"body": null,
"is_bot": false,
"headline": "test: add tests for ConflictDetection & Weekly Odd/Even",
"author_name": "SonnySha",
"author_login": "SonnySha",
"committed_at": "2025-12-09T16:48:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "30f5818a766e9109bd37bb6e1073c610b1d46cc5",
"body": null,
"is_bot": false,
"headline": "rebase: rebase feature code with main",
"author_name": "SonnySha",
"author_login": "SonnySha",
"committed_at": "2025-12-09T16:48:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d3f38d45971fb82870b9bac5fae04b4c4161b60d",
"body": null,
"is_bot": false,
"headline": "Merge branch 'main' of github.com:ludoguenet/laravel-zap",
"author_name": "ludoguenet",
"author_login": "ludoguenet",
"committed_at": "2025-12-08T08:32:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "310c0121615da11079749cadff64712d6eb3e140",
"body": "Switch migration publishing to Laravel helper and remove runtime load hook.",
"is_bot": false,
"headline": "Use publishesMigrations in service provider",
"author_name": "ludoguenet",
"author_login": "ludoguenet",
"committed_at": "2025-12-08T08:31:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "73ba5493eb767d7f298c5f9858d3e59bbaad171e",
"body": "Remove loading of migrations in ZapServiceProvider",
"is_bot": false,
"headline": "Merge pull request #48 from fabpl/fabpl-patch-1",
"author_name": "Ludovic Guénet",
"author_login": "ludoguenet",
"committed_at": "2025-12-05T16:06:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "51c605e2deec131181368ebfd5acbc7b31dfb55a",
"body": "Migrations are published on Installation steps.\r\n\r\nRemoved loading of migrations from the ZapServiceProvider.",
"is_bot": false,
"headline": "Remove loading of migrations in ZapServiceProvider",
"author_name": "Fabrice Planchette",
"author_login": "fabpl",
"committed_at": "2025-12-05T15:16:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f1235d568673e73cd47c2a0340e256b08ae84528",
"body": null,
"is_bot": false,
"headline": "doc: in readme add guide on how to use the weekly odd/even feature",
"author_name": "SonnySha",
"author_login": "SonnySha",
"committed_at": "2025-12-03T20:01:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4905e6b5b1e5d8bdece17fc8fcdff8ab6a76b02e",
"body": null,
"is_bot": false,
"headline": "feat: add 'unused' comments to unused function",
"author_name": "SonnySha",
"author_login": "SonnySha",
"committed_at": "2025-12-03T20:00:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "858330af0c25128c32c723ecc9df657ef17062f2",
"body": null,
"is_bot": false,
"headline": "test: add tests for ConflictDetection & Weekly Odd/Even",
"author_name": "SonnySha",
"author_login": "SonnySha",
"committed_at": "2025-12-03T20:00:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "10011bbc2011911c2052470501c9b1967c82a674",
"body": null,
"is_bot": false,
"headline": "feat: add weekly odd/even logic",
"author_name": "SonnySha",
"author_login": "SonnySha",
"committed_at": "2025-12-03T19:59:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c0907ec05ecc53248186e44994ddb265bcbffdc4",
"body": "- Add weekDays() method that combines weekly() and addPeriod() in one call\n- Update README.md to document the new convenience method\n- Add comprehensive tests for weekDays() method\n- Update examples in README to showcase weekDays() usage",
"is_bot": false,
"headline": "Add weekDays() convenience method to ScheduleBuilder",
"author_name": "ludoguenet",
"author_login": "ludoguenet",
"committed_at": "2025-12-02T22:32:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f7ad7ee2132a54c52fbb63708abf26c7b078000a",
"body": null,
"is_bot": false,
"headline": "Add zap() helper function for easier access to ScheduleService",
"author_name": "ludoguenet",
"author_login": "ludoguenet",
"committed_at": "2025-12-02T21:58:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fe573279d4daeecc9a79c1a012d489ceb502ae2a",
"body": null,
"is_bot": false,
"headline": "lint: pint",
"author_name": "ludoguenet",
"author_login": "ludoguenet",
"committed_at": "2025-12-02T16:44:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "60f64360a7f7983d70f31fce4f93f0d9afbc62b7",
"body": "feat: add `Schedule` docblock for scopes",
"is_bot": false,
"headline": "Merge pull request #47 from angelej/scope-docblock",
"author_name": "Ludovic Guénet",
"author_login": "ludoguenet",
"committed_at": "2025-12-02T16:25:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e72da7cd9fc5e631bf8ff5b54f68d1b5b77555e3",
"body": "Support Extended Recurring Frequencies",
"is_bot": false,
"headline": "Merge pull request #45 from Sagmedjo/main",
"author_name": "Ludovic Guénet",
"author_login": "ludoguenet",
"committed_at": "2025-12-02T16:25:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5a6fd54b48ca9fe5f5cd44979b2b699e47b5cde7",
"body": null,
"is_bot": false,
"headline": "feat: add `Schedule` docblock for scopes",
"author_name": "Jeremy Angele",
"author_login": "angelej",
"committed_at": "2025-11-30T21:56:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ecb38c4232129ba9051127c69cfec524fc80258b",
"body": null,
"is_bot": false,
"headline": "Update PHP requirement to >=8.2 <8.6",
"author_name": "ludoguenet",
"author_login": "ludoguenet",
"committed_at": "2025-11-30T12:30:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8262ce765008f931c390b9651a38f671cf97c7f4",
"body": null,
"is_bot": false,
"headline": "docs: remove PHP 8.2 Packagist badge",
"author_name": "ludoguenet",
"author_login": "ludoguenet",
"committed_at": "2025-11-28T22:12:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b3398a9d3c5b09da29c7f6f53f9fa883d413b309",
"body": null,
"is_bot": false,
"headline": "docs: update badges to show PHP ≤8.5 and Laravel ≤12.0 compatibility",
"author_name": "ludoguenet",
"author_login": "ludoguenet",
"committed_at": "2025-11-28T22:11:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "adff2dba77c434ce0a20161f165db13c1df69313",
"body": null,
"is_bot": false,
"headline": "ci: add PHP 8.5 to test matrix",
"author_name": "ludoguenet",
"author_login": "ludoguenet",
"committed_at": "2025-11-28T22:00:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b4fd10d167c415bf98537aed1e9c0d97f71d3beb",
"body": null,
"is_bot": false,
"headline": "fix: adjust performance test",
"author_name": "Ahmed Abd El Dayem",
"author_login": "Sagmedjo",
"committed_at": "2025-11-28T12:19:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "131ec0717a3efdf60662116d50a4d988e9ef0461",
"body": null,
"is_bot": false,
"headline": "refactor: lint codebase with pint psr12",
"author_name": "Ahmed Abd El Dayem",
"author_login": "Sagmedjo",
"committed_at": "2025-11-28T10:57:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "06d62178208bece546ae6ecab49c17dcef3de19b",
"body": null,
"is_bot": false,
"headline": "fix: improve backward compatibility of recurring method in builder",
"author_name": "Ahmed Abd El Dayem",
"author_login": "Sagmedjo",
"committed_at": "2025-11-28T10:36:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "caf07773644b161509c57d27ca9c0557babf92d9",
"body": "…ing is used with a built-in frequency",
"is_bot": false,
"headline": "fix: make recurring method on builder backwards compatible, if recurr…",
"author_name": "Ahmed Abd El Dayem",
"author_login": "Sagmedjo",
"committed_at": "2025-11-28T10:00:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3ba2c2c041c1286022d88f906ee9221af1c7d2bc",
"body": "…monthly, quarterly, semi-annually, and annually with corresponding tests",
"is_bot": false,
"headline": "feat: support extended recurring frequencies including bi-weekly, bi-…",
"author_name": "Ahmed Abd El Dayem",
"author_login": "Sagmedjo",
"committed_at": "2025-11-28T09:38:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "19630086e0a865310b3702cfcebb1b1d2b7ea380",
"body": "feat: add inverse `active()` and `recurring()` scopes for Schedule Model",
"is_bot": false,
"headline": "Merge pull request #44 from angelej/scopes",
"author_name": "Ludovic Guénet",
"author_login": "ludoguenet",
"committed_at": "2025-11-28T08:23:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "013eda590437544cfc441908a1051a57d65c095d",
"body": "…ies and first few tests to check builder",
"is_bot": false,
"headline": "fix+tests+doc: added documentation on how to use newly added frequenc…",
"author_name": "Ahmed Abd El Dayem",
"author_login": "Sagmedjo",
"committed_at": "2025-11-28T01:01:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c686045c8af1533572b2bbc375538a3ab307776a",
"body": "…frequencies (too squash with tests) with full backwards compatibility",
"is_bot": false,
"headline": "feat: add bi-weekly, bi-monthly, quarterly, semi-anually and anually …",
"author_name": "Ahmed Abd El Dayem",
"author_login": "Sagmedjo",
"committed_at": "2025-11-27T23:46:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ad74e7a6f3f79ce479bb3bbc2e71ecaf1296908d",
"body": null,
"is_bot": false,
"headline": "feat: add inverse `active()` and `recurring()` scopes",
"author_name": "Jeremy Angele",
"author_login": "angelej",
"committed_at": "2025-11-27T16:39:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ca04998179838fe2ef8c3342febb5b43a43579c0",
"body": "…to use enum with backward compatibility",
"is_bot": false,
"headline": "feat: introduce Frequency enum and refactor recurring schedule logic …",
"author_name": "Ahmed Abd El Dayem",
"author_login": "Sagmedjo",
"committed_at": "2025-11-27T15:31:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "221c6f3fd93ce218a6115047c1752ad14b1d0e08",
"body": "refactor: Use `array_column` in `ScheduleTypes::values()`",
"is_bot": false,
"headline": "Merge pull request #41 from angelej/scheduletypes",
"author_name": "Ludovic Guénet",
"author_login": "ludoguenet",
"committed_at": "2025-11-26T22:13:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e7144b1095130c68bdff31b5a441e303d55e53c1",
"body": "test: Refactor schedule / period validation tests",
"is_bot": false,
"headline": "Merge pull request #43 from angelej/validation-tests",
"author_name": "Ludovic Guénet",
"author_login": "ludoguenet",
"committed_at": "2025-11-26T22:05:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a6dca19d3c9f30785ce8f13ab8d2d9fdf1a72975",
"body": null,
"is_bot": false,
"headline": "test: refactor schedule validation tests",
"author_name": "Jeremy Angele",
"author_login": "angelej",
"committed_at": "2025-11-26T13:46:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2bd2db7470a5215b76009bcecb605cf339d0277c",
"body": null,
"is_bot": false,
"headline": "refactor: Use `array_column` in `ScheduleTypes::values()`",
"author_name": "Jeremy Angele",
"author_login": "angelej",
"committed_at": "2025-11-24T00:04:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d799f9cb4610727ee281c376f0c2d816b63cfecb",
"body": null,
"is_bot": false,
"headline": "Merge branch 'fix/refactor'",
"author_name": "ludoguenet",
"author_login": "ludoguenet",
"committed_at": "2025-11-23T23:10:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "21e52f0a1c6a888f4c894eed481a89f155f41c15",
"body": null,
"is_bot": false,
"headline": "feat: added isBookableAt method + refresh doc",
"author_name": "ludoguenet",
"author_login": "ludoguenet",
"committed_at": "2025-11-23T23:09:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3ea067ae505d79a41981dd180ec0daa8a3c1b081",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Ludovic Guénet",
"author_login": "ludoguenet",
"committed_at": "2025-11-23T22:32:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cfa996027aaab5ad9791f3fd77fe0ca859707cd2",
"body": "Fix/refactor",
"is_bot": false,
"headline": "Merge pull request #40 from ludoguenet/fix/refactor",
"author_name": "Ludovic Guénet",
"author_login": "ludoguenet",
"committed_at": "2025-11-23T16:23:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3a551b8c21e0362c4151f621da9490d837e56327",
"body": "…on, and deprecated 'available' method in favor of 'bookable' methods",
"is_bot": false,
"headline": "Release 1.8.0: Enhanced testing, improved naming, updated documentati…",
"author_name": "ludoguenet",
"author_login": "ludoguenet",
"committed_at": "2025-11-23T16:17:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cd0e138f1f74f5f219f1edbce40227906a872058",
"body": null,
"is_bot": false,
"headline": "wip",
"author_name": "ludoguenet",
"author_login": "ludoguenet",
"committed_at": "2025-11-23T00:10:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ec9892681a196e2366133dbc6dcaf509dad3afa4",
"body": null,
"is_bot": false,
"headline": "fix: update readme",
"author_name": "ludoguenet",
"author_login": "ludoguenet",
"committed_at": "2025-11-15T22:44:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "10237dc17caaba33bf7d0a18b1c7ba98a2cc64b8",
"body": "- Fix forDate() scope to properly filter weekly schedules by weekday\n- Fix forDate() scope to properly filter monthly schedules by day of month\n- Add forYear() builder method for setting date ranges for entire year\n- Remove yearly frequency support from config\n- Add comprehensive tests for recurring schedule queries (Issue #31)",
"is_bot": false,
"headline": "Fix recurring schedule querying and add forYear() convenience method",
"author_name": "ludoguenet",
"author_login": "ludoguenet",
"committed_at": "2025-11-15T22:35:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cf831d9da40ed6467ebf12e5eff227cbc79b20cf",
"body": "Add forDate filter before overlapping check to ensure periods are\nscoped to the requested date. This fixes isAvailableAt incorrectly\nreturning false for time slots after a schedule's end date.\n\nFixes #36",
"is_bot": false,
"headline": "Fix availability check for time slots after schedule ends",
"author_name": "ludoguenet",
"author_login": "ludoguenet",
"committed_at": "2025-11-15T21:17:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d5b8398c47aa870313516c55e76947ec9755995f",
"body": null,
"is_bot": false,
"headline": "fix: remove coverage",
"author_name": "ludoguenet",
"author_login": "ludoguenet",
"committed_at": "2025-11-15T15:14:16Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 22,
"commits_last_year": 145,
"latest_release_at": "2026-06-27T15:18:30Z",
"latest_release_tag": "v1.15.5",
"releases_from_tags": false,
"days_since_last_push": 30,
"active_weeks_last_year": 27,
"days_since_latest_release": 30,
"mean_days_between_releases": 23.4
},
"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": "laraveljutsu/zap",
"exists": true,
"license": "MIT",
"keywords": [
"schedule",
"calendar",
"management",
"laravel",
"booking"
],
"ecosystem": "packagist",
"matches_repo": true,
"registry_url": "https://packagist.org/packages/laraveljutsu/zap",
"is_deprecated": false,
"latest_version": "v1.15.5",
"repository_url": "https://github.com/ludoguenet/laravel-zap",
"versions_count": 27,
"total_downloads": 131038,
"dependents_count": 1,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 19224,
"first_published_at": null,
"latest_published_at": "2026-06-27T15:16:49Z",
"latest_version_yanked": null,
"days_since_latest_publish": 30
}
]
},
"popularity": {
"forks": 110,
"stars": 1455,
"watchers": 18,
"fork_history": {
"days": [
{
"date": "2025-06-09",
"count": 1
},
{
"date": "2025-06-10",
"count": 4
},
{
"date": "2025-06-11",
"count": 3
},
{
"date": "2025-06-14",
"count": 1
},
{
"date": "2025-06-18",
"count": 2
},
{
"date": "2025-06-19",
"count": 1
},
{
"date": "2025-06-20",
"count": 1
},
{
"date": "2025-06-21",
"count": 2
},
{
"date": "2025-06-23",
"count": 3
},
{
"date": "2025-06-24",
"count": 3
},
{
"date": "2025-06-25",
"count": 2
},
{
"date": "2025-06-27",
"count": 1
},
{
"date": "2025-07-05",
"count": 2
},
{
"date": "2025-07-07",
"count": 6
},
{
"date": "2025-07-12",
"count": 2
},
{
"date": "2025-07-15",
"count": 1
},
{
"date": "2025-07-16",
"count": 1
},
{
"date": "2025-07-21",
"count": 1
},
{
"date": "2025-08-01",
"count": 1
},
{
"date": "2025-08-28",
"count": 7
},
{
"date": "2025-08-29",
"count": 3
},
{
"date": "2025-08-30",
"count": 2
},
{
"date": "2025-08-31",
"count": 1
},
{
"date": "2025-09-02",
"count": 1
},
{
"date": "2025-09-03",
"count": 2
},
{
"date": "2025-09-04",
"count": 1
},
{
"date": "2025-09-07",
"count": 1
},
{
"date": "2025-09-08",
"count": 3
},
{
"date": "2025-09-09",
"count": 1
},
{
"date": "2025-09-11",
"count": 1
},
{
"date": "2025-09-12",
"count": 2
},
{
"date": "2025-09-13",
"count": 2
},
{
"date": "2025-09-19",
"count": 1
},
{
"date": "2025-09-20",
"count": 1
},
{
"date": "2025-09-22",
"count": 1
},
{
"date": "2025-09-23",
"count": 1
},
{
"date": "2025-10-01",
"count": 1
},
{
"date": "2025-10-06",
"count": 1
},
{
"date": "2025-10-19",
"count": 1
},
{
"date": "2025-10-30",
"count": 1
},
{
"date": "2025-10-31",
"count": 2
},
{
"date": "2025-11-07",
"count": 2
},
{
"date": "2025-11-12",
"count": 1
},
{
"date": "2025-11-23",
"count": 1
},
{
"date": "2025-11-24",
"count": 1
},
{
"date": "2025-11-25",
"count": 1
},
{
"date": "2025-11-27",
"count": 1
},
{
"date": "2025-12-01",
"count": 1
},
{
"date": "2025-12-06",
"count": 1
},
{
"date": "2025-12-07",
"count": 1
},
{
"date": "2025-12-13",
"count": 1
},
{
"date": "2025-12-17",
"count": 1
},
{
"date": "2025-12-22",
"count": 1
},
{
"date": "2025-12-26",
"count": 1
},
{
"date": "2025-12-27",
"count": 1
},
{
"date": "2025-12-28",
"count": 1
},
{
"date": "2026-01-08",
"count": 1
},
{
"date": "2026-01-11",
"count": 1
},
{
"date": "2026-01-15",
"count": 1
},
{
"date": "2026-01-30",
"count": 1
},
{
"date": "2026-01-31",
"count": 1
},
{
"date": "2026-02-11",
"count": 1
},
{
"date": "2026-02-15",
"count": 1
},
{
"date": "2026-02-17",
"count": 1
},
{
"date": "2026-04-01",
"count": 1
},
{
"date": "2026-04-08",
"count": 1
},
{
"date": "2026-04-17",
"count": 1
},
{
"date": "2026-04-21",
"count": 1
},
{
"date": "2026-05-02",
"count": 1
},
{
"date": "2026-05-18",
"count": 1
},
{
"date": "2026-05-19",
"count": 1
},
{
"date": "2026-05-20",
"count": 1
},
{
"date": "2026-05-24",
"count": 1
},
{
"date": "2026-06-17",
"count": 1
},
{
"date": "2026-07-10",
"count": 1
}
],
"complete": true,
"collected": 110,
"total_forks": 110
},
"star_history": null,
"open_issues_and_prs": 1
},
"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": 60642,
"source_files_sampled": 79,
"oversized_source_files": 1,
"agent_instruction_files": [
".cursorrules"
],
"agent_instruction_max_bytes": 4530
},
"dependencies": {
"manifests": [
"composer.json"
],
"advisories": {
"error": null,
"scope": null,
"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": 0,
"direct_affected_count": 0
},
"ecosystems": [
"packagist"
],
"dependencies": [],
"all_dependencies": {
"error": "GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository",
"source": null,
"packages": [],
"collected": false,
"truncated": false,
"total_count": null,
"direct_count": null,
"indirect_count": null
}
},
"maintainership": {
"issues": {
"open_prs": 1,
"merged_prs": 30,
"open_issues": 0,
"closed_ratio": 1,
"closed_issues": 39,
"closed_unmerged_prs": 6
},
"bus_factor": 1,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "ludoguenet",
"commits": 92,
"avatar_url": "https://avatars.githubusercontent.com/u/36139526?v=4"
},
{
"type": "User",
"login": "SonnySha",
"commits": 15,
"avatar_url": "https://avatars.githubusercontent.com/u/39993743?v=4"
},
{
"type": "User",
"login": "Sagmedjo",
"commits": 12,
"avatar_url": "https://avatars.githubusercontent.com/u/46325585?v=4"
},
{
"type": "User",
"login": "nick-potts",
"commits": 12,
"avatar_url": "https://avatars.githubusercontent.com/u/1109914?v=4"
},
{
"type": "User",
"login": "fabpl",
"commits": 6,
"avatar_url": "https://avatars.githubusercontent.com/u/6574025?v=4"
},
{
"type": "User",
"login": "falestra",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/12063138?v=4"
},
{
"type": "User",
"login": "angelej",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/131715596?v=4"
},
{
"type": "User",
"login": "rajabilal555",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/15360941?v=4"
},
{
"type": "User",
"login": "gmlo89",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/874420?v=4"
},
{
"type": "User",
"login": "olivermbs",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/37539998?v=4"
}
],
"contributors_sampled": 17,
"top_contributor_share": 0.571
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"tests.yml"
],
"has_docs_dir": false,
"linter_configs": [
"phpstan.neon"
],
"has_editorconfig": false,
"has_linter_config": true,
"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": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 0,
"reason": "0 out of 6 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": 2,
"reason": "Found 6/21 approved changesets -- score normalized to 2",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 6,
"reason": "project has 2 contributing companies or organizations -- score normalized to 6",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"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": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 10,
"reason": "8 commit(s) and 4 issue activity found in the last 90 days -- score normalized to 10",
"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": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"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": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"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": "c63ce0bdb6320b38e08b014685ab9f0be94b2812",
"ran_at": "2026-07-27T15:41:05Z",
"aggregate_score": 4.1,
"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-06-27T15:17:58Z",
"oldest_open_prs": [
{
"number": 71,
"created_at": "2026-05-02T20:10:08Z",
"last_comment_at": "2026-05-18T22:18:45Z",
"last_comment_author": "shavonn"
}
],
"last_merged_pr_at": "2026-05-26T13:47:24Z",
"ci_last_conclusion": "FAILURE",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/ludoguenet/laravel-zap",
"host": "github.com",
"name": "laravel-zap",
"owner": "ludoguenet"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 67,
"inputs": {
"security": 41,
"vitality": 86,
"community": 62,
"governance": 69,
"engineering": 68
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "excellent",
"name": "Vitality",
"value": 86,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "good",
"name": "Development activity",
"note": null,
"notes": [],
"value": 76,
"inputs": {
"commits_last_year": 145,
"human_commit_share": 0.97,
"days_since_last_push": 30,
"active_weeks_last_year": 27
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 30 days ago",
"points": 28.8,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 30
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "27/52 weeks with commits",
"points": 18.7,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 27
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "145 commits in the last year",
"points": 18,
"status": "met",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 145
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "8 commit(s) and 4 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"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": 100,
"inputs": {
"releases_count": 22,
"latest_release_tag": "v1.15.5",
"releases_from_tags": false,
"days_since_latest_release": 30,
"mean_days_between_releases": 23.4
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "22 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 22
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 30 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 30
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~23.4 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 23.4
}
}
],
"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": 30,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 30 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 30
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 62,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "good",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 75,
"inputs": {
"forks": 110,
"stars": 1455,
"watchers": 18,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "1,455 stars",
"points": 51.3,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 1455
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "110 forks",
"points": 17,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 110
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "18 watchers",
"points": 6.8,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 18
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"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": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"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": "moderate",
"name": "Ecosystem adoption (downloads)",
"note": null,
"notes": [],
"value": 59,
"inputs": {
"packages": [
"laraveljutsu/zap"
],
"dependents": 1,
"ecosystems": "packagist",
"total_downloads": 131038,
"monthly_downloads": 19224
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "19,224 downloads/month across packagist",
"points": 57.1,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 19224,
"ecosystems": "packagist"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "1 packages depend on it",
"points": 2,
"status": "partial",
"details": [
{
"code": "registry_dependents",
"params": {
"count": 1
}
}
],
"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": 69,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 38,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 17,
"top_contributor_share": 0.571
},
"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 57% of commits",
"points": 9.7,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 57
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "17 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 17
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 2 contributing companies or organizations -- score normalized to 6",
"points": 6,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 82,
"inputs": {
"merged_prs": 30,
"open_issues": 0,
"closed_issues": 39,
"issue_closed_ratio": 1,
"closed_unmerged_prs": 6
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "100% of issues closed",
"points": 46.8,
"status": "met",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 100
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "30/36 decided PRs merged",
"points": 31.9,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 30,
"decided": 36
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 6/21 approved changesets -- score normalized to 2",
"points": 3,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"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": 69,
"inputs": {
"followers": 633,
"owner_type": "User",
"is_verified": null,
"owner_login": "ludoguenet",
"public_repos": 195,
"account_age_days": 3094
},
"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": "633 followers of ludoguenet",
"points": 20.1,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 633,
"login": "ludoguenet"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "195 public repos, account ~8 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 195
}
},
{
"code": "account_age_years",
"params": {
"years": 8
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"laraveljutsu/zap"
],
"ecosystems": "packagist",
"any_deprecated": false,
"min_days_since_publish": 30
},
"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 30 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 30
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "27 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 27
}
}
],
"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": 68,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 64,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": true,
"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": "phpstan.neon",
"points": 16,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "phpstan.neon"
}
}
],
"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": "0 out of 6 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "good",
"name": "Documentation",
"note": null,
"notes": [],
"value": 75,
"inputs": {
"topics": [
"dates",
"laravel",
"schedule",
"calendar"
],
"has_wiki": true,
"homepage": "https://www.laravel-zap.com",
"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": "https://www.laravel-zap.com",
"points": 15,
"status": "met",
"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": "4 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 4
}
}
],
"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": 41,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 41,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 4.1
},
"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 not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "0 out of 6 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 6/21 approved changesets -- score normalized to 2",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 2 contributing companies or organizations -- score normalized to 6",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"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.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "8 commit(s) and 4 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"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": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"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": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"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": 9
},
"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": "moderate",
"name": "AI Readiness",
"value": 60,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "excellent",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.825,
"agent_instruction_files": [
".cursorrules"
],
"agent_instruction_max_bytes": 4530
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": ".cursorrules",
"points": 45,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".cursorrules"
}
}
],
"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": "80 of 97 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 80,
"sampled": 97
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "at_risk",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 43,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": false,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": true,
"typecheck_configs": [],
"agent_commit_share": 0.09,
"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": "phpstan.neon",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "phpstan.neon"
}
}
],
"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": "9 of the last 100 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 9,
"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": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "moderate",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 54,
"inputs": {
"primary_language": "PHP",
"largest_source_bytes": 60642,
"source_files_sampled": 79,
"oversized_source_files": 1
},
"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": "1/79 source files over 60KB",
"points": 54.3,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 79,
"oversized": 1
}
}
],
"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",
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository"
],
"report_type": "repository",
"generated_at": "2026-07-27T15:41:22.944826Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/l/ludoguenet/laravel-zap.svg",
"full_name": "ludoguenet/laravel-zap",
"license_state": "standard",
"license_spdx": "MIT"
}