a very simple kinesis stream consumer for PHP 8
$ cd example
$ composer install
$ STREAM_NAME=<STREAM_NAME> AWS_REGION=<REGION> AWS_KEY=<KEY> AWS_SECRET=<SECRET> ./example.phpto understand how to use this package, just open the
example/example.phpfile