Download the PHP package reallywang/dynamo-db without Composer
On this page you can find all versions of the php package reallywang/dynamo-db. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package dynamo-db
DynamoDB操作封装
像使用MySQL一样使用DynamoDB(Use DynamoDB as you would with MySQL)
禁止使用保留字,具体哪些是保留字可在包文件 DynamoDb.php 文件中查看,如果已经使用保留字的用户,请读下一条
保留字问题已在内部处理,使用者可以不用关心保留字问题(AWS不支持的地方此工具同样不支持,AWS支持的地方此工具已内部处理)
目录
1. 安装
2. 使用
3. 新增数据
4. 修改数据
5. 查询数据
6. 删除数据
7. 获取数量
8. 部分删除
9. 自增与自减
现在,开始
1. 安装
或是composer.json中require下添加
2. 使用
3. 新增数据
4. 修改数据
5. 查询数据
6. 删除数据
7. 获取数量
8. 部分删除
9. 自增与自减
All versions of dynamo-db with dependencies
PHP Build Version
Package Version
The package reallywang/dynamo-db contains the following files
Loading the files please wait ....