{"id":15014451,"url":"https://github.com/alejandro-yakovlev/symfony-docker","last_synced_at":"2025-08-29T03:43:25.469Z","repository":{"id":50403097,"uuid":"459694960","full_name":"alejandro-yakovlev/symfony-docker","owner":"alejandro-yakovlev","description":"Dockerise Symfony Application (Symfony 6 + Clean Architecture + DDD + CQRS + Docker + Xdebug + PHPUnit + Doctrine ORM + JWT Auth + Static analysis + CI/CD)","archived":false,"fork":false,"pushed_at":"2024-02-21T21:09:38.000Z","size":519,"stargazers_count":161,"open_issues_count":1,"forks_count":47,"subscribers_count":11,"default_branch":"master","last_synced_at":"2025-05-07T17:48:30.692Z","etag":null,"topics":["cicd","clean-architecture","clean-code","ddd","deptrac","doctrine","doctrine-orm","jwt-auth","php","php-cs-fixer","php8","phpstan","phpunit","static-analysis","symfony","symfony-docker","symfony-docker-composer","symfony-dockerize","symfony6","xdebug"],"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/alejandro-yakovlev.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":"2022-02-15T18:08:57.000Z","updated_at":"2025-04-29T14:44:04.000Z","dependencies_parsed_at":"2023-11-27T18:31:13.282Z","dependency_job_id":"f187ef84-1d7c-4324-b6bc-618c988875d6","html_url":"https://github.com/alejandro-yakovlev/symfony-docker","commit_stats":{"total_commits":45,"total_committers":3,"mean_commits":15.0,"dds":"0.33333333333333337","last_synced_commit":"962cd7c94de822b37464eafbc493f0ea96423c02"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/alejandro-yakovlev/symfony-docker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alejandro-yakovlev%2Fsymfony-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alejandro-yakovlev%2Fsymfony-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alejandro-yakovlev%2Fsymfony-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alejandro-yakovlev%2Fsymfony-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alejandro-yakovlev","download_url":"https://codeload.github.com/alejandro-yakovlev/symfony-docker/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alejandro-yakovlev%2Fsymfony-docker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272620343,"owners_count":24965523,"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","status":"online","status_checked_at":"2025-08-29T02:00:10.610Z","response_time":87,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["cicd","clean-architecture","clean-code","ddd","deptrac","doctrine","doctrine-orm","jwt-auth","php","php-cs-fixer","php8","phpstan","phpunit","static-analysis","symfony","symfony-docker","symfony-docker-composer","symfony-dockerize","symfony6","xdebug"],"created_at":"2024-09-24T19:45:39.118Z","updated_at":"2025-08-29T03:43:25.429Z","avatar_url":"https://github.com/alejandro-yakovlev.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Symfony\n\n### Dockerise Symfony Application\n\n- [X] [Install Docker](https://docs.docker.com/engine/install/)\n- [X] [Install Docker Compose](https://docs.docker.com/compose/install/)\n- [X] [Docker PHP \u0026 Nginx]()\n- [X] [Create Symfony Application](https://symfony.com/doc/current/setup.html)\n\n### Debugging\n\n- [X] [Install Xdebug](https://xdebug.org/docs/install#pecl)\n- [X] [Configure Xdebug in PhpStorm](https://www.jetbrains.com/help/phpstorm/configuring-xdebug.html)\n\n### Testing\n\n- [X] [Install PHPUnit](https://symfony.com/doc/current/testing.html#the-phpunit-testing-framework)\n- [X] [Integrate PHPUnit with a PhpStorm project](https://symfony.com/doc/current/testing.html#the-phpunit-testing-framework)\n\n### Clean Architecture\n\n- [X] [Onion Architecture](https://blog.cleancoder.com/uncle-bob/2012/08/13/the-clean-architecture.html)\n- [X] [Monolith First](https://martinfowler.com/bliki/MonolithFirst.html)\n\n### Databases and the Doctrine ORM\n\n- [X] [Installing Doctrine](https://symfony.com/doc/current/doctrine.html)\n- [X] [Setting up a Database](https://symfony.com/doc/current/the-fast-track/en/7-database.html)\n- [X] [Mapping](https://www.doctrine-project.org/projects/doctrine-orm/en/current/reference/xml-mapping.html)\n- [X] [Migrations](https://symfony.com/doc/current/doctrine.html#migrations-creating-the-database-tables-schema)\n- [X] [Repository](https://symfony.com/doc/current/doctrine.html#querying-for-objects-the-repository)\n- [X] [Database Testing](https://symfony.com/doc/current/testing/database.html)\n- [X] [Fixtures](https://symfony.com/bundles/DoctrineFixturesBundle/current/index.html)\n\n### CQRS\n\n- [X] [CQRS pattern](https://docs.microsoft.com/en-us/azure/architecture/patterns/cqrs)\n- [X] [Symfony Messenger](https://symfony.com/doc/current/messenger.html)\n\n### Auth\n- [X] [JWT Authentication](https://github.com/lexik/LexikJWTAuthenticationBundle)\n- [X] [JWT Refresh Token](https://github.com/markitosgv/JWTRefreshTokenBundle)\n\n### Static analysis tool\n- [X] [PHP CS Fixer](https://github.com/FriendsOfPHP/PHP-CS-Fixer)\n- [X] [Deptrac](https://qossmic.github.io/deptrac/)\n- [X] [PHPStan](https://github.com/phpstan/phpstan)\n\n### DDD\n- [X] [Strategic \u0026 Tactical design]()\n\n### CI/CD\n- [X] [Gitlab CI/CD](https://docs.gitlab.com/ee/ci/yaml/)\n- [X] [GitHub Actions](https://docs.github.com/en/actions/quickstart)\n\nДокументация [в разработке](docs/index.md).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falejandro-yakovlev%2Fsymfony-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falejandro-yakovlev%2Fsymfony-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falejandro-yakovlev%2Fsymfony-docker/lists"}