It’ll still be a while before I get it cleaned up and released but I am currently working on several packages that will install as a meta package, or you can just skip the admin package. UserManager and AclManager are both required. I understand that will limit its usage for some but… Sorry, it’s a package deal. Also, it currently does not support RBAC. Its ACL only and I have no plans to include RBAC support.
It’s fully compatible with Mezzio and a few of the highlights are…
- Psr 14 event driven admin dashboard for loading widgets. Provides the plug-n-play access to the UserManager and AclManager admin UI’s.
- Standard Mezzio Role and Resource usage, it just provides a UI to manage it.
- Styling is provided by Bootstrap 5+ and interactivity is provided by HTMX. It loads its own custom layout and custom body layer to provide compatibility for HTMX boosting. It’s all isolated to just the provided endpoints. No, it does not hijack your entire UI layer.
- Type to sort resources.
- Provides cli tooling for setting up the Db. Will provide integration with both PhpDb (for supported drivers - MySQL, SQLite, Postgres currently) and Laminas DB.
- Supports both dark and light mode
- Provides a thin ACL ready navigation component that consumes route options until laminas navigation is released. It uses the same historical options that laminas navigation has always supported and has the same signatures so migration will be painless.
I’ll post some more screenshots once I nail down the user management UI’s in the next few days if I rememeber.






