quillstack/datetime

A basic library to use a state object of time in PHP.

v0.0.1 2022-01-19 22:02 UTC

This package is auto-updated.

Last update: 2024-04-20 02:42:40 UTC


README

Build Status Coverage Lines of Code StyleCI CodeFactor Reliability Rating Maintainability Security Rating

A basic library to use a state object of time in PHP.

Unit tests

Run tests using a command:

phpdbg -qrr ./vendor/bin/unit-tests

Docker

$ docker-compose up -d
$ docker exec -w /var/www/html -it quillstack_datetime sh