Download the PHP package phauthentic/authentication without Composer
On this page you can find all versions of the php package phauthentic/authentication. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download phauthentic/authentication
More information about phauthentic/authentication
Files in phauthentic/authentication
Package authentication
Short Description A Framework agnostic Authentication library for PHP
License MIT
Informations about the package authentication
Authentication
This library intends to provide a framework around authentication and user identification. Authorization is a separate concern.
Installation
You can install this library using composer:
Requirements
Your application must use the PSR 7 HTTP Message interfaces for your request and response objects. The whole library is build to be framework agnostic but uses these interfaces as the common API. Every modern and well written framework and application should fulfill this requirement.
- php >= 8.0
- psr/http-message
Only if you plan to use the PSR-15 middleware:
Documentation
- Architectural Overview
- Quick Start and Introduction
- JWT Example
- Authenticators
- Session
- Token
- JWT
- HTTP Basic
- HTTP Digest
- Cookie
- OAuth
- Identifiers
- Identity Resolvers
- Callback Resolver
- PDO Statement Resolver
- Writing your own Resolver
- Identity Resolvers
- Identity Objects
- URL Checkers
- PSR15 Middleware
- PSR7 Middleware
Copyright & License
Licensed under the MIT license.
- Copyright (c) Phauthentic
- Copyright (c) Cake Software Foundation, Inc.
All versions of authentication with dependencies
ext-json Version *
phauthentic/password-hashers Version ^2.0
psr/http-factory Version ^1.0
psr/http-message Version ~1.0
psr/http-server-handler Version ~1.0
psr/http-server-middleware Version ^1.0