PHPackages                             comphp/auth-mysqldb - 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-mysqldb

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

comphp/auth-mysqldb
===================

Authentication Driver for CommonPHP which utilizes a MySQL Schema

02PHP

Since May 21Pushed 2w agoCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

CommonPHP MySQL Auth Driver
===========================

[](#commonphp-mysql-auth-driver)

Authentication driver for CommonPHP that uses MySQL as an authentication source.

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

[](#requirements)

- PHP `^8.5`
- `ext-pdo`
- `ext-pdo_mysql`
- `comphp/auth:^0.3`
- A MySQL database with a table containing identity and password hash columns

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

[](#installation)

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

```
composer require comphp/auth-mysqldb
```

Usage
-----

[](#usage)

```
