{"id":16700451,"url":"https://github.com/t3easy/docker-php","last_synced_at":"2026-04-14T15:33:22.485Z","repository":{"id":74902497,"uuid":"84969479","full_name":"t3easy/docker-php","owner":"t3easy","description":"Docker PHP-FPM image","archived":false,"fork":false,"pushed_at":"2024-01-31T09:19:17.000Z","size":64,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-01T16:32:46.365Z","etag":null,"topics":["docker","docker-image","docker-images","dockerfile","php","typo3"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/t3easy/php/","language":"Dockerfile","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/t3easy.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":"2017-03-14T16:04:53.000Z","updated_at":"2023-07-18T09:07:49.000Z","dependencies_parsed_at":null,"dependency_job_id":"4610a144-893c-470f-8d94-323b1e7571c3","html_url":"https://github.com/t3easy/docker-php","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/t3easy/docker-php","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/t3easy%2Fdocker-php","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/t3easy%2Fdocker-php/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/t3easy%2Fdocker-php/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/t3easy%2Fdocker-php/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/t3easy","download_url":"https://codeload.github.com/t3easy/docker-php/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/t3easy%2Fdocker-php/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31803436,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-14T11:13:53.975Z","status":"ssl_error","status_checked_at":"2026-04-14T11:13:53.299Z","response_time":153,"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","docker-image","docker-images","dockerfile","php","typo3"],"created_at":"2024-10-12T18:10:39.167Z","updated_at":"2026-04-14T15:33:22.466Z","avatar_url":"https://github.com/t3easy.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PHP FPM Docker image\nThis image can be used as base image for PHP applications or to run tests.\n\nYou should map or copy the desired application to the folder `/app`.\n\n## Environment variables\nYou can configure PHP with some environment variables.\n\n### For production and development flavor:\n```\nPHP_APC_SHM_SIZE=\"128M\"\nPHP_MAX_EXECUTION_TIME=\"240\"\nPHP_MAX_INPUT_VARS=\"1500\"\nPHP_MEMORY_LIMIT=\"128M\"\nPHP_OPCACHE_VALIDATE_TIMESTAMPS=\"0\"\nPHP_OPCACHE_MAX_ACCELERATED_FILES=\"10000\"\nPHP_OPCACHE_MEMORY_CONSUMPTION=\"192\"\nPHP_OPCACHE_MAX_WASTED_PERCENTAGE=\"10\"\nPHP_PM_MAX_CHILDREN=\"5\"\nPHP_PM_START_SERVERS=\"2\"\nPHP_PM_MIN_SPARE_SERVERS=\"1\"\nPHP_PM_MAX_SPARE_SERVERS=\"3\"\nPHP_POST_MAX_SIZE=\"32M\"\nPHP_UPLOAD_MAX_FILESIZE=\"32M\"\n```\nThe folder `/app/vendor/bin` is already in PATHs.\n\n### For development flavor:\n```\nBLACKFIRE_HOST=\"blackfire\"\nBLACKFIRE_PORT=\"8707\"\nCOMPOSER_ALLOW_SUPERUSER=1\nCOMPOSER_HOME=\"/tmp\"\nDBGP_IDEKEY=\"PHPSTORM\"\nPHP_OPCACHE_VALIDATE_TIMESTAMPS=\"1\"\nXDEBUG_MODE=\"off\"\nXDEBUG_CONFIG=\"client_host=host.docker.internal\"\n```\nThe folders `/app/vendor/bin` and `/tmp/vendor/bin` are already in PATHs.\n\n## Examples\n\nRun PHPunit tests in folder `tests`\n```shell\ndocker run --rm -v $PWD:/app t3easy/php:7.4-development phpunit tests\n```\n\nRun PHPStan\n```shell\ndocker run --rm -v $PWD:/app -e PHP_MEMORY_LIMIT=256M t3easy/php:7.4-development phpstan analyse --ansi\n```\n\nRun composer\n```shell\ndocker run --rm -v $PWD:/app t3easy/php:7.4-development composer update --dry-run\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ft3easy%2Fdocker-php","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ft3easy%2Fdocker-php","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ft3easy%2Fdocker-php/lists"}