edumarques/dynamophp 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

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

edumarques/dynamophp

最新稳定版本:v0.5.0

Composer 安装命令:

composer require edumarques/dynamophp

包简介

DynamoPHP is a lightweight, strongly-typed Object Data Mapper designed to simplify development with Amazon DynamoDB.

README 文档

README

PHP Version License Build Status Coverage

DynamoPHP is a strongly-typed, attribute-based Object Data Mapper for Amazon DynamoDB. It is built on top of modern PHP, which enables definition of entities using PHP 8+ attributes and interaction with DynamoDB using a clean, expressive API.

Inspired by data mappers like Doctrine and modeled after patterns in libraries such as TypeDORM.

Features

  • Entity Management: automatically handles CRUD operations.
  • Index Support: work with Global Secondary Indexes (GSI) and Local Secondary Indexes (LSI).
  • Query Builder: build complex queries with minimal boilerplate.

Installation

You can install DynamoPHP via Composer:

composer require edumarques/dynamophp

Documentation

For detailed usage, please refer to the sections below.

Quickly get started:

Learn how DynamoPHP works as an ODM for mapping your objects to DynamoDB:

Learn how to define and manage your entities:

Learn how to use Global Secondary Indexes (GSI) and Local Secondary Indexes (LSI):

Learn how the EntityManager is used for managing entities and interactions with DynamoDB:

Documentation is an ongoing effort. Our docs will continue to evolve as the project grows — contributions and improvements are welcome and encouraged!

Contributing

Contributors are always welcome! For more information on how you can contribute, please read our contribution guideline.

For any questions, feel free to reach out to me directly by email: eduardomarqs1@gmail.com.

Integration

For seamless integration with Symfony applications, a dedicated Symfony Bundle is available: edumarques/dynamophp-symfony.

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2025-05-06