D
D
Dan Voronov2012-12-25 00:09:01
PHP
Dan Voronov, 2012-12-25 00:09:01

Php-engines highly specialized for user management

In my last script, I used authorization from Wordpress to work with users, but by itself it is too redundant.

I want to go further. The idea arose that probably there are already written scripts specifically for working with the user database.

Are there any php projects that are aimed specifically at managing users and their data, registration, authorization through Facebook Twitter. So that you can integrate your script with them through a couple of functions and not write part of the work with cookies, etc.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
N
Nazar Mokrinsky, 2012-12-25
@nazarpc

Do you need an engine, or an authorization script?
If the engine - I can advise my humble: authorization through various social networks is available (an additional ready-made module), there are user groups, there are access rights, as well as a convenient interface for working with information about users.

K
KingOfNothing, 2012-12-25
@KingOfNothing

Since I use Yii, I can advise you to look at the database of extensions for yii. For example, authorization www.yiiframework.com/extension/hybridauth/ or rbac www.yiiframework.com/extension/rbam/ I
have not tried these extensions specifically, but there are still a lot of similar ones. Perhaps it will be possible to integrate them.

T
Timur Tuz, 2013-09-22
@TTA

if you need a turnkey solution for managing memberships, take a look at aMember. API exists. The developers are Russian. It's a popular thing in the west.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question