{"id":15528622,"url":"https://github.com/mileschou/docker-phalcon","last_synced_at":"2025-08-20T01:31:08.099Z","repository":{"id":13859223,"uuid":"65344963","full_name":"MilesChou/docker-phalcon","owner":"MilesChou","description":"Dockerized Phalcon","archived":false,"fork":false,"pushed_at":"2023-11-14T12:08:18.000Z","size":139,"stargazers_count":126,"open_issues_count":4,"forks_count":41,"subscribers_count":7,"default_branch":"master","last_synced_at":"2024-12-09T19:53:10.290Z","etag":null,"topics":["docker","phalcon","php"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/repository/docker/mileschou/phalcon","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/MilesChou.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null},"funding":{"custom":"https://www.paypal.me/mileschou"}},"created_at":"2016-08-10T02:49:11.000Z","updated_at":"2024-09-25T08:29:44.000Z","dependencies_parsed_at":"2023-11-14T13:27:28.850Z","dependency_job_id":"8e8082e3-5891-4209-b96c-5af11a674adb","html_url":"https://github.com/MilesChou/docker-phalcon","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MilesChou%2Fdocker-phalcon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MilesChou%2Fdocker-phalcon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MilesChou%2Fdocker-phalcon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MilesChou%2Fdocker-phalcon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MilesChou","download_url":"https://codeload.github.com/MilesChou/docker-phalcon/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230382858,"owners_count":18216854,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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","phalcon","php"],"created_at":"2024-10-02T11:14:29.862Z","updated_at":"2024-12-19T05:07:08.568Z","avatar_url":"https://github.com/MilesChou.png","language":"Dockerfile","readme":"# Docker Phalcon\n\n![Phalcon Version](https://img.shields.io/badge/Phalcon-5.0.4-blue.svg)\n![Phalcon devtools](https://img.shields.io/badge/phalcon--devtools-4.2.0-blue.svg)\n[![](https://img.shields.io/docker/stars/mileschou/phalcon.svg)](https://hub.docker.com/r/mileschou/phalcon/)\n[![](https://img.shields.io/docker/pulls/mileschou/phalcon.svg)](https://hub.docker.com/r/mileschou/phalcon/)\n[![ci](https://github.com/fizzka/docker-phalcon/actions/workflows/build.yml/badge.svg)](https://github.com/fizzka/docker-phalcon/actions/workflows/build.yml)\n\nDocker Phalcon base image, see [DockerHub](https://hub.docker.com/r/mileschou/phalcon/).\n\nThe repository is a Docker image based on [Docker official PHP image](https://hub.docker.com/_/php/) with [Phalcon Framework](https://phalcon.io/).\n\nThe [Phalcon Action](https://github.com/marketplace/actions/phalcon-action) is Use GitHub Actions with this image.\n\n## Variants for Phalcon\n\nIt's only support PHP 7.4 since [Phalcon 5.0.0 release](https://blog.phalcon.io/post/phalcon-v5-0-0-and-v5-0-1-released). We will keep the old Docker image, but we will not to update old image.\n\n* [`8.1-cli`, `8.1` (8.1/Dockerfile)](https://github.com/MilesChou/docker-phalcon/blob/master/8.1/Dockerfile)\n* [`8.1-alpine` (8.1/alpine/Dockerfile)](https://github.com/MilesChou/docker-phalcon/blob/master/8.1/alpine/Dockerfile)\n* [`8.0-cli`, `8.0` (8.0/Dockerfile)](https://github.com/MilesChou/docker-phalcon/blob/master/8.0/Dockerfile)\n* [`8.0-alpine` (8.0/alpine/Dockerfile)](https://github.com/MilesChou/docker-phalcon/blob/master/8.0/alpine/Dockerfile)\n* [`7.4-cli`, `7.4` (7.4/Dockerfile)](https://github.com/MilesChou/docker-phalcon/blob/master/7.4/Dockerfile)\n* [`7.4-alpine` (7.4/alpine/Dockerfile)](https://github.com/MilesChou/docker-phalcon/blob/master/7.4/alpine/Dockerfile)\n* [`7.4-apache` (7.4/apache/Dockerfile)](https://github.com/MilesChou/docker-phalcon/blob/master/7.4/apache/Dockerfile)\n* [`7.4-fpm` (7.4/fpm/Dockerfile)](https://github.com/MilesChou/docker-phalcon/blob/master/7.4/fpm/Dockerfile)\n* [`7.4-fpm-alpine` (7.4/fpm-alpine/Dockerfile)](https://github.com/MilesChou/docker-phalcon/blob/master/7.4/fpm-alpine/Dockerfile)\n\nThe dockerfile with old Phalcon versions can be found at branchs:\n\n- [phalcon-v4.x branch](https://github.com/MilesChou/docker-phalcon/tree/phalcon-v4.x).\n- [phalcon-v3.x branch](https://github.com/MilesChou/docker-phalcon/tree/phalcon-v3.x).\n\n## Image Test\n\nHere is a simple test command that can confirm the extension has been loaded \u0026 check version.\n\n    $ docker run -it --rm mileschou/phalcon:alpine sh -c \"php --ri phalcon | grep -i ^version\" \n    Version =\u003e 4.0.0\n\n## Running a php script\n\n    $ docker run -v ${PWD}:/usr/src/app -w /usr/src/app mileschou/phalcon:7.4-cli php script.php\n\n## Install phalcon/devtools\n\n`docker-phalcon-install-devtools` is a script to install latest release of Phalcon Devtools CLI.\n\nHere is usage example:\n\n    $ docker run -it --rm mileschou/phalcon docker-phalcon-install-devtools\n    \u003e\u003e\u003e Downloading phalcon.phar ...\n    \u003e\u003e\u003e Testing 'phalcon --version' command ...\n    \n    Phalcon DevTools (4.0.0)\n    \n    Environment:\n      OS: Linux 4e17aa4d915d 4.9.184-linuxkit #1 SMP Tue Jul 2 22:58:16 UTC 2019 x86_64\n      PHP Version: 7.4.1\n      PHP SAPI: cli\n      PHP Bin: /usr/local/bin/php\n      PHP Extension Dir: /usr/local/lib/php/extensions/no-debug-non-zts-20190902\n      PHP Bin Dir: /usr/local/bin\n      Loaded PHP config: \n    Versions:\n      Phalcon DevTools Version: 4.0.0\n      Phalcon Version: 4.0.0\n      AdminLTE Version: 2.3.6\n\n## Build yourself\n\nRecommend 2G+ RAM when build image yourself. Maybe wait a long time for compile if only 1G RAM.\n\n## Memo\n\nList the variants of Docker official PHP:\n\n    make variants\n\n## Thanks\n\n* [GitHub](https://github.com/)\n* [Docker Hub](https://hub.docker.com/)\n* [Shields.io](https://img.shields.io/) provide docker hub stars and pulls badge\n* [MicroBadger](https://microbadger.com/) provide image size and version badge\n\n## Contributors\n\n* [@MilesChou](https://github.com/MilesChou)\n* [@fizzka](https://github.com/fizzka)\n","funding_links":["https://www.paypal.me/mileschou"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmileschou%2Fdocker-phalcon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmileschou%2Fdocker-phalcon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmileschou%2Fdocker-phalcon/lists"}