codeigniter-library powerauth
A Simple to use codeigniter authentication system
eddmash/powerauth
A Simple to use codeigniter authentication system
- Sunday, April 3, 2016
- by eddmash
- Repository
- 1 Watchers
- 2 Stars
- 21 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 2 Versions
- 0 % Grown
powerorm
A Simple to use codeigniter authentication system ., (*1)
Install
composer require eddmash/powerauth
, (*2)
- Download or Clone package from github.
Load the Library
Load the library like any other Codeigniter library., (*3)
$autoload['libraries'] = array('session', 'powerorm/orm', 'powerauth/auth')
, (*4)
Configuration
-
Set the model to use for Authentication, on the application/config/config.php
, (*5)
$config['auth_model'] = 'User_model';
, (*6)
-
powerorm, (*7)
A light weight easy to use CodeIgniter ORM. https://github.com/eddmash/powerorm, (*8)
-
powerdispatch, (*9)
An Event Dispatching mechanism for Codeigniter https://github.com/eddmash/powerdispatch, (*10)