{"id":48908585,"url":"https://github.com/zfl4wless/advent-of-code-2025","last_synced_at":"2026-04-16T22:03:45.897Z","repository":{"id":327362587,"uuid":"1107311634","full_name":"zFl4wless/advent-of-code-2025","owner":"zFl4wless","description":"My solutions for Advent of Code 2025 written in PHP.","archived":false,"fork":false,"pushed_at":"2025-12-03T07:10:05.000Z","size":26,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-12-06T08:44:13.332Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/zFl4wless.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":"2025-12-01T00:38:39.000Z","updated_at":"2025-12-03T07:10:09.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/zFl4wless/advent-of-code-2025","commit_stats":null,"previous_names":["zfl4wless/advent-of-code-2025"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/zFl4wless/advent-of-code-2025","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zFl4wless%2Fadvent-of-code-2025","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zFl4wless%2Fadvent-of-code-2025/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zFl4wless%2Fadvent-of-code-2025/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zFl4wless%2Fadvent-of-code-2025/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zFl4wless","download_url":"https://codeload.github.com/zFl4wless/advent-of-code-2025/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zFl4wless%2Fadvent-of-code-2025/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31905895,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T18:22:33.417Z","status":"ssl_error","status_checked_at":"2026-04-16T18:21:47.142Z","response_time":69,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-04-16T22:03:23.800Z","updated_at":"2026-04-16T22:03:45.880Z","avatar_url":"https://github.com/zFl4wless.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Advent of Code 2025\n\nMy solutions for [Advent of Code 2025](https://adventofcode.com/2025) written in PHP.\n\n## Setup\n\n1. Install dependencies:\n\n```bash\ncomposer install\n```\n\n2. Run solutions:\n\n```bash\n# Run all days\ncomposer solve-all\n# or\nphp run.php\n\n# Run a specific day\ncomposer solve -- 1\n# or\nphp run.php 1\n\n# Run with example input\ncomposer solve -- 1 -e\n# or\nphp run.php 1 -e\n\n# Run directly\nphp src/Day01/Solution.php\n```\n\n## Requirements\n\n- PHP 8.4 or higher\n- Composer\n\n## Progress\n\n| Day                 | Part 1 | Part 2 | Stars |\n|---------------------|--------|--------|-------|\n| [Day 1](src/Day01)  | ⭐️     | ⭐️     | 2/2   |\n| [Day 2](src/Day02)  | ⭐️     | ⭐️     | 2/2   |\n| [Day 3](src/Day03)  | ⭐️     | ⭐️     | 2/2   |\n| [Day 4](src/Day04)  | ⭐️     | ⭐️     | 2/2   |\n| [Day 5](src/Day05)  | ⭐️     | ⭐️     | 2/2   |\n| [Day 6](src/Day06)  | ⭐️     | ⭐️     | 2/2   |\n| [Day 7](src/Day07)  | ⭐️     | ⭐️     | 2/2   |\n| [Day 8](src/Day08)  | -      | -      | 0/2   |\n| [Day 9](src/Day09)  | -      | -      | 0/2   |\n| [Day 10](src/Day10) | -      | -      | 0/2   |\n| [Day 11](src/Day11) | -      | -      | 0/2   |\n| [Day 12](src/Day12) | -      | -      | 0/2   |\n\n**Total: 14/24 ⭐**\n\n## Notes\n\nSolutions prioritize clarity and readability over performance, unless otherwise required by the puzzle.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzfl4wless%2Fadvent-of-code-2025","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzfl4wless%2Fadvent-of-code-2025","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzfl4wless%2Fadvent-of-code-2025/lists"}