2017 © Pedro Peláez
 

codeigniter-library powerauth

A Simple to use codeigniter authentication system

image

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

The README.md

powerorm

A Simple to use codeigniter authentication system ., (*1)

Install

  • Via Composer

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)

Related CODEIGNITER Libraries.

  • 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)

The Versions

03/04 2016

dev-master

9999999-dev https://github.com/eddmash/powerauth

A Simple to use codeigniter authentication system

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

authentication authorization auth codeigniter

03/04 2016

v1.0.0

1.0.0.0 https://github.com/eddmash/powerauth

A Simple to use codeigniter authentication system

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

authentication authorization auth codeigniter