sensimedia / pgdecorators
Postgresql Ornament decodrators
1.1.6
2025-03-02 13:18 UTC
Requires
- php: >=8.1
- monolyth/disclosure: ^3.0
- ornament/core: ^0.17.0
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.