vespula / auth
A library for authentication against various adapters
2.1.2
2023-09-05 20:36 UTC
Requires
- php: >=7.4
Requires (Dev)
- ext-ldap: *
- ext-sqlite3: *
- phpunit/phpunit: 9.5.*
- rector/rector: ^0.18.0
- vimeo/psalm: ^5.4.0
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/