https://github.com/opengento/magento2-frankenphp-base
Magento 2 Base for FrankenPHP - Enables Magento 2 to run on Worker Mode with FrankenPHP
https://github.com/opengento/magento2-frankenphp-base
frankenphp magento magento-2 magento-extension magento-module magento2 magento2-extension magento2-extension-free magento2-module magento2-module-free worker worker-pool worker-threads
Last synced: 12 days ago
JSON representation
Magento 2 Base for FrankenPHP - Enables Magento 2 to run on Worker Mode with FrankenPHP
- Host: GitHub
- URL: https://github.com/opengento/magento2-frankenphp-base
- Owner: opengento
- License: mit
- Created: 2025-10-09T20:37:01.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2026-05-11T07:13:00.000Z (about 1 month ago)
- Last Synced: 2026-05-11T09:25:35.286Z (about 1 month ago)
- Topics: frankenphp, magento, magento-2, magento-extension, magento-module, magento2, magento2-extension, magento2-extension-free, magento2-module, magento2-module-free, worker, worker-pool, worker-threads
- Language: PHP
- Homepage:
- Size: 18.6 KB
- Stars: 9
- Watchers: 0
- Forks: 3
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FrankenPHP Base for Magento 2
[](https://packagist.org/packages/opengento/magento2-frankenphp-base)
[](./LICENSE)
[](https://packagist.org/packages/opengento/magento2-frankenphp-base/stats)
[](https://packagist.org/packages/opengento/magento2-frankenphp-base/stats)
Magento 2 Base for FrankenPHP
- [Setup](#setup)
- [Composer installation](#composer-installation)
- [Setup the base](#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/magento2-frankenphp-base
```
### 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 base allows to run Magento 2 with FrankenPHP worker mode.
## Support
Raise a new [request](https://github.com/opengento/magento2-frankenphp-base/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-frankenphp-base/graphs/contributors)
## License
This project is licensed under the MIT License - see the [LICENSE](./LICENSE) details.
***That's all folks!***