{"id":24884569,"url":"https://github.com/grmvoid/docker-php","last_synced_at":"2026-04-13T04:50:44.494Z","repository":{"id":197792815,"uuid":"699340173","full_name":"grmvoid/docker-php","owner":"grmvoid","description":"🐳 Docker image for PHP","archived":false,"fork":false,"pushed_at":"2025-02-17T05:16:31.000Z","size":162,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-17T06:23:49.152Z","etag":null,"topics":["docker","docker-image","docker-php","dockerfile","php"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/grmvoid/php","language":"Shell","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/grmvoid.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":{"github":"sxbrsky"}},"created_at":"2023-10-02T12:50:31.000Z","updated_at":"2025-02-17T05:16:35.000Z","dependencies_parsed_at":"2024-01-02T19:30:52.452Z","dependency_job_id":"6be51d2d-b09d-4618-bf20-4c41134767e0","html_url":"https://github.com/grmvoid/docker-php","commit_stats":null,"previous_names":["bytebits9/php-fpm","nulldark/php-fpm","nulldark/php","nulldark/containers__php-fpm","nuldark/php-fpm","nuldark/docker-php","nulxrd/docker-php","sxbrsky/docker-php","grmvoid/docker-php"],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grmvoid%2Fdocker-php","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grmvoid%2Fdocker-php/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grmvoid%2Fdocker-php/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grmvoid%2Fdocker-php/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grmvoid","download_url":"https://codeload.github.com/grmvoid/docker-php/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245821727,"owners_count":20678076,"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","docker-image","docker-php","dockerfile","php"],"created_at":"2025-02-01T14:29:34.461Z","updated_at":"2026-04-13T04:50:39.455Z","avatar_url":"https://github.com/grmvoid.png","language":"Shell","readme":"# PHP Docker Container Image\n\nA lightweight PHP container image based on Alpine Linux, building with the Clang and LLVM. \nIt supports multiple architectures and is ideal for both development and production environments.\n\n## Quick reference\n- **Image based on**: [alpine](https://hub.docker.com/_/alpine)\n- **Supported architectures**: `linux/amd64`, `linux/arm64`\n- **Maintained by**: [grmvoid](https://github.com/grmvoid)\n- **Issues**: [https://github.com/grmvoid/docker-php/issues](https://github.com/grmvoid/docker-php/issues?q=)\n\n## Usage\n### Pull the Image\nTo get started, pull the specify a version PHP image:\n```bash\n  docker pull grmvoid/php:8.4.4\n```\n\n### Running a Container\nYou can run the PHP container interactively using the following command:\n```bash\n  docker run -it --name php -v /path/to/app:app grmvoid/php:8.4.4\n```\n\n### Running a PHP Script\nTo execute a PHP script inside the container:\n```bash\n  docker run --rm -v $(pwd):/app -w /app grmvoid/php:8.4.4 php script.php\n```\n\n### Using as a Base Image\nYou can extend this image in your `Dockerfile`:\n```dockerfile\nFROM grmvoid/php:8.4.4\nWORKDIR /app\nCOPY . .\nCMD [\"php\", \"index.php\"]\n```\n\n## Environment Variables\nThe php image uses several environment variables which are easy to miss.\n\n| Variable      | Default Value | Description                               |\n|---------------|---------------|-------------------------------------------|\n| `PHPIZE_DEPS` |               | Dependencies required for PHP extensions  |\n\n## LICENSE\nThis repository follows the [PHP License](https://www.php.net/license/). Individual dependencies may have their own licensing terms.\n\nAdditionally, the contents of this repository are licensed under the [MIT License](LICENSE).","funding_links":["https://github.com/sponsors/sxbrsky"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgrmvoid%2Fdocker-php","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgrmvoid%2Fdocker-php","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgrmvoid%2Fdocker-php/lists"}