Download the PHP package bemit/dynamodb without Composer
On this page you can find all versions of the php package bemit/dynamodb. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download bemit/dynamodb
More information about bemit/dynamodb
Files in bemit/dynamodb
Package dynamodb
Short Description Custom PHP service class for DynamoDB, with item-data converters
License MIT
Informations about the package dynamodb
PHP DynamoDB Service
PHP DynamoDB service class, with item <> data converters.
Usage:
Modes supported, with automatic detection and conversion:
S
, stringsN
, numerics, cast by(float)
, keeps numbers the same in e.g. JSON (no.0
)BOOL
, booleansM
, maps,stdClass
or assoc arrays- for safest usage uses
stdClass
forM
conversion - for app-side, you should use e.g. non-assoc
json_decode
- supports nested maps & lists
- for safest usage uses
L
, lists / arrays or empty array- supports nested lists & maps
NULL
, null values
Modes supported with typing at toItem
, automatic at fromItem
:
SS
, string sets / list of stringsNS
, string sets / list of strings
Dev Notices
Commands to set up and run e.g. tests:
Versions
This project adheres to semver, until 1.0.0
and beginning with 0.1.0
: all 0.x.0
releases are like MAJOR releases and all 0.0.x
like MINOR or PATCH, modules below 0.1.0
should be considered experimental.
License
This project is free software distributed under the MIT LICENSE.
Amazon DynamoDB® is a trademark of Amazon.com, Inc. No endorsements by Amazon.com, Inc. are implied by the use of these marks.
Contributors
By committing your code to the code repository you agree to release the code under the MIT License attached to the repository.
Maintained by Michael Becker