{"id":21018751,"url":"https://github.com/simonrupf/docker-php","last_synced_at":"2026-02-16T09:03:40.994Z","repository":{"id":148362176,"uuid":"207884343","full_name":"simonrupf/docker-php","owner":"simonrupf","description":"Stack of nginx web and PHP fpm servers for running PHP web applications.","archived":false,"fork":false,"pushed_at":"2025-06-07T17:18:26.000Z","size":47,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-07T18:20:41.235Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/simonrupf/php","language":"Makefile","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/simonrupf.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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}},"created_at":"2019-09-11T18:53:26.000Z","updated_at":"2025-06-07T17:18:30.000Z","dependencies_parsed_at":"2023-12-17T09:20:57.765Z","dependency_job_id":"316deb5e-810a-4f44-bec8-c38140146d49","html_url":"https://github.com/simonrupf/docker-php","commit_stats":null,"previous_names":[],"tags_count":22,"template":false,"template_full_name":null,"purl":"pkg:github/simonrupf/docker-php","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simonrupf%2Fdocker-php","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simonrupf%2Fdocker-php/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simonrupf%2Fdocker-php/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simonrupf%2Fdocker-php/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/simonrupf","download_url":"https://codeload.github.com/simonrupf/docker-php/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simonrupf%2Fdocker-php/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279015932,"owners_count":26085777,"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","status":"online","status_checked_at":"2025-10-13T02:00:06.723Z","response_time":61,"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":[],"created_at":"2024-11-19T10:27:29.821Z","updated_at":"2025-10-13T15:36:51.041Z","avatar_url":"https://github.com/simonrupf.png","language":"Makefile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PHP\n\nNginx Unit application server for running PHP web applications.\n\n## Environment variables\n\nThe image supports the use of the following two environment variables to adjust\nthe timezone. This is useful to ensure the logs show the correct local time.\n\n- `TZ`\n- `PHP_TZ`\n\n## Volumes\n\nIt is recommended to use a tmpfs for `/run` and `/tmp`. `/var/lib/unit` can\ncontain larger files during caching or uploads, so best leave this as a regular\nvolume. Attach your PHP application into `/var/www/public`.\n\nIf your application can be separated into a public and a non-public part, attach\nit to `/var/www` instead and ensure the public bits live in a folder called\n`public`. This is typically used to separate static files (CSS, ECMAscripts,\nimages, fonts) and the index.php entrypoint from PHP libraries and (uploaded)\nfiles that should not be directly accessible for security reasons.\n\n- `/run`: PID files and sockets\n- `/tmp`: temporary data of PHP (i.e. sessions)\n- `/var/lib/unit`: temporary data of nginx unit (i.e. uploads, large responses)\n- `/var/www/public` or `/var/www`: contents of your PHP application - owner 100,\n  group 82, mode 0750\n\n## Network ports\n\n- `8080/tcp`: HTTP\n\n## Usage\n\n```shell\nmake help\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimonrupf%2Fdocker-php","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsimonrupf%2Fdocker-php","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimonrupf%2Fdocker-php/lists"}