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.

By using this website, you agree to the use of cookies for analytics and personalized content. Cookies store useful information on your computer to help us improve efficiency and usability. For more information, please read the privacy policy and cookie policy.