webware / webware-usermanager
Mezzio user registration, authentication, email verification, and admin user management for the webware-* package family.
Requires
- php: ~8.4.1 || ~8.5.0
- fig/http-message-util: ^1.1
- laminas/laminas-diactoros: ^3.8
- laminas/laminas-filter: ^3.0
- laminas/laminas-inputfilter: 3.0.x-dev
- laminas/laminas-permissions-acl: ^2.16
- laminas/laminas-validator: ^3.7
- laminas/laminas-view: ^2.30 || ^3.0
- mezzio/mezzio: ^3.26
- mezzio/mezzio-helpers: ^5.9
- mezzio/mezzio-router: ^3.15 || ^4.0
- mezzio/mezzio-session: ^1.12
- mezzio/mezzio-template: ^2.8 || ^3.0
- monolog/monolog: ^3.4
- php-db/phpdb-mysql: ^0.5.x-dev
- php-standard-library/type: ^6.2
- psr/container: ^2.0
- psr/event-dispatcher: ^1.0
- psr/http-message: ^2.0
- psr/http-server-handler: ^1.0
- psr/http-server-middleware: ^1.0
- psr/log: ^3.0
- ramsey/uuid: ^4.7
- webmozart/assert: ^2.4.1
- webware/message-bus: ^2.0.0-beta.3
- webware/webware-admin: 0.1.x-dev
- webware/webware-core: ^1.0.0-alpha.5
- webware/webware-event: ^0.1 || ^1.0
- webware/webware-htmx: 0.1.x-dev
- webware/webware-log: ^1.0 || ^2.0
- webware/webware-mailer: ^1.0.0-beta.5
- webware/webware-message: ^1.0.0-beta.2
Requires (Dev)
- infection/infection: ^0.35.0
- phpbench/phpbench: ^1.7
- phpunit/phpunit: ^13.3
- roave/backward-compatibility-check: ^8.21.0
- roave/security-advisories: dev-master
- webware/webware-console: 0.1.x-dev
- webware/webware-tools: ^1.0.0-beta.2
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is auto-updated.
Last update: 2026-09-21 07:06:12 UTC
README
Mezzio user registration, authentication, email verification, and admin user management for the webware-* package family. Ships with a message-bus driven command layer, PhpDb-backed user repository, PSR-15 middleware for login and registration flows, HTMX-aware request handlers, and a webware-admin dashboard widget.
Installation
composer require webware/webware-usermanager
Provider load order
webware/webware-core aliases Mezzio\Authentication\UserInterface to
Webware\Core\UserInterface, and this package registers the implementation behind it.
Register the providers in config/config.php in this order:
Mezzio\Authentication\ConfigProviderWebware\Core\ConfigProviderWebware\UserManager\ConfigProvider
The component installer adds providers in the order packages were installed, which is not
necessarily this order — check config/config.php after installing and reorder if needed.
Any provider that declares an entry for Mezzio\Authentication\UserInterface competes for
the same service name and the last one aggregated wins, so load mezzio/mezzio-authentication
first, then webware/webware-core, then this package.
Documentation
See docs/.