dnna / axon-php-client
PHP Client for Axon Server
0.5
2019-10-19 00:48 UTC
Requires
- ext-grpc: *
- google/protobuf: 3.8.0
- grpc/grpc: 1.22
This package is auto-updated.
Last update: 2025-03-11 09:22:52 UTC
README
A PHP client that implements Axon server's protocols (https://github.com/AxonIQ/axon-server-api) and allows registering handlers and sendings commands.
Installation
- Install the grpc PECL extension (https://pecl.php.net/package/grpc)
- Run
composer require dnna/axon-php-client
Usage
- Check the
examples
folder