Skip to content

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

License

Notifications You must be signed in to change notification settings

danielrodriguezac/ethanol

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Simply copy the package to your packages folder and add the following to your app config file to ensure Ethanol is loaded.

    'always_load' => array(
            'packages' => array(
                    'ethanol',
            ),
    ),

You then want to run the ethanol.sql file to create the needed database tables. There will eventually be a migration for this.

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