pixelant / interest
REST and CLI API for adding, updating, and deleting records in TYPO3. Tracks relations so records can be inserted in any order. Uses remote ID mapping so you don't have to keep track of what UID a record has gotten after import. Data is inserted using backend APIs as if a real human did it, so you c
Installs: 6 215
Dependents: 1
Suggesters: 0
Security: 0
Stars: 11
Watchers: 6
Forks: 3
Open Issues: 1
Type:typo3-cms-extension
Requires
- php: ~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0
- ext-json: *
- ext-pdo: *
- symfony/console: ^5.4 || ^6.0
- symfony/polyfill-php81: ^1.28
- typo3/cms-core: ^11.5.8 || ^12.4.6
- typo3/cms-fluid: ^11.5.8 || ^12.4.6
- typo3/cms-frontend: ^11.5.8 || ^12.4.6
Requires (Dev)
- doctrine/dbal: ^2.13.5 || ^3.6.2
- ergebnis/composer-normalize: ^2.28.3
- friendsofphp/php-cs-fixer: ^3.14.1
- helmich/typo3-typoscript-lint: ^3.1.0
- jangregor/phpstan-prophecy: ^1.0.0
- phpstan/extension-installer: ^1.3.1
- phpstan/phpstan: ^1.10.30
- phpstan/phpstan-phpunit: ^1.3.13
- phpstan/phpstan-strict-rules: ^1.5.1
- phpunit/phpunit: ^9.6.11
- saschaegerer/phpstan-typo3: ^1.8.9
- seld/jsonlint: ^1.10.0
- squizlabs/php_codesniffer: ^3.7.2
- symfony/yaml: ^5.3.6 || ^6.2.0
- typo3/coding-standards: ^0.6.1
- typo3/testing-framework: ^7.0.4
Suggests
- typo3/cms-reactions: To use TYPO3 reactions as entry point and for authentication.
Replaces
- typo3-ter/interest: 2.1.2
This package is auto-updated.
Last update: 2024-10-29 13:54:34 UTC
README
REST and CLI API for adding, updating, and deleting records in TYPO3. The extension tracks relations, so records can be inserted in any order. Uses remote ID mapping so you don't have to keep track of what UID a record has gotten after import. Data is inserted using backend APIs as if a real human did it, so you can can inspect the record history and undo actions.