You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
1.0 KiB
34 lines
1.0 KiB
{
|
|
"name" : "workerman/workerman",
|
|
"type" : "project",
|
|
"keywords": ["event-loop", "asynchronous"],
|
|
"homepage": "http://www.workerman.net",
|
|
"license" : "MIT",
|
|
"description": "An asynchronous event driven PHP framework for easily building fast, scalable network applications.",
|
|
"authors" : [
|
|
{
|
|
"name" : "walkor",
|
|
"email" : "walkor@workerman.net",
|
|
"homepage" : "http://www.workerman.net",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"support" : {
|
|
"email" : "walkor@workerman.net",
|
|
"issues": "https://github.com/walkor/workerman/issues",
|
|
"forum" : "http://wenda.workerman.net/",
|
|
"wiki" : "http://doc3.workerman.net/index.html",
|
|
"source": "https://github.com/walkor/workerman"
|
|
},
|
|
"require": {
|
|
"php": ">=5.3",
|
|
"ext-sockets": "*"
|
|
},
|
|
"suggest": {
|
|
"ext-libevent": "For better performance."
|
|
},
|
|
"autoload": {
|
|
"psr-4": {"Workerman\\": "./"}
|
|
},
|
|
"minimum-stability":"dev"
|
|
}
|
|
|