2017 © Pedro Peláez
 

library bpluser

An user registration and authentication module for ZF3 based on saeven/zf3-circlical-user

image

bishwopl/bpluser

An user registration and authentication module for ZF3 based on saeven/zf3-circlical-user

  • Thursday, April 26, 2018
  • by bishwopl
  • Repository
  • 2 Watchers
  • 1 Stars
  • 91 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 1 Forks
  • 1 Open issues
  • 15 Versions
  • 8 % Grown

The README.md

bpluser

An user registration, authentication and authorization module for Laminas-MVC based on saeven/zf3-circlical-user, (*1)

Features

  • User Registration
  • Forgot password feature
  • View helpers
  • Laminas Developers Toolbar extention

Requirements

Check composer.json file for requirements., (*2)

Installation

  • Run following from project root directory
    $ composer require bishwopl/bpluser
  • Enable module in application.config.php
<?php
return [
    'modules' => [
        // ...
        'CirclicalUser',
        'BplUser',
    ],
    // ...
];
  • Follow configuration step
  • Create database using following command
    ./vendor/doctrine/doctrine-module/bin/doctrine-module orm:schema-tool:create

Configuration

bishwopl/bpluser & bishwopl/zf3-circlical-user

Copy config/bpluser.local.php.dist file to your configuration folder and remove .dist from its name. Module configuration required for bishwopl/zf3-circlical-user is also included in this config file so separate configuration for bishwopl/zf3-circlical-user is not necessary., (*3)

Options

Controller plugins

  • Change Password
    $this->bpluser()->changePassword(UserInterface $user, $newPassword);
  • Change Email
    $this->bpluser()->changeEmail(UserInterface $user, $newEmail);
  • Is Email in use
    $this->bpluser()->isEmailInUse($email);
  • Verify password
    $this->bpluser()->verifyPassword(UserInterface $user, $password);
  • Save Profile
    $this->bpluser()->saveProfile(UserInterface $user);
  • Can access action
    $this->bpluser()->isAllowedAction($controllerName, $action);

To do

  • Add Remember Me feature

The Versions

26/04 2018

dev-master

9999999-dev https://github.com/bishwopl/bpl-user

An user registration and authentication module for ZF3 based on saeven/zf3-circlical-user

  Sources   Download

MPL2.0

The Requires

 

by Bishwo Prasad Lamichhane

registration authorization acl user auth user management zf3 bjyauthorize

26/04 2018

0.0.10

0.0.10.0 https://github.com/bishwopl/bpl-user

An user registration and authentication module for ZF3 based on saeven/zf3-circlical-user

  Sources   Download

The Requires

 

by Bishwo Prasad Lamichhane

registration authorization acl user auth user management zf3 bjyauthorize

04/04 2018

0.0.9

0.0.9.0 https://github.com/bishwopl/bpl-user

An user registration and authentication module for ZF3 based on saeven/zf3-circlical-user

  Sources   Download

The Requires

 

by Bishwo Prasad Lamichhane

registration authorization acl user auth user management zf3 bjyauthorize

01/04 2018

0.0.8

0.0.8.0 https://github.com/bishwopl/bpl-user

An user registration and authentication module for ZF3 based on saeven/zf3-circlical-user

  Sources   Download

The Requires

 

by Bishwo Prasad Lamichhane

registration authorization acl user auth user management zf3 bjyauthorize

28/02 2018

0.0.7

0.0.7.0 https://github.com/bishwopl/bpl-user

An user registration and authentication module for ZF3 based on saeven/zf3-circlical-user

  Sources   Download

The Requires

 

by Bishwo Prasad Lamichhane

registration authorization acl user auth user management zf3 bjyauthorize

27/02 2018

0.0.6

0.0.6.0 https://github.com/bishwopl/bpl-user

An user registration and authentication module for ZF3 based on saeven/zf3-circlical-user

  Sources   Download

The Requires

 

by Bishwo Prasad Lamichhane

registration authorization acl user auth user management zf3 bjyauthorize

27/02 2018

dev-auto-logout

dev-auto-logout https://github.com/bishwopl/bpl-user

An user registration and authentication module for ZF3 based on saeven/zf3-circlical-user

  Sources   Download

The Requires

 

by Bishwo Prasad Lamichhane

registration authorization acl user auth user management zf3 bjyauthorize

26/02 2018

0.0.5

0.0.5.0 https://github.com/bishwopl/bpl-user

An user registration and authentication module for ZF3 based on saeven/zf3-circlical-user

  Sources   Download

The Requires

 

by Bishwo Prasad Lamichhane

registration authorization acl user auth user management zf3 bjyauthorize

26/02 2018

dev-add-abstract-user-entity

dev-add-abstract-user-entity https://github.com/bishwopl/bpl-user

An user registration and authentication module for ZF3 based on saeven/zf3-circlical-user

  Sources   Download

The Requires

 

by Bishwo Prasad Lamichhane

registration authorization acl user auth user management zf3 bjyauthorize

25/02 2018

0.0.4

0.0.4.0 https://github.com/bishwopl/bpl-user

An user registration and authentication module for ZF3 based on saeven/zf3-circlical-user

  Sources   Download

The Requires

 

by Bishwo Prasad Lamichhane

registration authorization acl user auth user management zf3 bjyauthorize

25/02 2018

0.0.3

0.0.3.0 https://github.com/bishwopl/bpl-user

An user registration and authentication module for ZF3 based on saeven/zf3-circlical-user

  Sources   Download

The Requires

 

by Bishwo Prasad Lamichhane

registration authorization acl user auth user management zf3 bjyauthorize

25/02 2018

0.0.2

0.0.2.0 https://github.com/bishwopl/bpl-user

An user registration and authentication module for ZF3 based on saeven/zf3-circlical-user

  Sources   Download

The Requires

 

by Bishwo Prasad Lamichhane

registration authorization acl user auth user management zf3 bjyauthorize

25/02 2018

0.0.1

0.0.1.0 https://github.com/bishwopl/bpl-user

An user registration and authentication module for ZF3 based on saeven/zf3-circlical-user

  Sources   Download

The Requires

 

by Bishwo Prasad Lamichhane

registration authorization acl user auth user management zf3 bjyauthorize

15/02 2018

0.0.0

0.0.0.0 https://github.com/bishwopl/bpl-user

An user registration and authentication module for ZF3 based on saeven/zf3-circlical-user

  Sources   Download

The Requires

 

by Bishwo Prasad Lamichhane

registration authorization acl user auth user management zf3 bjyauthorize

24/01 2018

v0.0.0

0.0.0.0 https://github.com/bishwopl/bpl-user

An user registration and authentication module for ZF3 based on saeven/zf3-circlical-user

  Sources   Download

The Requires

 

by Bishwo Prasad Lamichhane

registration authorization acl user auth user management zf3 bjyauthorize