{"id":41001278,"url":"https://github.com/lespocky/docker-apache-php","last_synced_at":"2026-02-25T08:15:29.339Z","repository":{"id":308495157,"uuid":"1032994955","full_name":"LeSpocky/docker-apache-php","owner":"LeSpocky","description":"customized docker php image","archived":false,"fork":false,"pushed_at":"2026-01-18T04:48:35.000Z","size":136,"stargazers_count":0,"open_issues_count":6,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-22T21:20:00.914Z","etag":null,"topics":["docker","php","wordpress"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/LeSpocky.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-08-06T06:29:59.000Z","updated_at":"2026-01-18T04:48:11.000Z","dependencies_parsed_at":"2025-11-28T17:05:42.682Z","dependency_job_id":null,"html_url":"https://github.com/LeSpocky/docker-apache-php","commit_stats":null,"previous_names":["lespocky/docker-apache-php"],"tags_count":28,"template":false,"template_full_name":null,"purl":"pkg:github/LeSpocky/docker-apache-php","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LeSpocky%2Fdocker-apache-php","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LeSpocky%2Fdocker-apache-php/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LeSpocky%2Fdocker-apache-php/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LeSpocky%2Fdocker-apache-php/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LeSpocky","download_url":"https://codeload.github.com/LeSpocky/docker-apache-php/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LeSpocky%2Fdocker-apache-php/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29054055,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-03T15:43:47.601Z","status":"ssl_error","status_checked_at":"2026-02-03T15:43:46.709Z","response_time":96,"last_error":"SSL_read: 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":["docker","php","wordpress"],"created_at":"2026-01-22T08:24:13.358Z","updated_at":"2026-02-03T19:03:52.150Z","avatar_url":"https://github.com/LeSpocky.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!--\nSPDX-FileCopyrightText: 2025 Alexander Dahl \u003cpost@lespocky.de\u003e\nSPDX-License-Identifier: CC-BY-4.0\n--\u003e\n\n# php with Apache httpd in Docker (docker-apache-php)\n\n[![REUSE status](https://api.reuse.software/badge/github.com/LeSpocky/docker-apache-php)](https://api.reuse.software/info/github.com/LeSpocky/docker-apache-php)\n![license MIT](https://img.shields.io/badge/license-MIT-informational)\n[![standard-readme compliant](https://img.shields.io/badge/readme%20style-standard-brightgreen.svg)](https://github.com/RichardLitt/standard-readme)\n\nCustomized Docker PHP image, derived from the [official php Docker\nimage](https://hub.docker.com/_/php), extended to be used with WordPress.\n\n## Table of Contents\n\n- [Background](#background)\n- [Install](#install)\n- [Usage](#usage)\n- [Contributing](#contributing)\n- [License](#license)\n\n## Background\n\nThe official php Docker image is not suitable for certain use cases as-is.\nThis enables some Apache modules and PHP extensions not present in the\nphp-apache Docker image by default.\n\nOne goal of this project is to automate the whole build, test, and\nrelease process as far as possible.\nUpdates on the Docker base image are recognized by Renovate Bot.\nAll updates except for major PHP updates should automatically trigger a\nnew release build.\n\nThis project follows semantic versioning, although the version numbers\ndo not correspond with the PHP version this is based on.\n\n## Install\n\nDocker images are built by GitHub CI and pushed to ghcr.io so you can\npull the images like this:\n\n```\ndocker pull ghcr.io/lespocky/apache-php:latest\n```\n\nSemantic versioning like tags are created for release versions.\nSo you can pull version *1.2.3* or *1.2* or *1* as you like it.\n\n## Usage\n\nIf not pulling the distributed image, build it by yourself the usual way:\n\n```\ndocker build .\n```\n\nFor further documentation on how to use the image, see\n[php Docker image](https://hub.docker.com/_/php).\n\n## Modules and Extensions\n\nThe following Apache modules are enabled additionally:\n\n- rewrite\n\nThe following PHP extensions are installed additionally:\n\n- gd\n- mysqli\n\n## Contributing\n\nPull requests accepted.\n\n## License\n\nThis project is licensed unter the [MIT License](LICENSES/MIT.txt)\nunless noted differently in the file and adheres to\n[REUSE compliance](https://api.reuse.software/info/git.fsfe.org/reuse/api).\n\n© 2025 [Alexander Dahl](https://github.com/LeSpocky) and contributors\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flespocky%2Fdocker-apache-php","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flespocky%2Fdocker-apache-php","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flespocky%2Fdocker-apache-php/lists"}