vespula / auth
A library for authentication against various adapters
5.0.1
2025-12-16 21:25 UTC
Requires
- php: >=8.3
- vespula/session: ^1.0
Requires (Dev)
- ext-ldap: *
- ext-sqlite3: *
- phpstan/phpstan: ^2.1
- phpunit/phpunit: 12.5.*
- rector/rector: ^2.2
- dev-master
- 5.0.1
- 5.0.0
- 4.0.1
- 4.0.0
- 4.0.0-RC1
- v3.1.0.x-dev
- 3.1.0
- v3.0.0.x-dev
- 3.0.0
- 2.3.0
- 2.2.2
- 2.2.1
- 2.2.0
- 2.1.2
- 2.1.1
- 2.1.0
- 2.0.0
- 1.1.1
- 1.1.0
- 1.0.2
- 1.0.1
- 1.0.0
- 0.2.10
- 0.2.9
- 0.2.8
- 0.2.7
- 0.2.6
- 0.2.5
- 0.2.4
- 0.2.3
- 0.2.2
- 0.2.1
- 0.2.0
- 0.1.3
- 0.1.2
- 0.1.1
- 0.1.0
- dev-v5.0-dev
- dev-v2.1-dev
- dev-v4.0-dev
- dev-3.0-dev
This package is auto-updated.
Last update: 2025-12-16 21:26:52 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/