Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mops1k/adr-bundle
This bundle provides an easy way to implement the ADR pattern with the Symfony framework.
https://github.com/mops1k/adr-bundle
Last synced: 3 days ago
JSON representation
This bundle provides an easy way to implement the ADR pattern with the Symfony framework.
- Host: GitHub
- URL: https://github.com/mops1k/adr-bundle
- Owner: mops1k
- License: mit
- Created: 2024-02-08T00:24:21.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-03-04T15:34:27.000Z (9 months ago)
- Last Synced: 2024-11-02T11:30:05.306Z (14 days ago)
- Language: PHP
- Homepage:
- Size: 50.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
## Action-Domain-Responder bundle
This bundle provides an easy way to implement the ADR pattern with the Symfony framework.## Install
```bash
composer require mops1k/adr-bundle
```## Documentation
See [doc/documentation](doc/documentation.md)