a very simple kinesis stream consumer for PHP 8
github.com/speakol-ads/php-kinsumer
Source
Issues
Installs: 121
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 4
Forks: 1
Open Issues: 0
Requires
Requires (Dev)
None
Suggests
Provides
Conflicts
Replaces
Apache-2.0 8a7d1be0255ade643156c1ae035fd1daacac3d04
This package is auto-updated.
Last update: 2025-01-10 22:48:55 UTC
$ 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
example/example.php