kdabrow/time-machine-postgres

Postgres driver for time machine

1.0.0 2022-07-15 15:45 UTC

This package is auto-updated.

Last update: 2024-04-15 19:51:06 UTC


README

Postgres driver for kdabrow/time-machine package.

Installation

composer require kdabrow/time-machine-postgres

Testing

Start docker container

docker compose up -d php8.0

Enter the container

docker compose exec php8.0 /bin/bash

Install dependencies

composer update

Run tests from inside containers

vendor/bin/phpunit

Available containers:

  • php7.2
  • php7.3
  • php7.4
  • php8.0
  • php8.1