elsayed/php-kinsumer

a very simple kinesis stream consumer for PHP 8

Installs: 9

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 1

pkg:composer/elsayed/php-kinsumer

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

This package is auto-updated.

Last update: 2026-01-10 23:38:32 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