A PHP client that implements Axon server's protocols (https://github.com/AxonIQ/axon-server-api) and allows registering handlers and sendings commands.
- Install the grpc PECL extension (https://pecl.php.net/package/grpc)
- Run
composer require dnna/axon-php-client
- Check the
examples
folder