opengento/module-application

This module allows the application to reuse the bootstrap and reset its state after the request.

Installs: 3

Dependents: 1

Suggesters: 0

Security: 0

Stars: 3

Watchers: 0

Forks: 0

Open Issues: 0

Type:magento2-module

pkg:composer/opengento/module-application

0.2.0 2025-10-10 09:35 UTC

This package is auto-updated.

Last update: 2025-10-12 15:33:49 UTC


README

Latest Stable Version License: MIT Packagist Packagist

This module allows the application to reuse the bootstrap and reset its state after the request.

Setup

Magento 2 Open Source or Commerce edition is required.

Composer installation

Run the following composer command:

composer require opengento/module-application

Setup the module

Run the following magento command:

bin/magento setup:upgrade

If you are in production mode, do not forget to recompile and redeploy the static resources.

Features

This module allows the application to reuse the bootstrap and reset its state after the request.

The Application Boostrap can be used to launch the application with different loop HTTP server like FrankenPHP, Swoole, ReactPHP or via Fiber.

Support

Raise a new request to the issue tracker.

Authors

  • Opengento Community - Lead - Twitter Follow
  • Thomas Klein - Maintainer - GitHub followers
  • Contributors - Contributor - GitHub contributors

License

This project is licensed under the MIT License - see the LICENSE details.

That's all folks!