stevewest / ethanol
Auth library for FuelPHP 1.5+
Requires
- php: >=5.3.0
This package is not auto-updated.
Last update: 2015-06-21 20:09:30 UTC
README
This project has been abandoned. It will no longer recieve updates.
Will be a super duper awesome auth package for FuelPHP
License
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
Examples
Please take a look at https://github.com/stevewest/ethanol-spirit for a basic implementation of Ethanol's features.
Installation
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.
Usage
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.