Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

php based membership framework [closed]

Tags:

php

I have seen a few things that look like part of what I want, but I don't feel like I have found the right thing. I am looking for a php based membership library/framework. It should do the following:

  • Allow members to join through a web form
  • Allow members to login and see secured pages
  • Lightweight library
  • No CMS module necessary

I have written these scripts in the past, but I feel like writing one from scratch right now is sort of like reinventing the wheel.

like image 792
Adam Avatar asked Oct 10 '22 12:10

Adam


1 Answers

Perhaps Dingos':

  • User Authentication Library and
  • ACL Library

EDIT: Or the Flourish fAuthorization class.

like image 147
Alix Axel Avatar answered Oct 14 '22 01:10

Alix Axel