vespula / auth
A library for authentication against various adapters
5.0.0
2025-12-12 21:59 UTC
Requires
- php: >=8.3
- vespula/session: ^0.1
Requires (Dev)
- ext-ldap: *
- ext-sqlite3: *
- phpstan/phpstan: ^2.1
- phpunit/phpunit: 12.5.*
- rector/rector: ^2.2
This package is auto-updated.
Last update: 2025-12-12 22:00:03 UTC
README
A simple, flexible authentication class that is easy to set up and understand.
There are currently 3 adapters:
- File - using a .htaccess or array of users and encrypted passwords
- Sql - using a database table
- Ldap - Authenticating against an LDAP/AD server
- Multi - Authenticating against more than one adapter
Documentation
Documentation is available at https://vespula.bitbucket.io/auth/