Skip to main content

Plugin Integrations

Fetch a list of all enabled integrations for a specific game and integration type. These functions help dynamically display supported plugins and their configurations within your templates.

integrationsGetEnabledPlugins

ParameterTypeDescription
gamestringThe name of the game.
integrationstringThe name of integration.

Usage:

print_r(integrationsGetEnabledPlugins('cs2','punishments'));

Dynamic Data Loading

Enhance performance by dynamically fetching and rendering data in real time. Check out our TurboJS integration for seamless and efficient updates: TurboJS Integration.