ibejohn818/user-manager

There is no license information available for the latest version (0.1.24) of this package.

UserManager plugin for CakePHP

Installs: 178

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 3

Forks: 0

Open Issues: 0

Type:cakephp-plugin

0.1.24 2017-12-03 23:16 UTC

This package is auto-updated.

Last update: 2024-04-17 09:14:13 UTC


README

Build Status codecov

UserManager plugin for CakePHP

Features

OAUTH Login Providers

  • Google
  • Github
  • Facebook
  • Bitbucket
  • LinkedIn
  • Yahoo

Simple ACL

  • Simple database driven ACL configuration by Plugin/Controller/Action/Prefix assigned by Group or User
  • Users can be members of multiple UserGroups

Custom Fields

  • Add custom fields to your user schema
  • Built-in pivot queries to enable sortability of custom fields

Installation

You can install this plugin into your CakePHP application using composer.

The recommended way to install composer packages is:

composer require ibejohn818/user-manager