Registry / utility / typo3-cms-impexp

typo3-cms-impexp

JSON →
library14.3.0phppackagistunverified

Tool for importing and exporting records in TYPO3 CMS using XML or T3D format.

composer require typo3/cms-impexp
INSTALL
IMPORT
SIG · TYPO3-CMS-IMPEXP
T
typo3-cms-impexp
utilityphpv14.3.0
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.

ImportExport
✓ use TYPO3\CMS\Impexp\ImportExport;

Import data from an XML file using the ImportExport utility.

use TYPO3\CMS\Impexp\ImportExport; $importExport = new ImportExport(); $importExport->setData(file_get_contents('export.xml')); $importExport->import();
Debug
Known issues
gotchaRequires TYPO3 CMS 10+; not standalone.
fix
Use within a TYPO3 CMS installation.
affects: *
Upgrade
Version history
14.3.0latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
15 hits · last 30 days
node
14
Resources
typo3-cms-impexp — pip install typo3-cms-impexp · libregistry