Download the PHP package matthieuwerner/dynamodb-storable without Composer
On this page you can find all versions of the php package matthieuwerner/dynamodb-storable. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download matthieuwerner/dynamodb-storable
More information about matthieuwerner/dynamodb-storable
Files in matthieuwerner/dynamodb-storable
Download matthieuwerner/dynamodb-storable
More information about matthieuwerner/dynamodb-storable
Files in matthieuwerner/dynamodb-storable
Vendor matthieuwerner
Package dynamodb-storable
Short Description This component, based on the Symfony serializer and async-aws, is a human-readable andquick abstraction to easily store serialized objects in DynamoDB.
License MIT
Homepage https://github.com/matthieuwerner/dynamodb-storable
Package dynamodb-storable
Short Description This component, based on the Symfony serializer and async-aws, is a human-readable andquick abstraction to easily store serialized objects in DynamoDB.
License MIT
Homepage https://github.com/matthieuwerner/dynamodb-storable
Please rate this library. Is it a good library?
Informations about the package dynamodb-storable
DynamoDB Storable
This component, based on the Symfony serializer and async-aws, is a human-readable and quick abstraction to easily store serialized objects in DynamoDB 🚀.
This storage use an existing DynamoDB table and create entries with
the following structure :
{"key", "namespace", "value", "class", "date""}
.
- DynamoDB Storable Interface
- Installation
- Usage
- Adding service
- Option 1: auto wiring (Symfony/Laravel)
- Option 2: instantiate class
- Write
- Read
- Remove
- Working with namespaces
- Changing default values
- Adding service
Installation
Usage
Adding service
Option 1: auto wiring (Symfony/Laravel)
Option 2: instantiate class
Write
/!\ Working with objects need that they implement "StorableInterface"
Read
Remove
Working with namespaces
Changing default values
All versions of dynamodb-storable with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.0
symfony/serializer Version ^5.0|^6.0
symfony/property-access Version ^5.0|^6.0
async-aws/dynamo-db Version ^1.2
symfony/serializer Version ^5.0|^6.0
symfony/property-access Version ^5.0|^6.0
async-aws/dynamo-db Version ^1.2
The package matthieuwerner/dynamodb-storable contains the following files
Loading the files please wait ....