Registry / web-framework / workerman-webman-framework

workerman-webman-framework

JSON →
library2.2.1phppackagistunverified

High performance HTTP Service Framework.

composer require workerman/webman-framework
INSTALL
IMPORT
SIG · WORKERMAN-WEBMAN-F
W
workerman-webman-framework
web-frameworkphpv2.2.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

App
use Webman\App;

Create a basic Webman application.

use Webman\App; $app = new App(); $app->get('/', function ($request) { return 'Hello World'; }); $app->run();
Debug
Known issues
breakingRequires PHP 8.0 or higher.
fix
Upgrade PHP to 8.0+.
affects: >=2.0.0
Upgrade
Version history
2.2.1latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
13 hits · last 30 days
node
12
OpenAI (training)
1
Resources
workerman-webman-framework — pip install workerman-webman-framework · libregistry