Skip to content

Marketplace Repository ​

Unlock onOffice Marketplace providers.

Unlocking Providers ​

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.

See the onOffice Marketplace documentation.

Released under the MIT License.