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
examplesfolder