{"id":15528648,"url":"https://github.com/mileschou/docker-xdebug","last_synced_at":"2025-04-23T12:33:51.376Z","repository":{"id":36682282,"uuid":"63829820","full_name":"MilesChou/docker-xdebug","owner":"MilesChou","description":"The Docker Image with Xdebug for GitLab CI / Drone CI / Dapper / GitHub Actions to test.","archived":false,"fork":false,"pushed_at":"2023-02-10T04:15:20.000Z","size":59,"stargazers_count":12,"open_issues_count":0,"forks_count":8,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-03-15T11:22:05.441Z","etag":null,"topics":["docker","php"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MilesChou.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","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},"funding":{"custom":"https://www.paypal.me/mileschou"}},"created_at":"2016-07-21T02:21:44.000Z","updated_at":"2024-06-21T03:55:22.546Z","dependencies_parsed_at":"2024-06-21T03:55:20.786Z","dependency_job_id":"ebbe287b-b802-4758-a05b-23016b399ffe","html_url":"https://github.com/MilesChou/docker-xdebug","commit_stats":{"total_commits":63,"total_committers":4,"mean_commits":15.75,"dds":0.06349206349206349,"last_synced_commit":"25ba28d1987bca0343127eba196eb5d8d9f0b79d"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MilesChou%2Fdocker-xdebug","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MilesChou%2Fdocker-xdebug/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MilesChou%2Fdocker-xdebug/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MilesChou%2Fdocker-xdebug/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MilesChou","download_url":"https://codeload.github.com/MilesChou/docker-xdebug/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250435632,"owners_count":21430320,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["docker","php"],"created_at":"2024-10-02T11:14:32.979Z","updated_at":"2025-04-23T12:33:51.336Z","avatar_url":"https://github.com/MilesChou.png","language":"Dockerfile","funding_links":["https://www.paypal.me/mileschou"],"categories":[],"sub_categories":[],"readme":"# Docker and Actions for Xdebug in PHP\n\n[![GitHub Release](https://img.shields.io/github/tag/MilesChou/docker-xdebug.svg)](https://github.com/MilesChou/docker-xdebug/releases)\n[![License](https://img.shields.io/badge/license-MIT-brightgreen.svg)](LICENSE)\n[![DockerHub Stars](https://img.shields.io/docker/stars/mileschou/xdebug.svg)](https://hub.docker.com/r/mileschou/xdebug/)\n[![DockerHub Pulls](https://img.shields.io/docker/pulls/mileschou/xdebug.svg)](https://hub.docker.com/r/mileschou/xdebug/)\n\n![Testing](https://github.com/MilesChou/docker-xdebug/workflows/Testing/badge.svg)\n![Publish Docker](https://github.com/MilesChou/docker-xdebug/workflows/Publish%20Docker/badge.svg)\n\nThe Docker Image with [Xdebug](https://xdebug.org/) for GitLab CI / Drone CI / Dapper / GitHub Actions to test.\n\nSee [Docker Hub](https://hub.docker.com/r/mileschou/xdebug/) or [GitHub Container Registry](https://github.com/users/MilesChou/packages/container/package/xdebug) for pulling Docker Image.\n\n# Usage for Actions\n\nSee [GitHub Marketplace](https://github.com/marketplace/actions/xdebug-action) for more information.\n\n```yaml\n- name: Xdebug Action\n  uses: MilesChou/docker-xdebug@master\n```\n\n## Supported tags and respective `Dockerfile` links\n\n### PHP CLI\n\n* [`latest`, `8.2`, `cli`, `8.2-cli` (8.2/Dockerfile)](https://github.com/MilesChou/docker-xdebug/blob/master/8.2/Dockerfile)\n* [`8.1`, `8.1-cli` (8.1/Dockerfile)](https://github.com/MilesChou/docker-xdebug/blob/master/8.1/Dockerfile)\n* [`8.0`, `8.0-cli` (8.0/Dockerfile)](https://github.com/MilesChou/docker-xdebug/blob/master/8.0/Dockerfile)\n* [`7.4`, `7.4-cli` (7.4/Dockerfile)](https://github.com/MilesChou/docker-xdebug/blob/master/7.4/Dockerfile)\n* [`7.3`, `7.3-cli` (7.3/Dockerfile)](https://github.com/MilesChou/docker-xdebug/blob/master/7.3/Dockerfile)\n* [`7.2`, `7.2-cli` (7.2/Dockerfile)](https://github.com/MilesChou/docker-xdebug/blob/master/7.2/Dockerfile)\n* [`7.1`, `7.1-cli` (7.1/Dockerfile)](https://github.com/MilesChou/docker-xdebug/blob/master/7.1/Dockerfile)\n* [`7.0`, `7.0-cli` (7.0/Dockerfile)](https://github.com/MilesChou/docker-xdebug/blob/master/7.0/Dockerfile)\n* [`5.6`, `5.6-cli` (5.6/Dockerfile)](https://github.com/MilesChou/docker-xdebug/blob/master/5.6/Dockerfile)\n* [`5.5`, `5.5-cli` (5.5/Dockerfile)](https://github.com/MilesChou/docker-xdebug/blob/master/5.5/Dockerfile)\n\n### Alpine\n\n* [`alpine`, `8.2-alpine` (8.2/alpine/Dockerfile)](https://github.com/MilesChou/docker-xdebug/blob/master/8.2/alpine/Dockerfile)\n* [`8.1-alpine` (8.1/alpine/Dockerfile)](https://github.com/MilesChou/docker-xdebug/blob/master/8.1/alpine/Dockerfile)\n* [`8.0-alpine` (8.0/alpine/Dockerfile)](https://github.com/MilesChou/docker-xdebug/blob/master/8.0/alpine/Dockerfile)\n* [`7.4-alpine` (7.4/alpine/Dockerfile)](https://github.com/MilesChou/docker-xdebug/blob/master/7.4/alpine/Dockerfile)\n* [`7.3-alpine` (7.3/alpine/Dockerfile)](https://github.com/MilesChou/docker-xdebug/blob/master/7.3/alpine/Dockerfile)\n* [`7.2-alpine` (7.2/alpine/Dockerfile)](https://github.com/MilesChou/docker-xdebug/blob/master/7.2/alpine/Dockerfile)\n* [`7.1-alpine` (7.1/alpine/Dockerfile)](https://github.com/MilesChou/docker-xdebug/blob/master/7.1/alpine/Dockerfile)\n* [`7.0-alpine` (7.0/alpine/Dockerfile)](https://github.com/MilesChou/docker-xdebug/blob/master/7.0/alpine/Dockerfile)\n* [`5.6-alpine` (5.6/alpine/Dockerfile)](https://github.com/MilesChou/docker-xdebug/blob/master/5.6/alpine/Dockerfile)\n* [`5.5-alpine` (5.5/alpine/Dockerfile)](https://github.com/MilesChou/docker-xdebug/blob/master/5.5/alpine/Dockerfile)\n\n### Apache\n\n* [`apache`, `8.2-apache` (8.2/apache/Dockerfile)](https://github.com/MilesChou/docker-xdebug/blob/master/8.2/apache/Dockerfile)\n* [`8.1-apache` (8.1/apache/Dockerfile)](https://github.com/MilesChou/docker-xdebug/blob/master/8.1/apache/Dockerfile)\n* [`8.0-apache` (8.0/apache/Dockerfile)](https://github.com/MilesChou/docker-xdebug/blob/master/8.0/apache/Dockerfile)\n* [`7.4-apache` (7.4/apache/Dockerfile)](https://github.com/MilesChou/docker-xdebug/blob/master/7.4/apache/Dockerfile)\n* [`7.3-apache` (7.3/apache/Dockerfile)](https://github.com/MilesChou/docker-xdebug/blob/master/7.3/apache/Dockerfile)\n* [`7.2-apache` (7.2/apache/Dockerfile)](https://github.com/MilesChou/docker-xdebug/blob/master/7.2/apache/Dockerfile)\n* [`7.1-apache` (7.1/apache/Dockerfile)](https://github.com/MilesChou/docker-xdebug/blob/master/7.1/apache/Dockerfile)\n* [`7.0-apache` (7.0/apache/Dockerfile)](https://github.com/MilesChou/docker-xdebug/blob/master/7.0/apache/Dockerfile)\n* [`5.6-apache` (5.6/apache/Dockerfile)](https://github.com/MilesChou/docker-xdebug/blob/master/5.6/apache/Dockerfile)\n* [`5.5-apache` (5.5/apache/Dockerfile)](https://github.com/MilesChou/docker-xdebug/blob/master/5.5/apache/Dockerfile)\n\n## Versions and variants\n\n* PHP 7.2+ with Xdebug latest\n* PHP 7.1 with Xdebug 2.9.8\n* PHP 7.0 with Xdebug 2.9.0\n* PHP 5.x with Xdebug 2.5.5\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmileschou%2Fdocker-xdebug","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmileschou%2Fdocker-xdebug","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmileschou%2Fdocker-xdebug/lists"}