client create

This commit is contained in:
2025-11-04 17:23:05 +08:00
parent bafb51b9ce
commit e59a4ce3e2
4 changed files with 1703 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
{
"name" : "workerman/gatewayclient",
"type" : "library",
"homepage": "http://www.workerman.net",
"license" : "MIT",
"autoload": {
"psr-4": {"GatewayClient\\": "./"}
}
}