zephyrphp / auth
Authentication module for ZephyrPHP - Session and JWT authentication
v0.4.49
2026-03-24 08:15 UTC
Requires
- php: >=8.2
- zephyrphp/framework: ^0.4
- dev-main
- v0.4.49
- v0.4.48
- v0.4.47
- v0.4.46
- v0.4.45
- v0.4.44
- v0.4.43
- v0.4.42
- v0.4.41
- v0.4.40
- v0.4.39
- v0.4.38
- v0.4.37
- v0.4.36
- v0.4.35
- v0.4.34
- v0.4.33
- v0.4.32
- v0.4.31
- v0.4.30
- v0.4.29
- v0.4.28
- v0.4.27
- v0.4.26
- v0.4.25
- v0.4.24
- v0.4.23
- v0.4.22
- v0.4.21
- v0.4.20
- v0.4.19
- v0.4.18
- v0.4.17
- v0.4.16
- v0.4.15
- v0.4.14
- v0.4.13
- v0.4.12
- v0.4.11
- v0.4.10
- v0.4.9
- v0.4.8
- v0.4.7
- v0.4.6
- v0.4.5
- v0.4.4
- v0.4.1
- v0.1.1
- v0.1.0
This package is auto-updated.
Last update: 2026-03-24 08:17:27 UTC
README
Authentication module for ZephyrPHP — session and JWT authentication.
Features
- Session-based authentication
- JWT token generation & validation (HS256)
- Remember me tokens
- User provider with Doctrine ORM
- Auto-detects User model namespace
Installation
composer require zephyrphp/auth
Note: This package is designed exclusively for ZephyrPHP and is not compatible with other PHP frameworks.
License
MIT