{"id":16408685,"url":"https://github.com/creativeprojects/php-fpm","last_synced_at":"2026-02-28T08:09:16.052Z","repository":{"id":98689593,"uuid":"75923663","full_name":"creativeprojects/php-fpm","owner":"creativeprojects","description":"PHP-FPM Docker image with most used PHP extensions installed","archived":false,"fork":false,"pushed_at":"2025-09-20T18:14:16.000Z","size":31,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-01-19T03:44:23.512Z","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/creativeprojects.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}},"created_at":"2016-12-08T09:33:31.000Z","updated_at":"2025-09-20T18:14:19.000Z","dependencies_parsed_at":"2025-03-30T10:32:14.971Z","dependency_job_id":null,"html_url":"https://github.com/creativeprojects/php-fpm","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/creativeprojects/php-fpm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/creativeprojects%2Fphp-fpm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/creativeprojects%2Fphp-fpm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/creativeprojects%2Fphp-fpm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/creativeprojects%2Fphp-fpm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/creativeprojects","download_url":"https://codeload.github.com/creativeprojects/php-fpm/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/creativeprojects%2Fphp-fpm/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29928212,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-27T19:37:42.220Z","status":"online","status_checked_at":"2026-02-28T02:00:07.010Z","response_time":90,"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-10-11T06:17:32.414Z","updated_at":"2026-02-28T08:09:16.042Z","avatar_url":"https://github.com/creativeprojects.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# php-fpm\n\n## php 5.6 fpm\n\nPHP-FPM Docker image with all the most used PHP extensions installed.\nThis reflects a typical PHP host available on many commercial shared hosting platforms (and even some free ones).\n\nPlease note these images are not always the very latest ones available.\nIt's because I follow the images used by the different shared hosting platform I'm using for my projects.\n\nCommon hosting platform extensions installed:\n* bz2\n* calendar\n* exif\n* gettext\n* mbstring\n* mcrypt\n* mysql\n* mysqli\n* pdo_mysql\n* sockets\n* zip\n* gd\n* PECL igbinary and phpredis\n\nDevelopment extensions installed:\n* xdebug 2.5.5 (with \"profiler_enable_trigger\" and \"trace_enable_trigger\" both enabled)\n\nFor historical reasons, I'm using php 5.6.34\n\n[Docker file](https://github.com/creativeprojects/php-fpm/blob/master/php5.6.Dockerfile)\n\nTo download an image:\n\n```\ndocker pull creativeprojects/php-fpm:5.6.34\n```\n\n\n## php 7.0 fpm\n\nAlmost the same image as the 5.6 ones, except for the deprecated module _mysql_. Included: _xdebug_ 2.6.1\n\n[Docker file](https://github.com/creativeprojects/php-fpm/blob/master/php7.0.Dockerfile)\n\nTo download the latest images:\n\n```\ndocker pull creativeprojects/php-fpm:7.0\n```\n\n\n## php 7.1 fpm\n\nSame configuration as php 7.0 images, except for the deprecated module _mcrypt_. Included: _xdebug_ 2.7.2\n\n[Docker file](https://github.com/creativeprojects/php-fpm/blob/master/php7.1.Dockerfile)\n\nTo download the latest images:\n\n```\ndocker pull creativeprojects/php-fpm:7.1\n```\n\n\n## php 7.2 fpm\n\nSame configuration as php 7.1 images\n\n[Docker file](https://github.com/creativeprojects/php-fpm/blob/master/php7.2.Dockerfile)\n\nTo download the latest images:\n\n```\ndocker pull creativeprojects/php-fpm:7.2\n```\n\n\n## php 7.3 fpm\n\nSame configuration as php 7.2 images, including _xdebug_ 3.1\n\n[Docker file](https://github.com/creativeprojects/php-fpm/blob/master/php7.3.Dockerfile)\n\nTo download the latest images:\n\n```\ndocker pull creativeprojects/php-fpm:7.3\n```\n\n## php 7.4 fpm\n\nSame configuration as php 7.3 images\n\n[Docker file](https://github.com/creativeprojects/php-fpm/blob/master/php7.4.Dockerfile)\n\nTo download the latest images:\n\n```\ndocker pull creativeprojects/php-fpm:7.4\n```\n\n## php 8.2 fpm\n\nSame configuration as php 7.4 images, including _xdebug_ 3.4\n\n[Docker file](https://github.com/creativeprojects/php-fpm/blob/master/php8.2.Dockerfile)\n\nTo download the latest images:\n\n```\ndocker pull creativeprojects/php-fpm:8.2\n```\n\n## php 8.4 fpm\n\nSame configuration as php 8.2 images, including _xdebug_ 3.4\n\n[Docker file](https://github.com/creativeprojects/php-fpm/blob/master/php8.4.Dockerfile)\n\nTo download the latest images:\n\n```\ndocker pull creativeprojects/php-fpm:8.4\n```\n\n## xdebug\n\nxdebug is configured with these options:\n\n```\nxdebug.coverage_enable=0\nxdebug.profiler_enable_trigger=1\nxdebug.profiler_output_dir=/tmp/xdebug\nxdebug.show_mem_delta=1\nxdebug.trace_enable_trigger=1\nxdebug.trace_output_dir=/tmp/xdebug\n```\n\nIf you want to see the profiles, you can use my [webgrind docker image](https://github.com/creativeprojects/webgrind.docker)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcreativeprojects%2Fphp-fpm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcreativeprojects%2Fphp-fpm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcreativeprojects%2Fphp-fpm/lists"}