brainappeal / t3monitor
Monitors TYPO3 installation for updates and security issues (Requires an account on https://www.t3monitor.de)
Installs: 2 477
Dependents: 1
Suggesters: 0
Security: 0
Stars: 3
Watchers: 3
Forks: 1
Open Issues: 0
Type:typo3-cms-extension
Requires
- typo3/cms-core: >=4.5.0,<=10.9.99
README
Monitoring multiple TYPO3 CMS Websites
Here you can find the code of the TYPO3 Extension "t3monitor". To use the t3monitor an Online-Account is needed or you can get the self-hosted version für LAMP Servers.
Visit https://www.t3monitor.de and signup for a free 2 month test.
Installation via Composer (TYPO3 7+)
Add the following lines to your composer.json that is generating the TYPO3 Installation.
"require": { "brainappeal/t3monitor": "dev-master" }, "repositories": { { "type": "vcs", "url": "https://github.com/BrainAppeal/t3monitor.git" }, }