PostgrestPhp
Table of Contents
Interfaces
- PostgrestClientInterface
- Interface for both synchronous and asynchronous PostgREST clients.
Classes
- ClientAuthConfig
- Configuration for PostgREST client authentication.
- PostgrestBaseClient
- The PostgrestBaseClient holds all general functionality for the PostgREST client.
- FailedAuthException
- Exception thrown when the authentication failed.
- PostgrestAsyncClient
- PostgrestAsyncClient is an asynchronous client for PostgREST.
- PostgrestSyncClient
- PostgrestSyncClient is a synchronous client for PostgREST.
- DataEncodingException
- Exception thrown when data can not be converted to a specified format.
- FilterLogicException
- Exception thrown when the filter logic is invalid.
- NotUnifiedValuesException
- Exception thrown when not all values are unified.
- Helper
- OrderColumn
- A column to order by.
- PostgrestRequestBuilder
- PostgREST request builder.
- PostgrestErrorException
- Exception which parses and wraps a Throwable.
- PostgrestResponse
- PostgrestResponse holds the response from the PostgREST server.
Traits
- ArrayRangeOperators
- Trait to represent array range operators.
- EqualityOperators
- Trait to represent equality operators.
- FilterOperators
- Trait to represent filter helpers.
- FullTextSearchOperators
- Trait to represent full text search operators.
- GreaterLessOperators
- Trait to represent greater/less operators.
- ModifierOperators
- Trait to represent logic modifier operators.
- PatternMatchingOperators
- Trait to represent pattern matching operators.
Enums
- CountType
- Enum for the type of counts PostgREST supports.
- DataFormat
- Enum for the data format PostgREST supports for transmitting data.
- DuplicateResolution
- Enum for the duplicate resolution strategies PostgREST supports.
- IsCheck
- Enum for the is check types PostgREST supports.
- Operator
- Enum for the operators PostgREST supports.
- OrderDirection
- Enum for the order directions PostgREST supports.
- OrderNulls
- Enum for the null order types PostgREST supports.
- OverlapType
- Enum for the overlap types PostgREST supports.
- ReturnFormat
- Enum for the return formats PostgREST supports.