PHPackages                             geeshoe/bluefish - 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. geeshoe/bluefish

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

geeshoe/bluefish
================

PHP user authentication library

v0.4.0(7y ago)038Apache-2.0PHPPHP ^7.2

Since Nov 16Pushed 7y agoCompare

[ Source](https://github.com/geeShoe/bluefish)[ Packagist](https://packagist.org/packages/geeshoe/bluefish)[ Docs](https://geeshoe.com)[ RSS](/packages/geeshoe-bluefish/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependencies (6)Versions (6)Used By (0)

BlueFish
========

[](#bluefish)

BlueFish is a PHP user authentication library.

Please note that this project is in initial development and as such, some documentation may be incomplete.

Getting Started
---------------

[](#getting-started)

BlueFish is intended to be fully compliant with [PSR-1](https://www.php-fig.org/psr/psr-1/), [PSR-2](https://www.php-fig.org/psr/psr-2/), &amp; [PSR-4](https://www.php-fig.org/psr/psr-4/)

### Prerequisites

[](#prerequisites)

- PHP 7.2+
- [PDO\_MYSQL extension](http://php.net/manual/en/ref.pdo-mysql.php)
- MariaDb / MySQL

To check if the PDO MySQL driver is enabled, run the following command in the CLI or on your web server. (Do not make phpinfo() accessible to anyone!)

```
phpinfo();
