Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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).