Miniframe PHP Framework middlewares

The Miniframe PHP Framework middlewares are spread among multiple repositories. Here's a full list of all middlewares;

NamePackageDescription 
Access Listing miniframe/core This middleware provides a simple method to control access of clients by their IP address.
Basic HTTP Authentication miniframe/core This middleware provides a simple authentication method.
Session handling miniframe/core This middleware provides a simple method to read and write from PHP sessions.
URL To MVC Router miniframe/core This middleware converts URLs like /index/main to App\Controller\Index::main().
Miniframe Twig Bundle miniframe/twig-bundle This library adds Twig support to the Miniframe PHP Framework.
Miniframe Sentry Bundle miniframe/sentry-bundle This library adds Sentry support to the Miniframe PHP Framework.
Miniframe Developer Toolbar miniframe/developer-toolbar This library adds a basic developer toolbar to the Miniframe PHP Framework.
Miniframe Social Login miniframe/social-login This package implements social logins to the Miniframe PHP Framework.
Miniframe Mailer Bundle miniframe/mailer-bundle This is a mailer bundle for the Miniframe PHP Framework.
Miniframe Website statistics miniframe/statistics This package adds website statistics to the Miniframe PHP Framework.
Miniframe ORM miniframe/orm This package adds a simple ORM to the Miniframe PHP Framework.