bugbuster/contao-online-bundle

Contao 5 online helper bundle

Installs: 1 095

Dependents: 2

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:contao-bundle

pkg:composer/bugbuster/contao-online-bundle

1.5.2 2025-08-10 23:47 UTC

README

Latest Stable Version Contao Version Contao Version Contao Version Packagist PHP Version Support GitHub issues License

Codacy Badge

About

Contao 5.4 helper bundle

Use Version 1.4+

The Events LoginSuccessEvent, LogoutEvent and TerminateEvent are used to register the online status of the users (FE/BE).
For this purpose, the ID, the time stamp and a hash (hash_hmac,sha256) are created in the table tl_online_session.

Contao 5.3 helper bundle

Use Version 1.3+

Contao 4.13 helper bundle

Use Version 1.2.x

The hooks "postLogin", "postLogout" and "postAuthenticate" are used to register the online status of the users (FE/BE).
For this purpose, the ID, the time stamp and a hash (hash_hmac,sha256) are created in the table tl_online_session.

This Helper Bundle is still under development and will be used in the future by the bundles "LastLogin" and "BE_User_Online".