Download the PHP package eddmash/powerauth without Composer
On this page you can find all versions of the php package eddmash/powerauth. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download eddmash/powerauth
More information about eddmash/powerauth
Files in eddmash/powerauth
Download eddmash/powerauth
More information about eddmash/powerauth
Files in eddmash/powerauth
Vendor eddmash
Package powerauth
Short Description A Simple to use codeigniter authentication system
License MIT
Homepage https://github.com/eddmash/powerauth
Package powerauth
Short Description A Simple to use codeigniter authentication system
License MIT
Homepage https://github.com/eddmash/powerauth
Please rate this library. Is it a good library?
Informations about the package powerauth
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.
-
powerorm
A light weight easy to use CodeIgniter ORM. https://github.com/eddmash/powerorm
-
powerdispatch
An Event Dispatching mechanism for Codeigniter https://github.com/eddmash/powerdispatch
All versions of powerauth with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4.0
The package eddmash/powerauth contains the following files
Loading the files please wait ....