{"id":46232427,"url":"https://github.com/dockhippie/php-cli","last_synced_at":"2026-03-03T18:09:56.924Z","repository":{"id":31933347,"uuid":"35502860","full_name":"dockhippie/php-cli","owner":"dockhippie","description":"Docker images for php-cli","archived":false,"fork":false,"pushed_at":"2025-12-22T12:59:12.000Z","size":12925,"stargazers_count":7,"open_issues_count":1,"forks_count":6,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-12-23T23:50:31.134Z","etag":null,"topics":["docker","image"],"latest_commit_sha":null,"homepage":"","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/dockhippie.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":"2015-05-12T17:34:06.000Z","updated_at":"2025-12-22T12:59:15.000Z","dependencies_parsed_at":"2024-04-24T10:58:34.760Z","dependency_job_id":"e8a87d25-03c1-47d0-9ec8-def68e6c99b3","html_url":"https://github.com/dockhippie/php-cli","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dockhippie/php-cli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dockhippie%2Fphp-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dockhippie%2Fphp-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dockhippie%2Fphp-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dockhippie%2Fphp-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dockhippie","download_url":"https://codeload.github.com/dockhippie/php-cli/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dockhippie%2Fphp-cli/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30054109,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-03T17:46:22.538Z","status":"ssl_error","status_checked_at":"2026-03-03T17:46:22.036Z","response_time":61,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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","image"],"created_at":"2026-03-03T18:09:56.223Z","updated_at":"2026-03-03T18:09:56.920Z","avatar_url":"https://github.com/dockhippie.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# php-cli\n\n[![Docker Build](https://github.com/dockhippie/php-cli/actions/workflows/docker.yml/badge.svg)](https://github.com/dockhippie/php-cli/actions/workflows/docker.yml) [![GitHub Repo](https://img.shields.io/badge/github-repo-yellowgreen)](https://github.com/dockhippie/php-cli)\n\nThese are docker images for [PHP][upstream] running on our\n[Alpine Linux image][parent].\n\n## Versions\n\nFor the available versions please look at [Docker Hub][dockerhub] or\n[Quay][quayio] or check the existing folders within the\n[GitHub repository][github].\n\n## Volumes\n\n*  /srv/www\n*  /etc/php8/custom.d\n\n## Ports\n\n*  9000\n\n## Available environment variables\n\n```console\nGITHUB_TOKEN =\nPHP_ALLOW_URL_FOPEN = On\nPHP_ALLOW_URL_INCLUDE = Off\nPHP_COMPOSER_INSTALL = true\nPHP_COMPOSER_ROOT = ${PHP_WEBROOT}\nPHP_DATE_TIMEZONE = UTC\nPHP_DISPLAY_ERRORS = On\nPHP_DISPLAY_STARTUP_ERRORS = On\nPHP_ENABLE_DL = Off\nPHP_ERROR_LOG = /proc/self/fd/2\nPHP_ERROR_REPORTING = E_ALL \u0026 ~E_DEPRECATED \u0026 ~E_STRICT\nPHP_EXPOSE_HEADER = On\nPHP_HTML_ERRORS = On\nPHP_IGNORE_REPEATED_ERRORS = Off\nPHP_IGNORE_REPEATED_SOURCE = Off\nPHP_LISTEN_MODE = 0660\nPHP_LOG_ERRORS = On\nPHP_LOG_ERRORS_MAX_LEN = 1024\nPHP_LOG_LEVEL = warning\nPHP_MAX_CHILDREN = 75\nPHP_MAX_EXECUTION_TIME = 3600\nPHP_MAX_FILE_UPLOADS = 20\nPHP_MAX_INPUT_TIME = 3600\nPHP_MAX_REQUESTS = 500\nPHP_MEMORY_LIMIT = 1G\nPHP_OUTPUT_BUFFERING = 4096\nPHP_PING_PATH = /ping\nPHP_PING_RESPONSE = pong\nPHP_POST_MAX_SIZE = 2G\nPHP_PROCESS_IDLE_TIMEOUT = 10s\nPHP_REPORT_MEMLEAKS = On\nPHP_SKIP_CHOWN = false\nPHP_SKIP_TEMPLATES = false\nPHP_STATUS_LISTEN = 0.0.0.0:9001\nPHP_STATUS_PATH = /status\nPHP_TRACK_ERRORS = Off\nPHP_UPLOAD_MAX_FILESIZE = 2G\nPHP_WEBROOT = /srv/www\n```\n\nExtracted by the command: `grep -hE ': \"\\$\\{(.*)\\}\"' latest/overlay/etc/entrypoint.d/*.sh | sed 's/: \"\\${//' | sed 's/:=\"/ = /' | sed 's/\"}\"$//' | sort | uniq`\n\n## Inherited environment variables\n\n*  [webhippie/alpine](https://github.com/dockhippie/alpine#available-environment-variables)\n\n## Contributing\n\nFork -\u003e Patch -\u003e Push -\u003e Pull Request\n\n## Authors\n\n*  [Thomas Boerger](https://github.com/tboerger)\n\n## License\n\nMIT\n\n## Copyright\n\n```console\nCopyright (c) 2015 Thomas Boerger \u003chttp://www.webhippie.de\u003e\n```\n\n[upstream]: https://secure.php.net\n[parent]: https://github.com/dockhippie/alpine\n[dockerhub]: https://hub.docker.com/r/webhippie/php-cli/tags\n[quayio]: https://quay.io/repository/webhippie/php-cli?tab=tags\n[github]: https://github.com/dockhippie/php-cli\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdockhippie%2Fphp-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdockhippie%2Fphp-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdockhippie%2Fphp-cli/lists"}