.. _installation: ============ Installation ============ Requirements ============ .. list-table:: :header-rows: 1 * - 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 ===================== .. code-block:: bash composer require bm1/provenexpert 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 :guilabel:`Reputation boost > Google stars > PHP scripts`, in the two lines: .. code-block:: php $yourApiId = '...'; $yourAPIKey = '...'; Enter them in :guilabel:`Admin Tools > Settings > Extension Configuration > bm1_provenexpert`, or per site – see :ref:`configuration`.