承接 eoko/odm-driver-dynamo-db 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

eoko/odm-driver-dynamo-db

Composer 安装命令:

composer require eoko/odm-driver-dynamo-db

包简介

DynamoDB driver for Eoko ODM

README 文档

README

Build Status Code Climate Eoko Public Channel

Overview

DynamoDB ODM is a simple document manager a little inspired by Doctrine ORM/ODM. This document manager is mainly design to manage interaction between entities and DynamoDB. It can handle other document server with a the creation of a new driver.

Comments

This ODM cannot and will not manage association.

Requirements

Please see the composer.json file.

Installation

Run the following composer command:

$ composer require "eoko/dynamodb-odm"

Alternately, manually add the following to your composer.json, in the require section:

"require": {
    "eoko/dynamodb-odm": "master-dev"
}

And then run composer update to ensure the module is installed.

Get Started

@todo

Configuration

'eoko' => [
    'odm' => [
        'driver' => [
            'name' => 'Eoko\\ODM\\Driver\\DynamoDB',
            'options' => [
                'autoload' => [
                    'Eoko\\ODM\\Driver\\DynamoDB' => __DIR__ . '/../src/'
                ],
                'prefix' => 'dev',
            ],
        ],
    ],
],

Events

@todo

Credits

@todo

统计信息

  • 总下载量: 229
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 1
  • 点击次数: 0
  • 依赖项目数: 1
  • 推荐数: 0

GitHub 信息

  • Stars: 1
  • Watchers: 3
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-10-02