{"id":87405,"library":"workerman-workerman","title":"Workerman","description":"An asynchronous event driven PHP framework for easily building fast, scalable network applications.","status":"active","version":"5.2.2","language":"php","source_language":null,"source_url":"https://github.com/walkor/workerman","tags":["async","event-driven","network","server","workerman"],"install":[{"cmd":"composer require workerman/workerman","lang":"bash","label":"composer require"}],"dependencies":[],"imports":[{"symbol":"Worker","correct":"use Workerman\\Worker;"}],"quickstart":{"code":"use Workerman\\Worker;\n\n$worker = new Worker('http://0.0.0.0:8080');\n$worker->onMessage = function ($connection, $data) {\n    $connection->send('Hello, world!');\n};\nWorker::runAll();","lang":"php","description":"Create a simple HTTP server."},"warnings":[{"fix":"Run the script from the command line using `php your_script.php`.","message":"Workerman requires PHP CLI and cannot run under a web server like Apache or Nginx.","severity":"gotcha","affected_versions":"*"}],"env_vars":null,"search_vec":"'applic':14 'async':15 'asynchron':3 'build':10 'driven':5,18 'easili':9 'event':4,17 'event-driven':16 'fast':11 'framework':7 'network':13,19 'php':6 'scalabl':12 'server':20 'workerman':1,21","created_at":"2026-06-19T08:17:44.350420+00:00","updated_at":"2026-06-19T08:17:44.350420+00:00","problems":[],"ecosystem":"packagist","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://www.workerman.net","github":"https://github.com/walkor/workerman","docs":null,"changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["networking"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-19","next_check":"2026-12-16","install_tag":null}}