{"id":50454188,"url":"https://github.com/mizcausevic-dev/entitlement-request-portal-api","last_synced_at":"2026-06-01T01:05:44.287Z","repository":{"id":357280908,"uuid":"1235969105","full_name":"mizcausevic-dev/entitlement-request-portal-api","owner":"mizcausevic-dev","description":"PHP API for entitlement requests, approval routing, access review visibility, and audit-friendly identity governance workflows.","archived":false,"fork":false,"pushed_at":"2026-05-12T04:26:26.000Z","size":234,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-12T06:27:30.093Z","etag":null,"topics":["access-review","api","audit-trail","backend","entitlements","governance","identity-governance","php","workflow"],"latest_commit_sha":null,"homepage":"https://kineticgain.com","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mizcausevic-dev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-05-11T20:36:44.000Z","updated_at":"2026-05-12T04:26:29.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/mizcausevic-dev/entitlement-request-portal-api","commit_stats":null,"previous_names":["mizcausevic-dev/entitlement-request-portal-api"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/mizcausevic-dev/entitlement-request-portal-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mizcausevic-dev%2Fentitlement-request-portal-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mizcausevic-dev%2Fentitlement-request-portal-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mizcausevic-dev%2Fentitlement-request-portal-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mizcausevic-dev%2Fentitlement-request-portal-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mizcausevic-dev","download_url":"https://codeload.github.com/mizcausevic-dev/entitlement-request-portal-api/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mizcausevic-dev%2Fentitlement-request-portal-api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33755379,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-31T02:00:06.040Z","response_time":95,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["access-review","api","audit-trail","backend","entitlements","governance","identity-governance","php","workflow"],"created_at":"2026-06-01T01:05:44.232Z","updated_at":"2026-06-01T01:05:44.279Z","avatar_url":"https://github.com/mizcausevic-dev.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Entitlement Request Portal API\r\n\r\n`entitlement-request-portal-api` is a self-contained PHP backend for access request routing, approval drag, policy findings, and fulfillment decisions. It runs on the built-in PHP server with no framework install required.\r\n\r\n## Executive Summary\r\n\r\nThis repo models the workflow behind identity and entitlement requests:\r\n\r\n- request inventory with sensitivity, owner lanes, and approval steps\r\n- policy findings for SOX scope, contractor privilege, and separation-of-duties pressure\r\n- summary and detail endpoints for operator-facing review\r\n- a scoring route that converts request context into `stable`, `watch`, or `escalate`\r\n\r\n## Portfolio Takeaway\r\n\r\nThis project broadens the language mix with a real PHP backend while keeping the story aligned with identity governance and enterprise workflow operations.\r\n\r\n## Overview\r\n\r\n| Path | Purpose |\r\n| --- | --- |\r\n| `router.php` | Built-in server entrypoint |\r\n| `src/Data/` | Sample request inventory |\r\n| `src/Services/` | Policy and escalation scoring |\r\n| `src/Http/` | JSON responses and routing |\r\n| `tests/run_tests.php` | Lightweight smoke tests |\r\n| `screenshots/` | Real PNG proof |\r\n\r\n## API Surface\r\n\r\n- `GET /`\r\n- `GET /docs`\r\n- `GET /api/dashboard/summary`\r\n- `GET /api/sample`\r\n- `GET /api/requests/{requestId}`\r\n- `POST /api/analyze/request`\r\n\r\n## Workflow\r\n\r\n```mermaid\r\nflowchart LR\r\n  A[\"Requester submits entitlement\"] --\u003e B[\"Manager review\"]\r\n  B --\u003e C[\"System owner review\"]\r\n  C --\u003e D[\"Security / policy review\"]\r\n  D --\u003e E[\"Fulfill, watch, or escalate\"]\r\n```\r\n\r\n## Screenshots\r\n\r\n### Hero\r\n![Hero](screenshots/01-hero.png)\r\n\r\n### Approval Spine\r\n![Approval Spine](screenshots/02-approval-spine.png)\r\n\r\n### Policy Findings\r\n![Policy Findings](screenshots/03-policy-findings.png)\r\n\r\n### Validation Proof\r\n![Validation Proof](screenshots/04-proof.png)\r\n\r\n## Run Locally\r\n\r\nUse the PHP binary installed by WinGet:\r\n\r\n```powershell\ncd entitlement-request-portal-api\n# Ensure `php` is installed and available on PATH.\nphp -S 127.0.0.1:4485 router.php\n```\n\r\nThen open:\r\n\r\n- `http://127.0.0.1:4485/`\r\n- `http://127.0.0.1:4485/docs`\r\n\r\n## Validate\r\n\r\n```powershell\n# Ensure `php` is installed and available on PATH.\nphp tests/run_tests.php\npy -3.11 -m pip install -r requirements-dev.txt\npython scripts/render_readme_assets.py\n```\r\n\r\n## Tech Stack\r\n\r\n- `PHP 8.3`\r\n- `Built-in PHP server`\r\n- `Python`\r\n- `Pillow`\r\n\r\n## Links\r\n\r\n- Website: [https://kineticgain.com/](https://kineticgain.com/)\r\n- Skills Page: [https://mizcausevic.com/skills/](https://mizcausevic.com/skills/)\r\n- GitHub: [https://github.com/mizcausevic-dev](https://github.com/mizcausevic-dev)\r\n\r\n---\r\n\r\n**Connect:** [LinkedIn](https://www.linkedin.com/in/mirzacausevic/) · [Kinetic Gain](https://kineticgain.com) · [Medium](https://medium.com/@mizcausevic/) · [Skills](https://mizcausevic.com/skills/)\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmizcausevic-dev%2Fentitlement-request-portal-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmizcausevic-dev%2Fentitlement-request-portal-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmizcausevic-dev%2Fentitlement-request-portal-api/lists"}