Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

README.md

powerorm

A Simple to use codeigniter authentication system .

Install

  • Via Composer

composer require eddmash/powerauth

  • Download or Clone package from github.

Load the Library

Load the library like any other Codeigniter library.

$autoload['libraries'] = array('session', 'powerorm/orm', 'powerauth/auth')

Configuration

  • Set the model to use for Authentication, on the application/config/config.php

     `$config['auth_model'] = 'User_model';`
    

Related CODEIGNITER Libraries.

About

A Simple to use codeigniter authentication system

Resources

License

Packages

No packages published

Languages

You can’t perform that action at this time.