This library provides a mezzio-authentication adapter that handles form-based username/password authentication credentials where the user details are subsequently stored in a session.
Run the following to install this library:
$ composer require mezzio/mezzio-authentication-session
Documentation is in the doc tree, and can be compiled using mkdocs:
$ mkdocs build
You may also browse the documentation online.