itanix / clockwork
TYPO3 Adapter for Clockwork php dev tools https://underground.works/clockwork
Installs: 4
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 1
Open Issues: 0
Type:typo3-cms-extension
Requires
- itsgoingd/clockwork: ^5.1
- typo3/cms-core: ^10.4
Requires (Dev)
- typo3/testing-framework: ^6.8
Replaces
- typo3-ter/clockwork: dev-main
This package is auto-updated.
Last update: 2024-12-06 17:58:02 UTC
README
This is an unofficial TYPO3 Extension for the Clockwork development tool for PHP. For more information about Clockwork, visit the Clockwork website.
Installation
Install the Clockwork TYPO3 Extension via Composer.
$ composer require itanix/clockwork
Enable TYPO3 FE Debug Mode
To enable data collection, set $GLOBALS['TYPO3_CONF_VARS']['FE']['debug']
in the LocalConfiguration.php.
Once data collection is enabled, clockwork stores all requests as JSON files in the /typo3temp/clockwork folder by default.
Data is kept for 30 days by default and older data should be deleted automatically. It would probably still be a good idea to keep an eye on the folder, especially if disk space is tight.
Web Interface
The webinterface is not integrated yet.
Browser extension
The browser dev tools extension is available for Chrome and Firefox: