sensimedia / pgdecorators
Postgresql Ornament decodrators
Installs: 80
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/sensimedia/pgdecorators
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.