API Repositories README - evansims/openfga-php GitHub Wiki
API Documentation > Repositories
Data access interfaces and implementations for managing OpenFGA resources.
Total Components: 8
Name | Description |
---|---|
AssertionRepositoryInterface |
Repository interface for managing OpenFGA authorization model assertions. This interface provides... |
ModelRepositoryInterface |
Repository contract for authorization model operations. This interface defines the contract for m... |
StoreRepositoryInterface |
Repository interface for store operations. This interface defines the contract for store reposito... |
TupleRepositoryInterface |
Repository contract for relationship tuple operations. This interface defines the contract for ma... |
Name | Description |
---|---|
HttpAssertionRepository |
HTTP implementation of assertion repository for OpenFGA API communication. This repository handle... |
HttpModelRepository |
HTTP implementation of the model repository. This repository handles authorization model operatio... |
HttpStoreRepository |
HTTP implementation of the store repository. This repository provides a domain-focused abstractio... |
HttpTupleRepository |
HTTP implementation of the tuple repository. This repository handles tuple operations via HTTP re... |