elsayed/php-kinsumer

a very simple kinesis stream consumer for PHP 8

Maintainers

Package info

github.com/ElsayedAhmed19/php-kinsumer

pkg:composer/elsayed/php-kinsumer

Statistics

Installs: 9

Dependents: 0

Suggesters: 0

Stars: 0

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

This package is auto-updated.

Last update: 2026-03-10 23:55: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