tina4stack/tina4php-postgresql

Tina4 PHP Postgresql Database Driver

Installs: 24

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 1

Open Issues: 0

pkg:composer/tina4stack/tina4php-postgresql

v2.0.2 2022-07-11 11:37 UTC

This package is auto-updated.

Last update: 2025-10-11 17:43:42 UTC


README

Installation

composer require tina4stack/tina4php-postgresql

Testing with Docker

docker run --name tina4-postgres --platform linux/x86_64 -p 54321:5432 -e POSTGRES_PASSWORD=pass1234 postgres
composer test