ynishi / php-dynamo-dt
Util for AWS DynamoDB timestamp
Installs: 4
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/ynishi/php-dynamo-dt
Requires
- php: 5.5
This package is auto-updated.
Last update: 2025-12-23 04:37:59 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.