{"id":21017852,"url":"https://github.com/matiux/ddd-starter-pack","last_synced_at":"2025-05-15T06:31:27.230Z","repository":{"id":45232920,"uuid":"108649749","full_name":"matiux/ddd-starter-pack","owner":"matiux","description":"Basic DDD structures and utilities","archived":false,"fork":false,"pushed_at":"2025-02-20T22:02:18.000Z","size":1186,"stargazers_count":3,"open_issues_count":3,"forks_count":3,"subscribers_count":2,"default_branch":"develop","last_synced_at":"2025-04-23T04:06:15.575Z","etag":null,"topics":["aggregate","basic-tools","ddd","domain","domain-driven-design"],"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/matiux.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-10-28T13:06:05.000Z","updated_at":"2025-02-20T22:02:20.000Z","dependencies_parsed_at":"2022-08-26T23:41:44.253Z","dependency_job_id":"61f9deae-b38a-4a7a-8d0f-5d5e6529b6d8","html_url":"https://github.com/matiux/ddd-starter-pack","commit_stats":{"total_commits":255,"total_committers":2,"mean_commits":127.5,"dds":0.04313725490196074,"last_synced_commit":"18ff2c2d74032448582f8687c84a4bc150b53207"},"previous_names":[],"tags_count":148,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matiux%2Fddd-starter-pack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matiux%2Fddd-starter-pack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matiux%2Fddd-starter-pack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matiux%2Fddd-starter-pack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/matiux","download_url":"https://codeload.github.com/matiux/ddd-starter-pack/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254288036,"owners_count":22045862,"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","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":["aggregate","basic-tools","ddd","domain","domain-driven-design"],"created_at":"2024-11-19T10:22:14.921Z","updated_at":"2025-05-15T06:31:26.345Z","avatar_url":"https://github.com/matiux.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"DDD Starter Pack\n=====\n\n![check dependencies](https://github.com/matiux/ddd-starter-pack/actions/workflows/check-dependencies.yml/badge.svg)\n![check deps vulnerability](https://github.com/matiux/ddd-starter-pack/actions/workflows/dependencies-vulnerability.yml/badge.svg)\n![test](https://github.com/matiux/ddd-starter-pack/actions/workflows/tests.yml/badge.svg)\n[![codecov](https://codecov.io/gh/matiux/ddd-starter-pack/branch/develop/graph/badge.svg)](https://codecov.io/gh/matiux/ddd-starter-pack)\n[![type coverage](https://shepherd.dev/github/matiux/ddd-starter-pack/coverage.svg)](https://shepherd.dev/github/matiux/ddd-starter-pack)\n[![psalm level](https://shepherd.dev/github/matiux/ddd-starter-pack/level.svg)](https://shepherd.dev/github/matiux/ddd-starter-pack)\n![Security analysis status](https://github.com/matiux/ddd-starter-pack/actions/workflows/security-analysis.yml/badge.svg)\n![Coding standards status](https://github.com/matiux/ddd-starter-pack/actions/workflows/coding-standards.yml/badge.svg)\n![packagist](https://img.shields.io/packagist/v/matiux/ddd-starter-pack)\n![packagist php version](https://img.shields.io/packagist/dependency-v/matiux/ddd-starter-pack/php)\n\nThis library contains \"concepts\" to development of microservices based on hexagonal architecture and DDD.\n\n* Branch v2: PHP \u003c 8.0\n\n## Development\n\n```bash\ngit clone git@github.com:matiux/ddd-starter-pack.git \u0026\u0026 cd ddd-starter-pack\ncp docker/docker-compose.override.dist.yml docker/docker-compose.override.yml\nrm -rf .git/hooks \u0026\u0026 ln -s ../scripts/git-hooks .git/hooks\n```\n\n```bash\nmake build-php ARG=--no-cache\nmake upd\nmake composer ARG=install\n```\n\n## test\n```bash\nmake build-php ARG=--no-cache\nmake upd\nmake create-schema\nmake test\n```\n\nThis repository uses GitHub actions to perform some checks. If you want to test the actions locally you can\nuse [act](https://github.com/nektos/act). For example if you want to check the action for static analysis\n```bash\nact -P ubuntu-latest=shivammathur/node:latest --job static-analysis\n```\n\n#### Modules\n\n* [Aggregate](doc/aggregate.md)\n* [Command](doc/command.md)\n* [Data transformer](doc/data_transformer.md)\n* [Event](doc/event.md)\n* [Exception](doc/excpetion.md)\n* [Message](doc/message.md)\n* [Service](doc/service.md)\n* [Util](doc/util.md)\n\n#### TODO\n* Prendere spunto da questi progetti per la gestione degli eventi nei modelli di dominio \n    * https://github.com/jkoudys/immutable.php\n    * https://github.com/buttercup-php/protects\n* Separare le parti infrastrutturali in altre librerie\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatiux%2Fddd-starter-pack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmatiux%2Fddd-starter-pack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatiux%2Fddd-starter-pack/lists"}