Registry / web-framework / typo3-cms-extbase

typo3-cms-extbase

JSON →
library14.3.4phppackagistunverified

TYPO3 CMS Extbase - Extension framework to create TYPO3 frontend plugins and TYPO3 backend modules.

composer require typo3/cms-extbase
INSTALL
IMPORT
SIG · TYPO3-CMS-EXTBASE
T
typo3-cms-extbase
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.

ActionController
use TYPO3\CMS\Extbase\Mvc\Controller\ActionController;

Create a basic Extbase controller with a list action

use TYPO3\CMS\Extbase\Mvc\Controller\ActionController; class MyController extends ActionController { public function listAction(): void { $this->view->assign('items', []); } }
Debug
Known issues
gotchaRequires TYPO3 CMS installation; not standalone
fix
Use within a TYPO3 extension context
affects: >=14.0.0
Upgrade
Version history
14.3.4latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

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