Skip to content

Marketplace Repository

Unlock onOffice Marketplace providers.

Unlocking Providers

Unlock a marketplace provider for use.

php
use Innobrain\OnOfficeAdapter\Facades\MarketplaceRepository;

$success = MarketplaceRepository::query()
    ->unlockProvider('parameterCacheIdValue', 'extendedClaimValue');
ParameterDescription
parameterCacheIdThe parameter cache ID for the provider
extendedClaimExtended claim for unlocking the provider

Returns true on success, false otherwise.

Usage Notes

The Marketplace API is primarily used for third-party integrations with onOffice enterprise.

For detailed marketplace integration documentation, refer to the onOffice Marketplace documentation.

Released under the MIT License.