smgladkovskiy / A1

Authentication - a bit more flexible than Kohana's AUTH

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This fork of A1 module by Wouter combines the work of the original A1 module and the idea of functional separation to work with databases on driver support for various models of ORM by mlb (for this moment Kohana ORM, Sprig and Jelly drivers are available).

Change orm driver in the config file. Kohana ORM is set by default.

If you wish to use your own ORM library, then you need to create a driver that will implements the interface of A1 driver that is placed in driver folder.

About

Authentication - a bit more flexible than Kohana's AUTH


Languages

Language:PHP 100.0%