定制 lelivrescolaire/dynamodb-bundle 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

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

lelivrescolaire/dynamodb-bundle

Composer 安装命令:

composer require lelivrescolaire/dynamodb-bundle

包简介

Communicate with a DynamoDB instance from inside your symfony 2 application.

README 文档

README

LeLivreScolaire

DynamoDB Bundle Build Status Coverage Status

Use AWS DynamoDB NoSQL database from inside your Symfony 2 application.

Installation

$ composer require "lelivrescolaire/dynamodb-bundle:dev-master"

AppKernel:

public function registerBundles()
{
    $bundles = array(
        new LLS\Bundle\AWSBundle\LLSAWSBundle(),
        new LLS\Bundle\DynamoDBBundle\LLSDynamoDBBundle(),
    );
}

Configuration reference

llsaws:
    identities:
        my_identity:                        # Arbitrary Identity service name
            type: user                      # Identity type name (factory alias)
            fields:                         # Identity fields
                key: '<user AWS key>'
                secret: '<user AWS secret>'
    services:
        my_dynamodb:
            type:     dynamodb
            identity: my_identity

# Handle sessions with DynamoDB

services:
    session.handler.dynamodb:
        class:     LLS\Bundle\DynamoDBBundle\Session\Storage\Handler\DynamoDBSessionHandler
        arguments:
            - @llsaws.services.my_dynamodb              # Auto generated service

Read more documentation here

Contribution

Feel free to send us Pull Requests and Issues with your fixs and features.

Run test

Unit tests

$ ./bin/atoum

Coding standards

$ ./bin/coke

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-01-25