Registry / web-framework / typo3-cms-lowlevel

typo3-cms-lowlevel

JSON →
library14.3.4phppackagistunverified

TYPO3 CMS Lowlevel - Technical analysis of the system. This includes raw database search, checking relations, counting pages and records etc.

composer require typo3/cms-lowlevel
INSTALL
IMPORT
SIG · TYPO3-CMS-LOWLEVEL
T
typo3-cms-lowlevel
web-frameworkphpv14.3.4
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

DatabaseIntegrityController
use TYPO3\CMS\Lowlevel\Controller\DatabaseIntegrityController;

Perform database integrity checks in the TYPO3 backend.

use TYPO3\CMS\Lowlevel\Controller\DatabaseIntegrityController; // This is a backend module; typically accessed via TYPO3 backend routing. // Example usage in a custom backend module: $controller = GeneralUtility::makeInstance(DatabaseIntegrityController::class); $controller->indexAction();
Debug
Known issues
breakingRequires TYPO3 v14+ and PHP 8.2+
fix
Ensure TYPO3 and PHP versions meet requirements.
affects: <14.0.0
Upgrade
Version history
14.3.4latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
10
Resources
typo3-cms-lowlevel — pip install typo3-cms-lowlevel · libregistry