Skip to content

GF-TIC/users

 
 

Repository files navigation

CakeDC Users Plugin

Bake Status Downloads Latest Version License

IMPORTANT: 3.1.x version is BETA status now, we are still improving and testing it.

Versions and branches

CakePHP CakeDC Users Plugin Tag Notes
2.x 2.x 2.1.2 Note CakePHP 2.7 is currently not supported, we are working on it now
3.x master 3.x stability is beta, but pretty stable now
3.x develop 3.x stability is beta, unstable
3.0 3.0.x 3.0.0 stability is beta, but pretty stable now
3.1 3.1.x 3.1.0 stability is beta, but pretty stable now

The Users plugin is back!

It covers the following features:

  • User registration
  • Login/logout
  • Social login (Facebook, Twitter, Instagram, Google, Linkedin, etc)
  • Simple RBAC
  • Remember me (Cookie)
  • Manage user's profile
  • Admin management

The plugin is here to provide users related features following 2 approaches:

  • Quick drop-in working solution for users login/registration. Get users working in 5 minutes.
  • Extensible solution for a bigger/custom application. You'll be able to extend:
    • UsersAuth Component
    • Use your own UsersTable
    • Use your own Controller

On the previous versions of the plugin, extensibility was an issue, and one of the main objectives of the 3.0 rewrite is to guarantee all the pieces could be extended/reused as easily.

Another decision made was limiting the plugin dependencies on other packages as much as possible.

Requirements

  • CakePHP 3.1+
  • PHP 5.4.16+ Note CakePHP 3.2 requires PHP 5.5 so 5.4 compatibility would be dropped sooner than later...

Documentation

For documentation, as well as tutorials, see the Docs directory of this repository.

Support

For bugs and feature requests, please use the issues section of this repository.

Commercial support is also available, contact us for more information.

Contributing

This repository follows the CakeDC Plugin Standard. If you'd like to contribute new features, enhancements or bug fixes to the plugin, please read our Contribution Guidelines for detailed instructions.

License

Copyright 2015 Cake Development Corporation (CakeDC). All rights reserved.

Licensed under the MIT License. Redistributions of the source code included in this repository must retain the copyright notice found in each file.

Packages

No packages published

Languages

  • PHP 100.0%