Skip to content

inespons/ethanol

 
 

Repository files navigation

Ethanol

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.

About

Authentication and authorisation package for FuelPHP - "Make your fuel burn brighter with Ethanol"®

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%