2017 © Pedro Peláez
 

library htpasswd-manager

A module for Zend Framework 2 to manage an apache .htpasswd file for Basic Authentication.

image

stevenbuehner/htpasswd-manager

A module for Zend Framework 2 to manage an apache .htpasswd file for Basic Authentication.

  • Wednesday, June 22, 2016
  • by stevenbuehner
  • Repository
  • 1 Watchers
  • 0 Stars
  • 39 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 3 Forks
  • 0 Open issues
  • 6 Versions
  • 0 % Grown

The README.md

Build Status, (*1)

zf2-htpasswd-module

A ZendFramework 2 Module to manage users in a htpasswd file with basic authentication, (*2)

Default Configuration

        'HtpasswdManager' => array (
                // Carefull! File needs to be writeable by apache-user (www-data)
                // The .htaccess file needs to be set to use this .htpasswd file for authentication
                'htpasswd' => 'path/to/.htpasswd',

                // Users, that can't be deleted with the GUI
                'not_deletable_users' => array (
                        'admin'
                ),

                // May be an array (for specific users) or boolean for general true / false
                'usermanagement_users' => true 
        ) 

The Versions

22/06 2016

dev-master

9999999-dev

A module for Zend Framework 2 to manage an apache .htpasswd file for Basic Authentication.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Steven Buehner

zf2 zend module apache htpasswd

22/06 2016

dev-develop

dev-develop

A module for Zend Framework 2 to manage an apache .htpasswd file for Basic Authentication.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Steven Buehner

zf2 zend module apache htpasswd

22/06 2016

0.2.2

0.2.2.0

A module for Zend Framework 2 to manage an apache .htpasswd file for Basic Authentication.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Steven Buehner

zf2 zend module apache htpasswd

23/05 2016

0.2.1

0.2.1.0

A module for Zend Framework 2 to manage an apache .htpasswd file for Basic Authentication.

  Sources   Download

MIT

The Requires

 

by Steven Buehner

zf2 zend module apache htpasswd

16/01 2016

0.2

0.2.0.0

A module for Zend Framework 2 to manage an apache .htpasswd file for Basic Authentication.

  Sources   Download

MIT

The Requires

 

by Steven Buehner

zf2 zend module apache htpasswd

02/12 2015

0.1

0.1.0.0

A module for Zend Framework 2 to manage an apache .htpasswd file for Basic Authentication.

  Sources   Download

MIT

The Requires

 

by Steven Buehner

zf2 zend module apache htpasswd