PHPackages                             stevenbuehner/htpasswd-manager - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. stevenbuehner/htpasswd-manager

ActiveLibrary

stevenbuehner/htpasswd-manager
==============================

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

0.2.3(7y ago)010031MITPHPPHP &gt;=5.5

Since Dec 2Pushed 7y ago1 watchersCompare

[ Source](https://github.com/stevenbuehner/HtpasswdManager)[ Packagist](https://packagist.org/packages/stevenbuehner/htpasswd-manager)[ RSS](/packages/stevenbuehner-htpasswd-manager/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (4)Versions (7)Used By (1)

[![Build Status](https://camo.githubusercontent.com/48a7a60930e16b90d517af4c53bea9b12677c90978a4dfc0e0ac6609a309fcd5/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f73746576656e627565686e65722f48747061737377644d616e616765722f6261646765732f6275696c642e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/stevenbuehner/HtpasswdManager/build-status/master)

zf2-htpasswd-module
===================

[](#zf2-htpasswd-module)

A ZendFramework 2 Module to manage users in a htpasswd file with basic authentication

Default Configuration
=====================

[](#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
		)

```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 96.9% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~271 days

Total

5

Last Release

2730d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/539fb0fe02d3a484cebe51f48a1d52a206d2d0267609737331c1742d2e9e5b61?d=identicon)[stevenbuehner](/maintainers/stevenbuehner)

---

Top Contributors

[![stevenbuehner](https://avatars.githubusercontent.com/u/1318984?v=4)](https://github.com/stevenbuehner "stevenbuehner (31 commits)")[![salt-96](https://avatars.githubusercontent.com/u/45210510?v=4)](https://github.com/salt-96 "salt-96 (1 commits)")

---

Tags

zendmodulezf2apachehtpasswd

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/stevenbuehner-htpasswd-manager/health.svg)

```
[![Health](https://phpackages.com/badges/stevenbuehner-htpasswd-manager/health.svg)](https://phpackages.com/packages/stevenbuehner-htpasswd-manager)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
