The Miniframe PHP Framework middlewares are spread among multiple repositories. Here's a full list of all middlewares;
| Name | Package | Description | |
|---|---|---|---|
| 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. | |
| ForwardedFor Middleware | miniframe/core | Sometimes a webserver is behind a proxy. In those cases, some headers are not set correctly. | |
| 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. |