{"id":20189788,"url":"https://github.com/mahiarirani/dbgp-docker","last_synced_at":"2026-05-11T11:32:05.719Z","repository":{"id":211071878,"uuid":"728128575","full_name":"mahiarirani/dbgp-docker","owner":"mahiarirani","description":"PHP X-Debug DBGp Proxy Server Docker Image","archived":false,"fork":false,"pushed_at":"2023-12-06T09:47:10.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-03T07:27:37.046Z","etag":null,"topics":["dbgp","docker-image","dockerfile","php","x-debug","xdebug"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/mahiarirani/dbgp","language":"Dockerfile","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/mahiarirani.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}},"created_at":"2023-12-06T09:40:10.000Z","updated_at":"2023-12-06T10:01:39.000Z","dependencies_parsed_at":"2023-12-06T11:08:34.028Z","dependency_job_id":"2275deec-67cb-4d31-a24f-7b95cb36dd4c","html_url":"https://github.com/mahiarirani/dbgp-docker","commit_stats":null,"previous_names":["mahiarirani/dbgp-docker"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mahiarirani/dbgp-docker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mahiarirani%2Fdbgp-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mahiarirani%2Fdbgp-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mahiarirani%2Fdbgp-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mahiarirani%2Fdbgp-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mahiarirani","download_url":"https://codeload.github.com/mahiarirani/dbgp-docker/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mahiarirani%2Fdbgp-docker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32893133,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-10T13:40:02.631Z","status":"online","status_checked_at":"2026-05-11T02:00:05.975Z","response_time":120,"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":["dbgp","docker-image","dockerfile","php","x-debug","xdebug"],"created_at":"2024-11-14T03:38:55.297Z","updated_at":"2026-05-11T11:32:05.699Z","avatar_url":"https://github.com/mahiarirani.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PHP X-Debug DBGp Proxy Server Docker Image\n\nThis Docker image provides a lightweight and fast PHP X-Debug DBGp Proxy Server based on Alpine Linux. DBGp is a proxy used for debugging PHP applications in multi-user environment. This image is designed to simplify the setup of a DBGp Proxy server in your development environment.\n\n## Usage\n\n### Docker Pull Command\n\nYou can pull the latest version of the image from Docker Hub using the following command:\n\n```bash\ndocker pull mahiarirani/dbgp:latest\n```\n\n### Docker Compose\n\nTo quickly get started, you can use the provided docker-compose.yml file. Make sure to customize it based on your requirements\n```yaml\nversion: '3'\nservices:\n  dbgp:\n    image: mahiarirani/dbgp:latest\n    restart: unless-stopped\n    environment:\n      IDE_PORT: 9001\n      DEBUG_PORT: 9003\n    # Add additional configuration as needed\n```\n\nSave this file and run the following command to start the DBGp Proxy server:\n```bash\ndocker-compose up -d\n```\n\n### Configuration\n\nYou can customize the configuration of the DBGp Proxy server by providing environment variables. \n\n- IDE_PORT: The port of proxy you will set on your IDE to listen. Default is 9001.\n- DEBUG_PORT: The port on which the X-Debug is running server. Default is 9003.\n\n#### Example:\n\n```bash\ndocker run -d -e IDE_PORT=9001 -e DEBUG_PORT=9003 mahiarirani/dbgp:latest\n```\n\n### Building the Image\n\nIf you prefer to build the Docker image locally, you can use the provided Dockerfile. Clone the repository and run the following commands:\n\n```bash\ngit clone https://github.com/mahiarirani/dbgp-docker.git\ncd dbgp-docker\ndocker build -t mahiarirani/dbgp:latest .\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmahiarirani%2Fdbgp-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmahiarirani%2Fdbgp-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmahiarirani%2Fdbgp-docker/lists"}