Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rollerworks-graveyard/messagebus-form-bundle
Symfony Messenger handling fom Type
https://github.com/rollerworks-graveyard/messagebus-form-bundle
cqrs messenger php rollerworks symfony symfony-bundle
Last synced: about 2 months ago
JSON representation
Symfony Messenger handling fom Type
- Host: GitHub
- URL: https://github.com/rollerworks-graveyard/messagebus-form-bundle
- Owner: rollerworks-graveyard
- License: mit
- Archived: true
- Created: 2019-02-13T16:11:01.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-04T11:01:47.000Z (almost 5 years ago)
- Last Synced: 2024-09-25T23:54:15.896Z (about 2 months ago)
- Topics: cqrs, messenger, php, rollerworks, symfony, symfony-bundle
- Language: PHP
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
Rollerworks MessageBusFormBundle
================================The main purpose of this library is to handle the dispatching of Commands
through the Symfony Messenger, and mapping their exceptions to a Form structure.The `MessageFormType` handles constructing of the Command message and
dispatching the command during the submit phase of a form.**Note:** With this system the Form becomes responsible for dispatching the Command,
after submitting the command is handled and errors are mapped to the Form.## Usage
... TBD.
## Requirements
PHP 7.2 and Symfony 4.2+.
## Installation
To install this package, add `rollerworks/messagebus-form-bundle` to your composer.json
```bash
$ php composer.phar require rollerworks/messagebus-form-bundle
```Now, Composer will automatically download all required files, and install them
for you.## Versioning
For transparency and insight into the release cycle, and for striving
to maintain backward compatibility, this package is maintained under
the Semantic Versioning guidelines as much as possible.Releases will be numbered with the following format:
`..`
And constructed with the following guidelines:
* Breaking backward compatibility bumps the major (and resets the minor and patch)
* New additions without breaking backward compatibility bumps the minor (and resets the patch)
* Bug fixes and misc changes bumps the patchFor more information on SemVer, please visit .
## Who is behind this library?
This library is brought to you by [Sebastiaan Stok](https://github.com/sstok).
## License
The package is released under the MIT License. See the bundled [LICENSE](LICENSE) file
for details.