Release 2.1.0 - JSON serialization for complex types
- Classes representing complex Postgres types now implement
JsonSerializable
interface and can be correctly JSON-encoded. Decoding is possible viacreateFromArray()
static method defined in package'sArrayRepresentable
interface (request #11) - Tested and supported on PHP 8.2 and Postgres 15