PHPackages                             comphp/auth - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. comphp/auth

ActiveLibrary[Authentication &amp; Authorization](/categories/authentication)

comphp/auth
===========

Authentication contracts and services for PHP applications.

0.3(3w ago)01MITPHPPHP ^8.5

Since May 18Pushed 3w agoCompare

[ Source](https://github.com/commonphp/auth)[ Packagist](https://packagist.org/packages/comphp/auth)[ RSS](/packages/comphp-auth/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (1)Dependencies (5)Versions (2)Used By (0)

CommonPHP Auth
==============

[](#commonphp-auth)

CommonPHP Auth provides authentication-focused contracts and services for CommonPHP applications. It defines the pieces needed to identify users, authenticate credentials, and connect authentication sources through driver-based implementations.

The package is focused on proving identity while allowing authorization, sessions, HTTP login flows, and storage drivers to remain separate or optional integrations.

Requirements
------------

[](#requirements)

- PHP `^8.5`
- `comphp/runtime:^0.3`

Installation
------------

[](#installation)

Once this package is available through your Composer repositories, install it with:

```
composer require comphp/auth
```

Usage
-----

[](#usage)

```
