Will be a super duper awesome auth package for FuelPHP
This package is released under the Don't Be A Dick (DbaD) license.
More information and translations: http://philsturgeon.co.uk/code/dbad-license DbaD
Please take a look at https://github.com/stevewest/ethanol-spirit for a basic implementation of Ethanol's features.
Ethanol requires Fuel core and orm 1.5/develop or better.
Ethanol can be installed via composer by addding the following requirement to
your composer.json
file.
"require": {
"stevewest/ethanol": "dev-master"
}
Version numbers can be found under GitHub's tags.
You then want to run the the migrations to create the needed database tables.
If you wish to use email activation on accounts then you must also ensure the email package is set up correctly.
All of Ethanol's features can be accessed through the core \Ethanol\Ethanol
class. For now please check out the sample repo above for more information.