prooph / micro
Functional prooph for microservices
Installs: 5 862
Dependents: 0
Suggesters: 0
Security: 0
Stars: 53
Watchers: 16
Forks: 7
Open Issues: 2
Requires
- php: ^7.1
- phunkie/phunkie: 0.10.1
- prooph/event-store: ^7.3.1
- prooph/pdo-event-store: ^1.6
- prooph/snapshot-store: ^1.2
Requires (Dev)
- malukenho/docheader: ^0.1.4
- php-coveralls/php-coveralls: ^2.1
- phpspec/prophecy: ^1.7
- phpunit/phpunit: ^6.0
- prooph/php-cs-fixer-config: ^0.2.1
Suggests
- prooph/mongodb-snapshot-store: For MongoDB as snapshot store
- prooph/pdo-snapshot-store: For PDO as snapshot store
This package is auto-updated.
Last update: 2024-11-06 01:38:06 UTC
README
[Experimental] Functional prooph for microservices
Installation
composer install
Example usage
php examples/register_and_change_username.php
Run example snapshotter
php examples/user_snapshotter.php
prooph Microservices in Action
Support
- Ask questions on Stack Overflow tagged with #prooph.
- File issues at https://github.com/prooph/micro/issues.
- Say hello in the prooph gitter 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.