bugbuster / contao-online-bundle
Contao 5 online helper bundle
Installs: 838
Dependents: 2
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
Type:contao-bundle
Requires
- php: ^8.2
- contao/core-bundle: >=5.4.0,<5.7.0
- doctrine/dbal: ^3.6
- symfony/security-core: ^6.4 || ^7.0
- symfony/security-http: ^6.4 || ^7.0
Requires (Dev)
- contao/easy-coding-standard: ^6.13
- contao/manager-plugin: ^2.3.1
Conflicts
- contao/manager-plugin: <2.0 || >=3.0
This package is auto-updated.
Last update: 2024-10-23 21:23:51 UTC
README
About
Contao 5.3 helper bundle
Use Version 1.3+
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.
This Helper Bundle is still under development and will be used in the future by the bundles "LastLogin" and "BE_User_Online".
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".