speakol/php-kinsumer

a very simple kinesis stream consumer for PHP 8

v1.0.5 2022-02-10 15:42 UTC

This package is auto-updated.

Last update: 2024-05-10 21:15:29 UTC


README

a very simple kinesis stream consumer for PHP 8

Example

$ cd example
$ composer install
$ STREAM_NAME=<STREAM_NAME> AWS_REGION=<REGION> AWS_KEY=<KEY> AWS_SECRET=<SECRET> ./example.php

to understand how to use this package, just open the example/example.php file