How to Activate the Product
Our sample projects and report templates can help you learn the basics of working with our products.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.
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.