PHPackages                             assin/php-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. assin/php-auth

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

assin/php-auth
==============

v1.0.0(5y ago)07PHPPHP &gt;=7.1CI failing

Since Jun 21Pushed 5y ago1 watchersCompare

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

READMEChangelogDependencies (3)Versions (3)Used By (0)

PHPAuth
=======

[](#phpauth)

A simple package to handle user authentication on PHP.

Features list:
--------------

[](#features-list)

- Register the custom driver to handle authentication
- Check request before call authentication method by defining middleware

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

[](#installation)

Use composer to manage your dependencies and download PHPAuth:

```
composer require assin/php-auth
```

Usage
-----

[](#usage)

- Create a driver that implements DriverInterface.

```
