Search by

yireo / magento2-swoole-api

N/A

Maintainers

Package info

github.com/yireo/Yireo_SwooleApi

Type:magento2-module

pkg:composer/yireo/magento2-swoole-api

Transparency log

Fund package maintenance!

yireo

www.paypal.me/yireo

Statistics

Installs: 99

Dependents: 0

Suggesters: 0

Stars: 2

dev-master 2026-09-03 08:44 UTC

This package is auto-updated.

Last update: 2026-09-03 08:44:31 UTC


README

Magento version PHP version License Latest Version

Current status: Experimental. If you are not contributing, support requests are not appreciated.

Forked from Swoolegento_Cli

This was forked from Swoolegento_Cli. PHP 8.3 has been added. Blackfire probing in the code has been removed. Upgrade commands to Symfony 6. Refactor main CLI command. Remove everything but support for GraphQL.

Installation

Make sure you have Swoole installed into PHP.

composer require yireo/magento2-swoole-api:@dev
bin/magento module:enable Yireo_SwooleApi
cp vendor/yireo/magento2-swoole-api/appserver.php .
php ./appserver.php

Benchmarks

Original Magento GraphQL request (150ms-500ms):

time curl -S http://magento/graphql -H 'Content-Type: application/json' -d '{"query": "query {products {id}}"}'

Swoole GraphQL request with Swoole running on port 4000 (100ms-350ms):

time curl -S http://magento:4000/graphql -H 'Content-Type: application/json' -d '{"query": "query {products {id}}"}'

Current status

Static Tests Unit Tests Integration Tests Playwright DI Compilation