https://github.com/opengento/magento2-application
This module allows the application to reuse the bootstrap and reset its state after the request.
https://github.com/opengento/magento2-application
fiber frankenphp http http-server magento magento-2 magento-extension magento-module magento2 magento2-extension magento2-extension-free magento2-module magento2-module-free reactphp server stateless-components swoole
Last synced: 2 days ago
JSON representation
This module allows the application to reuse the bootstrap and reset its state after the request.
- Host: GitHub
- URL: https://github.com/opengento/magento2-application
- Owner: opengento
- License: mit
- Created: 2025-10-09T20:38:06.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2026-05-27T15:34:51.000Z (6 days ago)
- Last Synced: 2026-05-27T16:26:15.667Z (6 days ago)
- Topics: fiber, frankenphp, http, http-server, magento, magento-2, magento-extension, magento-module, magento2, magento2-extension, magento2-extension-free, magento2-module, magento2-module-free, reactphp, server, stateless-components, swoole
- Language: PHP
- Homepage:
- Size: 41 KB
- Stars: 4
- Watchers: 0
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Application Module for Magento 2
[](https://packagist.org/packages/opengento/module-application)
[](./LICENSE)
[](https://packagist.org/packages/opengento/module-application/stats)
[](https://packagist.org/packages/opengento/module-application/stats)
This module allows the application to reuse the bootstrap and reset its state after the request.
- [Setup](#setup)
- [Composer installation](#composer-installation)
- [Setup the module](#setup-the-module)
- [Features](#features)
- [Support](#support)
- [Authors](#authors)
- [License](#license)
## 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](https://github.com/opengento/magento2-application/issues) to the issue tracker.
## Authors
- **Opengento Community** - *Lead* - [](https://twitter.com/opengento)
- **Thomas Klein** - *Maintainer* - [](https://github.com/thomas-kl1)
- **Contributors** - *Contributor* - [](https://github.com/opengento/magento2-application/graphs/contributors)
## License
This project is licensed under the MIT License - see the [LICENSE](./LICENSE) details.
***That's all folks!***