Register the Stimulsoft license when the PHP application starts, before creating any dashboard components.

License setup. Load or assign the license at application startup, before the first dashboard component is created.
StiLicense::setPrimaryKey('6vJhGtLLLz2GNviWmUTrhSqnO...');
StiLicense::setPrimaryFile('stimulsoft.key');

// or per component
$report->license->setKey('6vJhGtLLLz2GNviWmUTrhSqnO...');
The license can be applied globally with StiLicense or on an individual component through its license property, removing the trial watermark.

Используя этот сайт, вы соглашаетесь на использование файлов Cookie для аналитики и персонализированного контента. Файлы Cookie хранят полезную информацию на вашем компьютере, чтобы помочь нам повысить эффективность и удобство использования. Для получения дополнительной информации, пожалуйста, прочтите Конфиденциальность и Использование Cookie.