dreibein / contao-activity-bundle
Dieses Bundle erfasst die Dauer der Arbeiten aller Benutzer im Backend von Contao. Diese werden addiert und im Dasboard ausgegeben. So erhält man eine schnelle Übersicht, welche Nutzer wie lange aktiv sind.
Installs: 68
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:contao-bundle
Requires
- php: ^7.4 || ^8.0
- contao/core-bundle: ^4.9
- doctrine/doctrine-bundle: ^2.2.4
- doctrine/orm: ^2.8
- thecodingmachine/safe: ^1.3
Requires (Dev)
- contao/manager-plugin: ^2.0
- friendsofphp/php-cs-fixer: ^2.18
- phpunit/phpunit: ^9.5
- roave/security-advisories: *@dev
README
Calculate each enabled users active times from tl_log entries. Auto logouts aren't included in the calculation. Neither is inactive time.
Installation
composer require dreibein/contao-activity-bundle
Usage
Simply login with the user of choice. All tl_log entries are automatically processed and saved to new table.