ynishi/php-dynamo-dt

Util for AWS DynamoDB timestamp

v1.0.1 2020-06-22 16:41 UTC

This package is auto-updated.

Last update: 2025-06-23 03:39:15 UTC


README

This is utility for AWS Dynamo DateTime.

  • Support 0 value as Epoch 0.
  • Support millisecond to use timestamp as key, less same time trouble.
  • Support show and parse mutually.
  • Support equal by value.

install

directly setup

  • set files in src
  • require it

composer

  • not yet
composer require ynisi/php-dynamoDT

test

  • setup php with docker
sh build.sh
  • run test
sh run_test.sh

LISENCE

  • BSD-3-Clause, see LISENCE.