InitPHP Auth
PHP 8 auth library with session, signed-cookie and custom storage adapters plus a permission set.
Installation
terminal
$ composer require initphp/auth
Requires PHP 8.0+. The package is published on
Packagist as
initphp/auth.
What Auth does
Lightweight PHP 8 auth library: session, signed-cookie, and custom storage adapters plus a case-insensitive permission set.
Package details
- Composer package
- initphp/auth
- Latest version
- 2.0.0
- Released
- 2026-05-24
- Requires
- PHP 8.0+ (^8.0)
- License
- MIT
- PHP extensions
- ext-json, ext-hash
- Depends on
- initphp/parameterbag