{"id":22463779,"url":"https://github.com/crowphp/php","last_synced_at":"2026-03-19T22:59:03.671Z","repository":{"id":55091017,"uuid":"327581292","full_name":"crowphp/php","owner":"crowphp","description":"Docker Image for PHP","archived":false,"fork":false,"pushed_at":"2021-02-08T09:14:07.000Z","size":10,"stargazers_count":0,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-02T03:07:27.788Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","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/crowphp.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}},"created_at":"2021-01-07T10:42:52.000Z","updated_at":"2021-02-08T09:14:20.000Z","dependencies_parsed_at":"2022-08-14T11:40:41.758Z","dependency_job_id":null,"html_url":"https://github.com/crowphp/php","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/crowphp/php","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crowphp%2Fphp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crowphp%2Fphp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crowphp%2Fphp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crowphp%2Fphp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/crowphp","download_url":"https://codeload.github.com/crowphp/php/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crowphp%2Fphp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29046503,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-03T10:09:22.136Z","status":"ssl_error","status_checked_at":"2026-02-03T10:09:16.814Z","response_time":96,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":[],"created_at":"2024-12-06T09:14:05.591Z","updated_at":"2026-02-03T13:02:36.636Z","avatar_url":"https://github.com/crowphp.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"This is a public docker image that is built on top of official PHP image to provide pre installed extenions for crowphp in the CI environment and production\n## Supported tags\n```\n8.0-cli-buster, 8.0-cli-buster-xdebug\n```\n\n## How to use this image\n\n### Create a Dockerfile in your PHP project\n\n```\nFROM crowphp/php:8.0-cli-buster\nCOPY . /usr/src/myapp\nWORKDIR /usr/src/myapp\nCMD [ \"php\", \"./your-script.php\" ]\n```\nThen, run the commands to build and run the Docker image:\n\n```\n$ docker build -t my-php-app .\n$ docker run -it --rm --name my-running-app my-php-app\n```\n\n### Run a single PHP script\nFor many simple, single file projects, you may find it inconvenient to write a complete Dockerfile. In such cases, you can run a PHP script by using the PHP Docker image directly:\n\n```\n$ docker run -it --rm --name my-running-script -v \"$PWD\":/usr/src/myapp -w /usr/src/myapp php:7.4-cli php your-script.php\n```\nFor more extensions and on how to use php image follow the official documentation:\n\nhttps://hub.docker.com/_/php\n\n\n\n## Quick reference\nWhere to get help: the Docker Community Forums, the Docker Community Slack, or Stack Overflow\n\nWhere to file issues: https://github.com/crowphp/php/issues\n\n## What is PHP?\nPHP is a server-side scripting language designed for web development, but which can also be used as a general-purpose programming language. PHP can be added to straight HTML or it can be used with a variety of templating engines and web frameworks. PHP code is usually processed by an interpreter, which is either implemented as a native module on the web-server or as a common gateway interface (CGI).\n\n## License\nView license information for the software contained in this image.\n\nAs with all Docker images, these likely also contain other software which may be under other licenses (such as Bash, etc from the base distribution, along with any direct or indirect dependencies of the primary software being contained).\n\nAs for any pre-built image usage, it is the image user's responsibility to ensure that any use of this image complies with any relevant licenses for all software contained within.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcrowphp%2Fphp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcrowphp%2Fphp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcrowphp%2Fphp/lists"}