{"id":20248836,"url":"https://github.com/webeetle/symfony-ddd-skeleton","last_synced_at":"2026-04-25T23:34:28.693Z","repository":{"id":98533324,"uuid":"607342243","full_name":"webeetle/symfony-ddd-skeleton","owner":"webeetle","description":"Simple scaffolding for PHP / Symfony REST microservice","archived":false,"fork":false,"pushed_at":"2023-09-22T08:32:10.000Z","size":85,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":8,"default_branch":"main","last_synced_at":"2025-06-04T22:07:41.361Z","etag":null,"topics":["hexagonal-architecture","php","symfony"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/webeetle.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":"2023-02-27T19:49:32.000Z","updated_at":"2025-04-09T16:42:26.000Z","dependencies_parsed_at":"2023-09-22T19:51:04.641Z","dependency_job_id":null,"html_url":"https://github.com/webeetle/symfony-ddd-skeleton","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/webeetle/symfony-ddd-skeleton","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webeetle%2Fsymfony-ddd-skeleton","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webeetle%2Fsymfony-ddd-skeleton/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webeetle%2Fsymfony-ddd-skeleton/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webeetle%2Fsymfony-ddd-skeleton/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/webeetle","download_url":"https://codeload.github.com/webeetle/symfony-ddd-skeleton/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webeetle%2Fsymfony-ddd-skeleton/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32280975,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-25T18:29:39.964Z","status":"ssl_error","status_checked_at":"2026-04-25T18:29:32.149Z","response_time":59,"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":["hexagonal-architecture","php","symfony"],"created_at":"2024-11-14T09:49:49.379Z","updated_at":"2026-04-25T23:34:28.669Z","avatar_url":"https://github.com/webeetle.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Symfony DDD Skeleton\n\n## Description\n\nThis is a complete stack for running Symfony 6.3 into Docker containers using docker-compose tool.\n\nIt is composed by 2 containers:\n\n- `nginx`, acting as the webserver.\n- `php`, the PHP-FPM container with the 8.2 version of PHP.\n\n## Installation\n\n1. 😀 Clone this rep.\n\n2. Create the file `./.docker/.env.nginx.local` using `./.docker/.env.nginx` as template. The value of the variable `NGINX_BACKEND_DOMAIN` is the `server_name` used in NGINX.\n\n3. Go inside folder `./docker` and run `docker-compose up -d` to start containers.\n\n4. Inside the `php` container, run `composer install` to install dependencies from `/var/www/symfony` folder.\n\n## Run Scritps\n\n🧹 Keep a modern codebase with **PHP Coding Standards Fixer**:\n```bash\ncomposer lint\n```\n\n✅ Run refactors using **Rector**\n```bash\ncomposer refacto\n```\n\n⚗️ Run static analysis using **PHPStan**:\n```bash\ncomposer test:types\n```\n\n✅ Run unit tests using **PHPUnit**\n```bash\ncomposer test:unit\n```\n\n🚀 Run the entire test suite:\n```bash\ncomposer test\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebeetle%2Fsymfony-ddd-skeleton","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwebeetle%2Fsymfony-ddd-skeleton","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebeetle%2Fsymfony-ddd-skeleton/lists"}