Installation
Requirements
| Component | Supported |
|---|---|
| TYPO3 | 10.4, 11.5, 12.4, 13.4, 14 |
| PHP | 7.4 to 8.4 |
| ProvenExpert | a plan with API access |
Install the extension
composer require bm1/provenexpert
Copied!
Without Composer, download the extension from the TYPO3 Extension Repository or from the GitHub releases.
API credentials
The credentials are shown in your ProvenExpert account under Reputation boost > Google stars > PHP scripts, in the two lines:
$yourApiId = '...';
$yourAPIKey = '...';
Copied!
Enter them in Admin Tools > Settings > Extension Configuration > bm1_provenexpert, or per site – see Configuration.