sensimedia/pgdecorators

Postgresql Ornament decodrators

1.1.6 2025-03-02 13:18 UTC

This package is auto-updated.

Last update: 2025-03-02 13:19:58 UTC


README

Postgresql Ornament decorators

Adds support for Postgresql's built-in array and pgarray data types.

Installation

composer require sensimedia/pgdecorators

Usage

Type-hint the model properties as required. No further configuration should be necessary. Note both decorators extend ArrayObject and can be used as such after the decoration is done.