speakol/php-kinsumer

a very simple kinesis stream consumer for PHP 8

Maintainers

Package info

github.com/speakol-ads/php-kinsumer

pkg:composer/speakol/php-kinsumer

Statistics

Installs: 123

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

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

This package is auto-updated.

Last update: 2026-04-11 01:20: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