async-aws / dynamo-db-session
AsyncAws DynamoDB integration for PHP Sessions.
1.2.0
2026-01-16 22:28 UTC
Requires
- php: ^8.2
- async-aws/dynamo-db: ^1.0 || ^2.0 || ^3.0
Requires (Dev)
- phpunit/phpunit: ^11.5.42
- symfony/error-handler: ^7.3.2 || ^8.0
- symfony/phpunit-bridge: ^7.3.2 || ^8.0
README
Store your PHP Sessions in DynamoDB.
This work started from the SessionHandler in the official AWS PHP SDK.
Install
composer require async-aws/dynamo-db-session
Documentation
See https://async-aws.com/integration/sessions.html for documentation.
Contribute
Contributions are welcome and appreciated. Please read https://async-aws.com/contribute/