eoko/odm-metadata-annotation

Load metadata from annotation

Maintainers

Package info

github.com/eoko/odm-metadata-annotation

Homepage

pkg:composer/eoko/odm-metadata-annotation

Statistics

Installs: 255

Dependents: 2

Suggesters: 0

Stars: 0

Open Issues: 0

dev-master 2015-11-03 15:38 UTC

This package is not auto-updated.

Last update: 2026-03-15 03:23:22 UTC


README

Build Status 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

Annotation

Index

@Index(name="username_email-verified_index", fields={"username", "email_verified"})

Events

@todo

Credits

@todo