kdabrow/time-machine-postgres

Postgres driver for time machine

Installs: 5

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:package

pkg:composer/kdabrow/time-machine-postgres

1.0.0 2022-07-15 15:45 UTC

This package is auto-updated.

Last update: 2025-09-15 23:07:26 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