Thanks to visit codestin.com
Credit goes to github.com

Skip to content

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

License

Notifications You must be signed in to change notification settings

edumarques/dynamophp

Repository files navigation

DynamoPHP

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 enable 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.

Installation

composer require edumarques/dynamophp

Documentation

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: [email protected].