lm-commons / lmc-authentication
Laminas Mezzio Authentication
Installs: 125
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 1
Open Issues: 9
pkg:composer/lm-commons/lmc-authentication
Requires
- php: ~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0
- mezzio/mezzio-authentication: ^1.10
- psr/http-message: ^1.0.1 || ^2.0
- psr/http-server-middleware: ^1.0
- webmozart/assert: ^1.11
Requires (Dev)
- laminas/laminas-coding-standard: ^3.1
- phpunit/phpunit: ^11.5
- psalm/plugin-phpunit: ^0.19.5
- vimeo/psalm: ^6.13
- 1.1.x-dev
- 1.0.x-dev
- 1.0.1
- 1.0.0
- dev-dependabot/npm_and_yarn/docs/webpack-5.105.0
- dev-renovate/lock-file-maintenance
- dev-renovate/packagist-phpunit-phpunit-vulnerability
- dev-dependabot/composer/phpunit/phpunit-11.5.50
- dev-dependabot/npm_and_yarn/docs/lodash-4.17.23
- dev-renovate/webmozart-assert-2.x
- dev-dependabot/npm_and_yarn/docs/mdast-util-to-hast-13.2.1
- dev-dependabot/npm_and_yarn/docs/node-forge-1.3.2
This package is auto-updated.
Last update: 2026-02-07 17:26:25 UTC
README
Authentication middleware for Mezzio applications
Requirements
- PHP 8.2 or higher
Installation
You can install the lmc-authentication library with composer:
$ php composer.phar require lm-commons/lmc-authentication
Documentation
Browse the documentation online at LM-Commons.