Download the PHP package geeshoe/bluefish without Composer
On this page you can find all versions of the php package geeshoe/bluefish. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download geeshoe/bluefish
More information about geeshoe/bluefish
Files in geeshoe/bluefish
Package bluefish
Short Description PHP user authentication library
License Apache-2.0
Homepage https://geeshoe.com
Informations about the package 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
BlueFish is intended to be fully compliant with PSR-1, PSR-2, & PSR-4
Prerequisites
- PHP 7.2+
- PDO_MYSQL extension
- 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!)
and ensure PDO drivers lists MySQL. If it doesn't or you cannot find any mention of PDO in phpinfo(). You may need to recompile PHP using:
Installing
To add BlueFish to your project, run:
If you prefer to use the development branch of BlueFish, use following line of code in the composer.json file.
Configure
BlueFish itself requires no configuration. However, BlueFish utilizes DbLib to handle database queries. As such DbLib needs to be configured with database credential's. See DbLib's documentation for further instruction's.
Documentation
API & usage documentation is soon to come.
Authors
- Jesse Rushlow - Lead developer - geeShoe Development
Source available at (https://github.com/geeshoe)
For questions, comments, or rant's, drop me a line at
All versions of bluefish with dependencies
ext-pdo_mysql Version *
ramsey/uuid Version ^3.8
geeshoe/dblib Version @alpha
geeshoe/helpers Version ^0