{"id":20299746,"url":"https://github.com/pagantis/docker-php","last_synced_at":"2026-05-06T13:08:26.608Z","repository":{"id":95924620,"uuid":"157514827","full_name":"pagantis/docker-php","owner":"pagantis","description":"Docker Images for PHP development","archived":false,"fork":false,"pushed_at":"2019-03-13T10:50:35.000Z","size":28,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-02T10:02:03.205Z","etag":null,"topics":["apache","debian","docker","php","ubuntu"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/pagantis/docker-php","language":null,"has_issues":false,"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/pagantis.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":"2018-11-14T08:20:14.000Z","updated_at":"2020-05-20T08:24:13.000Z","dependencies_parsed_at":"2023-04-13T21:32:27.541Z","dependency_job_id":null,"html_url":"https://github.com/pagantis/docker-php","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pagantis/docker-php","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pagantis%2Fdocker-php","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pagantis%2Fdocker-php/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pagantis%2Fdocker-php/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pagantis%2Fdocker-php/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pagantis","download_url":"https://codeload.github.com/pagantis/docker-php/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pagantis%2Fdocker-php/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32695034,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-06T08:33:17.875Z","status":"ssl_error","status_checked_at":"2026-05-06T08:33:17.221Z","response_time":117,"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":["apache","debian","docker","php","ubuntu"],"created_at":"2024-11-14T16:16:07.025Z","updated_at":"2026-05-06T13:08:26.567Z","avatar_url":"https://github.com/pagantis.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ubuntu + Apache 2.4 + PHP (7.x)\n\n###Development Image\n\nthis is a simple image of docker that contains the typical build of a Web server that uses\nApache 2.4 and PHP 7.1. It's based on Ubuntu:latest.\n\n**Go to the desired branch of the version of PHP you are searching.**\n\nIt also brings the typical extensions of PHP and Apache that a normal symfony 4 project\nrequires.\n\n##### extras:\n* npm\n* bower\n* composer\n\n##### php-extensions:\n* Mysqlnd\n* Soap\n* Sockets\n* ftp\n* Curl\n* Libedit\n* Openssl\n* Zlib\n* Imap\n* Kerberos\n* Imap-ssl\n* Intl\n* Pcntl\n* Redis\n* mysqli\n* pdo\n* pdo_mysql\n* mbstring\n* mcrypt\n* iconv\n* zip\n* gd\n\n##### apache document-root:\n* working-dir: /var/www\n##### docker-compose example for Symfony4 project\n\nhere is a docker-compose example, have in mind you need to create docker/vhost inside\nyour project. You can use the example vhost in this repository under /config/project-name.conf\n\nKeep in mind this is a default VHOST for a symfony 4 project but you should be able to\nadapt it to your own needs.\n\n```bash\nversion: \"3.3\"\nservices:\n  project-name:\n    ports:\n      - \"8055:80\" //On the left the port that will be exposed\n    volumes:\n      - \"./:/var/www/project-name:rw\" //Mount files to container\n      - \"./docker/vhost:/etc/apache2/sites-enabled\" //link VHOST to apache\n    image: pagantis/docker-php71:latest\n    working_dir: /var/www/project-name\n    environment:\n        ENVIRONMENT: dev\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpagantis%2Fdocker-php","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpagantis%2Fdocker-php","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpagantis%2Fdocker-php/lists"}