PHPackages                             baywa-re-lusy/user-management - 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. baywa-re-lusy/user-management

AbandonedArchivedLibrary

baywa-re-lusy/user-management
=============================

BayWa r.e. LUSY User Management

3.0.3(3y ago)0435↓100%proprietaryPHPPHP &gt;= 8.1

Since Aug 11Pushed 3y agoCompare

[ Source](https://github.com/baywa-re-lusy/user-management)[ Packagist](https://packagist.org/packages/baywa-re-lusy/user-management)[ Docs](https://github.com/baywa-re-lusy/user-management)[ RSS](/packages/baywa-re-lusy-user-management/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (8)Dependencies (4)Versions (10)Used By (0)

BayWa r.e. Keycloak User Management
===================================

[](#baywa-re-keycloak-user-management)

[![CircleCI](https://camo.githubusercontent.com/38a9f017cc11eb9537432194aeb846d43c92ec4762ead3db8f5279ff96bc7352/68747470733a2f2f646c2e636972636c6563692e636f6d2f7374617475732d62616467652f696d672f67682f62617977612d72652d6c7573792f757365722d6d616e6167656d656e742f747265652f6d61696e2e7376673f7374796c653d737667)](https://dl.circleci.com/status-badge/redirect/gh/baywa-re-lusy/user-management/tree/main)

Installation
------------

[](#installation)

To install the User Management tools, you will need [Composer](http://getcomposer.org/) in your project:

```
composer require baywa-re-lusy/user-management
```

Usage
-----

[](#usage)

Currently, this library only supports Keycloak. However it uses an Adapter pattern to allow adding other vendors easily.

```
use BayWaReLusy\UserManagement\UserManagementConfig;
use BayWaReLusy\UserManagement\UserManagement;
use BayWaReLusy\UserManagement\UserService;
use BayWaReLusy\UserManagement\UserService\KeycloakAdapter;

$userManagementConfig = new UserManagementConfig(
    'https://auth-server-address',
    '/token-endpoint',
    '/users-endpoint',
    '/logout-endpoint',
    'client-credentials-client-id',
    'client-credentials-client-secret',
    'uuid-of-frontend-client'
);
$userManagement = new UserManagement($userManagementConfig);
$userService    = $userManagement->get(UserService::class);
$userService->setAdapter($userManagement->get(KeycloakAdapter::class));
```

Optionally, you can include then the User Management Client into your Service Manager:

```
$sm->setService(UserManagement::class, $userManagement);
```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 100% 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 ~25 days

Recently: every ~37 days

Total

8

Last Release

1195d ago

Major Versions

1.0.1 → 2.0.02022-09-07

2.0.1 → 3.0.02023-01-19

PHP version history (2 changes)1.0.0PHP &gt;= 8.0

3.0.0PHP &gt;= 8.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/7d6584819dabfe835a6caa1826bf2716dee040714e2a769365afa84d68b144b9?d=identicon)[ppaulis](/maintainers/ppaulis)

---

Top Contributors

[![ppaulis](https://avatars.githubusercontent.com/u/1609503?v=4)](https://github.com/ppaulis "ppaulis (59 commits)")

###  Code Quality

Static AnalysisPHPStan

Code StylePHP\_CodeSniffer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/baywa-re-lusy-user-management/health.svg)

```
[![Health](https://phpackages.com/badges/baywa-re-lusy-user-management/health.svg)](https://phpackages.com/packages/baywa-re-lusy-user-management)
```

###  Alternatives

[magento/community-edition

Magento 2 (Open Source)

12.1k52.1k10](/packages/magento-community-edition)[wheelpros/fitment-platform-api

Magento 2 (Open Source)

12.1k1.2k](/packages/wheelpros-fitment-platform-api)[mahocommerce/maho

Free and open source ecommerce platform, created in 2024 on the M1 platform, PHP 8.3+

1322.1k12](/packages/mahocommerce-maho)[spekkionu/laravel-zend-acl

Adds ACL to Laravel via Laminas\\Permissions\\Acl component.

4281.9k](/packages/spekkionu-laravel-zend-acl)[kokspflanze/bjy-authorize

Laminas\\Acl based firewall system for Laminas dispatch protection

20178.2k4](/packages/kokspflanze-bjy-authorize)[honeybee/honeybee

Library for implementing CQRS driven, event-sourced and distributed architectures.

222.1k4](/packages/honeybee-honeybee)

PHPackages © 2026

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