{"id":21149944,"url":"https://github.com/nicklaswallgren/symfony-docker-starter","last_synced_at":"2026-04-07T08:32:26.374Z","repository":{"id":85422396,"uuid":"88342187","full_name":"NicklasWallgren/symfony-docker-starter","owner":"NicklasWallgren","description":"Symfony framework starter","archived":false,"fork":false,"pushed_at":"2017-04-17T08:44:35.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-30T05:37:15.231Z","etag":null,"topics":["docker","docker-compose","php","php7","symfony","symfony3"],"latest_commit_sha":null,"homepage":null,"language":"Makefile","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/NicklasWallgren.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":"2017-04-15T11:15:11.000Z","updated_at":"2017-04-15T11:52:42.000Z","dependencies_parsed_at":"2023-03-13T05:12:21.713Z","dependency_job_id":null,"html_url":"https://github.com/NicklasWallgren/symfony-docker-starter","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/NicklasWallgren/symfony-docker-starter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NicklasWallgren%2Fsymfony-docker-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NicklasWallgren%2Fsymfony-docker-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NicklasWallgren%2Fsymfony-docker-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NicklasWallgren%2Fsymfony-docker-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NicklasWallgren","download_url":"https://codeload.github.com/NicklasWallgren/symfony-docker-starter/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NicklasWallgren%2Fsymfony-docker-starter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31506562,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T03:10:19.677Z","status":"ssl_error","status_checked_at":"2026-04-07T03:10:13.982Z","response_time":105,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["docker","docker-compose","php","php7","symfony","symfony3"],"created_at":"2024-11-20T09:48:13.246Z","updated_at":"2026-04-07T08:32:26.356Z","avatar_url":"https://github.com/NicklasWallgren.png","language":"Makefile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Symfony Docker Starter\n\n\u003e An Symfony starter kit featuring \n[Symfony](https://symfony.com/) and \n[Docker](https://www.docker.com/) \n([PHP], \n[MySQL], \n[Memcached],\nand [Nginx])\n\nThis seed repo serves as an Symfony starter for anyone looking to get up and running with Symfony and PHP fast. Using Docker for building our environment.\n\n* Ready to go development environment using Docker for working with Symfony.\n* A great Symfony seed repo for anyone who wants to start their project.\n\n### Quick start\n**Make sure you have Docker version \u003e= 17.04.0**\n\n```bash\n# clone our repo\n# --depth 1 removes all but one .git commit history\ngit clone --depth 1 --recursive https://github.com/NicklasWallgren/symfony-docker-starter.git symfony-docker-starter\n\n# change directory to our repo\ncd symfony-docker-starter\n\n# start the docker containers. The first boot will take some time\nmake\n```\ngo to [http://localhost](http://localhost) or [http://\u003cdocker-machine\u003e](http://\u003cdocker-machine\u003e)\n\n# Getting Started\n\n## Commands\n\n### Start containers\n```bash\nmake\n\n```\n### Stop containers\n```bash\nmake halt\n\n```\n### Start individual container\n```bash\nmake start [php-fpm|php-cli|nginx|mysql|memcached]\n\n```\n### Stop individual container\n```bash\nmake stop [php-fpm|php-cli|nginx|mysql|memcached]\n\n```\n### Update composer dependencies\n```bash\nmake update-project\n\n```\n### Access Symfony cli\n```bash\n# Access the php container\nmake bash-cli\n    \n# Launch the symfony cli\nphp ./symfony/bin/console\n```\n### Access MySQL cli\n```bash\nmake mysql-cli\n\n```\n### Access PHP container bash\n```bash\nmake bash-php\n\n```\n### Access Nginx container bash\n```bash\nmake bash-nginx\n\n```\n### Access PHP-FPM container bash\n```bash\nmake bash-fpm\n\n```\n### Access Memcached container bash\n```bash\nmake bash-memcached\n\n```\n### Access MySQL container bash\n```bash\nmake bash-mysql\n\n```\n### Check container status\n```bash\nmake status\n\n```\n# Contributing\nI'll accept pretty much everything so feel free to open a Pull-Request\n\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnicklaswallgren%2Fsymfony-docker-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnicklaswallgren%2Fsymfony-docker-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnicklaswallgren%2Fsymfony-docker-starter/lists"}