{"id":37363798,"url":"https://github.com/someson/phalcon5-docker","last_synced_at":"2026-01-16T04:49:05.203Z","repository":{"id":80994882,"uuid":"317714735","full_name":"someson/phalcon5-docker","owner":"someson","description":"Application based on Phalcon PHP Framework v5","archived":false,"fork":false,"pushed_at":"2024-11-02T15:43:06.000Z","size":699,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"php82","last_synced_at":"2024-11-02T16:27:53.068Z","etag":null,"topics":["docker","docker-compose","nginx","phalcon","phalcon-framework","php"],"latest_commit_sha":null,"homepage":"","language":"PHP","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/someson.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":"2020-12-02T01:27:52.000Z","updated_at":"2024-11-02T15:43:10.000Z","dependencies_parsed_at":"2023-05-03T10:31:16.762Z","dependency_job_id":null,"html_url":"https://github.com/someson/phalcon5-docker","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/someson/phalcon5-docker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/someson%2Fphalcon5-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/someson%2Fphalcon5-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/someson%2Fphalcon5-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/someson%2Fphalcon5-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/someson","download_url":"https://codeload.github.com/someson/phalcon5-docker/tar.gz/refs/heads/php82","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/someson%2Fphalcon5-docker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28477210,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T03:13:13.607Z","status":"ssl_error","status_checked_at":"2026-01-16T03:11:47.863Z","response_time":107,"last_error":"SSL_read: 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-compose","nginx","phalcon","phalcon-framework","php"],"created_at":"2026-01-16T04:49:05.148Z","updated_at":"2026-01-16T04:49:05.193Z","avatar_url":"https://github.com/someson.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"![GitHub License](https://img.shields.io/github/license/someson/phalcon5-docker)\n[![Made in Ukraine](https://img.shields.io/badge/made_in-ukraine-ffd700.svg?labelColor=0057b7)](https://supportukrainenow.org/)\n[![Russian Warship Go Fuck Yourself](https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/badges/RussianWarship.svg)](https://stand-with-ukraine.pp.ua)\n\n# Setup\n\n```sh\n$ git clone --branch php81 https://github.com/someson/phalcon5-docker.git .\n$ docker-compose up -d --build\n```\n\n- add to your ```[...]/etc/hosts```\n\n```text\n127.0.0.1 phalcon5.test\n```\n\n```sh\n$ docker-compose exec p5-app composer install\n```\n\n# CLI\n\n## Run console commands\n\n```bash\n$ php ./scripts/cli.php [handler] [action] [param1] [param2] ... [paramN] -v -r -s\n```\nor for docker\n```bash\n$ docker-compose exec [service-name] php ./scripts/cli.php [handler] [action] [param1] [param2] ... [paramN] -v -r -s\n```\nExample:\n```bash\n$ docker-compose exec p5-app php ./scripts/cli.php main main -v -r -s\n```\n- ```-s``` = single instance allowed\n- ```-v``` = verbose info\n- ```-r``` = recording the process into several resources of your choice (MySQL, Logs, ...)\n\n\n## CLI Debugging (xdebug 3.x) in PhpStorm under docker\n\n2 aspects to realize:\n1. `-dxdebug.mode=debug -dxdebug.client_host=host.docker.internal -dxdebug.client_port=9003 -dxdebug.start_with_request=yes` has to be in called console command\n2. `docker-compose.yml` has to have ENV variable in PHP container: `PHP_IDE_CONFIG=serverName=phalcon5.test`, where `phalcon5.test` is your Settings \u003e PHP \u003e Servers \u003e Name value.\n\nwhere docker host for Windows or Linux:\n\u003e host.docker.internal\n\nResult:\n\n```bash\n$ docker-compose exec p5-app php -dxdebug.mode=debug -dxdebug.client_host=host.docker.internal -dxdebug.client_port=9003 -dxdebug.start_with_request=yes ./scripts/cli.php main main -v -s -r\n```\nwith started listenings for PHP debug connections, certainly.\n\n# Tests\n\n```bash\n$ docker-compose exec p5-app vendor/bin/codecept run\n```\n\n# Troubleshooting\n\n## Docker\nif `... did not complete successfully: exit code: 100`\n```bash\n$ docker image prune -f\n```\n\n# TODO\n\n* [switch CI to github workflow](https://www.strangebuzz.com/en/blog/setting-a-ci-cd-workflow-for-a-symfony-project-thanks-to-the-github-actions)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsomeson%2Fphalcon5-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsomeson%2Fphalcon5-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsomeson%2Fphalcon5-docker/lists"}