DynamoDb
Namespaces
- Exception
Interfaces, Classes and Traits
- SessionConnectionInterface
- The session connection provides the underlying logic for interacting with
Amazon DynamoDB and performs all of the reading and writing operations.
- BinaryValue
- Special object to represent a DynamoDB binary (B) value.
- DynamoDbClient
- This client is used to interact with the **Amazon DynamoDB** service.
- LockingSessionConnection
- The locking connection adds locking logic to the read operation.
- Marshaler
- Marshals and unmarshals JSON documents and PHP arrays into DynamoDB items.
- NumberValue
- Special object to represent a DynamoDB Number (N) value.
- SessionHandler
- Provides an interface for using Amazon DynamoDB as a session store by hooking
into PHP's session handler hooks. Once registered, You may use the native
`$_SESSION` superglobal and session functions, and the sessions will be
stored automatically in DynamoDB. DynamoDB is a great session storage
solution due to its speed, scalability, and fault tolerance.
- SetValue
- Special object to represent a DynamoDB set (SS/NS/BS) value.
- StandardSessionConnection
- The standard connection performs the read and write operations to DynamoDB.
- WriteRequestBatch
- The WriteRequestBatch is an object that is capable of efficiently sending
DynamoDB BatchWriteItem requests from queued up put and delete item requests.
- SessionConnectionConfigTrait