{"id":13616246,"url":"https://github.com/damien-louis/symfony-docker","last_synced_at":"2026-03-02T00:31:58.138Z","repository":{"id":205324226,"uuid":"711122216","full_name":"damien-louis/symfony-docker","owner":"damien-louis","description":"An up to date clean Symfony based on docker (PHP, Caddy, Postgres) with QA and tests tools","archived":false,"fork":false,"pushed_at":"2025-11-16T13:30:13.000Z","size":498,"stargazers_count":7,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-11-16T15:18:39.907Z","etag":null,"topics":["docker","makefile","qa","symfony","tests"],"latest_commit_sha":null,"homepage":"","language":"PHP","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/damien-louis.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-10-28T09:29:21.000Z","updated_at":"2025-11-16T13:32:04.000Z","dependencies_parsed_at":"2023-12-30T18:40:29.267Z","dependency_job_id":"58de76ce-a67a-4791-85de-c6abb66f718e","html_url":"https://github.com/damien-louis/symfony-docker","commit_stats":null,"previous_names":["damien-louis/symfony-docker"],"tags_count":12,"template":false,"template_full_name":null,"purl":"pkg:github/damien-louis/symfony-docker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/damien-louis%2Fsymfony-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/damien-louis%2Fsymfony-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/damien-louis%2Fsymfony-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/damien-louis%2Fsymfony-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/damien-louis","download_url":"https://codeload.github.com/damien-louis/symfony-docker/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/damien-louis%2Fsymfony-docker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29988044,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-01T22:42:38.399Z","status":"ssl_error","status_checked_at":"2026-03-01T22:41:51.863Z","response_time":124,"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","makefile","qa","symfony","tests"],"created_at":"2024-08-01T20:01:25.774Z","updated_at":"2026-03-02T00:31:58.119Z","avatar_url":"https://github.com/damien-louis.png","language":"PHP","funding_links":[],"categories":["PHP"],"sub_categories":[],"readme":"# Symfony Docker\n\n[![Build Status](https://github.com/damien-louis/symfony-docker/workflows/ci/badge.svg)](https://github.com/damien-louis/symfony-docker/actions?query=workflow%3A%22ci%22)\n\nAn up to date clean Symfony based on docker (PHP, Caddy, Postgres) with QA and tests tools.  \nBehat component isn't available for Symfony 7 for the moment. Please use Symfony 6.4 if you need Behat.\n\n- [Symfony 7.1](https://github.com/symfony/symfony/releases/tag/v7.1)\n- [PHP 8.3](https://hub.docker.com/r/dmnlouis/php)\n- [Caddy 2.7](https://hub.docker.com/r/dmnlouis/caddy)\n- [Postgres 16](https://hub.docker.com/_/postgres)\n\n```\n1. git clone git@github.com:damien-louis/symfony-docker.git my-project\n2. cd my-project\n3. make install\n```\n**It's enough \\o/**\nNow you can visit https://app.local (or personal domain if you change `SERVER_NAME` in `.env`/`.env.local`)\n\n### PHP versions:\nYou can change `PHP_VERSION` in `.env.local` to switch to another version.  \nVersions available on https://hub.docker.com/r/dmnlouis/php:\n- 8.2\n- 8.3\n\n### X-Debug:\n#### To use PHP with X-Debug enabled:\n1. `make stop`\n2. In `.env.local`, replace `PHP_IMAGE=` value by `php-xdebug`\n3. `make start`\n\nOr use `make restart-with-xdebug` if `sed` is installed on your machine.\n\n#### To return to PHP without X-Debug: \nFollow same steps with putting back `php` value to `PHP_IMAGE=`\n\nOr use `make restart-without-xdebug` if `sed` is installed on your machine.\n\n### QA tools: \n\n- PHP_CodeSniffer [3.10.3](https://github.com/PHPCSStandards/PHP_CodeSniffer/releases/tag/3.10.3)\n- PHP-CS-Fixer [3.64.0](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/releases/tag/v3.64.0)\n- PHPStan [1.12.7](https://github.com/phpstan/phpstan/releases/tag/1.12.7)\n- PHP Insights [2.11.0](https://github.com/nunomaduro/phpinsights/releases/tag/v2.11.0)\n- YML Linter\n- Twig Linter \n- Service Container Linter\n\n### /!\\ Don't forget to attach to your own repository: \n```\n1. rm -rf .git\n2. git init\n3. git remote add origin \u003cyour repo\u003e\n4. git checkout -b first-commit\n5. git add .\n6. git commit -m \"First commit\"\n7. git push origin first-commit\n```\n\nExecute `make` to list commands (`make qa`, `make tests`...)\n\nYou can remove `.github` folder if you don't use Github\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdamien-louis%2Fsymfony-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdamien-louis%2Fsymfony-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdamien-louis%2Fsymfony-docker/lists"}