Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/prooph/micro
Functional prooph for microservices
https://github.com/prooph/micro
cqrs ddd event-sourcing eventsourcing functional microservice php prooph
Last synced: 3 months ago
JSON representation
Functional prooph for microservices
- Host: GitHub
- URL: https://github.com/prooph/micro
- Owner: prooph
- License: bsd-3-clause
- Created: 2017-01-19T10:39:16.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-11-05T17:01:42.000Z (about 4 years ago)
- Last Synced: 2024-07-16T09:54:19.038Z (4 months ago)
- Topics: cqrs, ddd, event-sourcing, eventsourcing, functional, microservice, php, prooph
- Language: PHP
- Homepage: http://getprooph.org
- Size: 313 KB
- Stars: 53
- Watchers: 16
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-list-microservice - micro
README
# prooph-micro
[Experimental] Functional prooph for microservices
## Installation
```bash
composer install
```## Example usage
```bash
php examples/register_and_change_username.php
```## Run example snapshotter
```bash
php examples/user_snapshotter.php
```## prooph Microservices in Action
[prooph/micro-do](https://github.com/prooph/micro-do)
## Support
- Ask questions on Stack Overflow tagged with [#prooph](https://stackoverflow.com/questions/tagged/prooph).
- File issues at [https://github.com/prooph/micro/issues](https://github.com/prooph/micro/issues).
- Say hello in the [prooph gitter](https://gitter.im/prooph/improoph) chat.## Contribute
Please feel free to fork and extend existing or add new plugins and send a pull request with your changes!
To establish a consistent code quality, please provide unit tests for all your changes and may adapt the documentation.## License
Released under the [New BSD License](LICENSE).