elsayed/php-kinsumer

a very simple kinesis stream consumer for PHP 8

v1.0.7 2022-02-10 15:32 UTC

This package is auto-updated.

Last update: 2024-10-10 21:07:44 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