Registry / networking / workerman-globaldata

workerman-globaldata

JSON →
library1.0.6phppackagistunverified

Global data sharing for Workerman applications.

composer require workerman/globaldata
INSTALL
IMPORT
SIG · WORKERMAN-GLOBALDA
W
workerman-globaldata
networkingphpv1.0.6
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.

Client
✓ use GlobalData\Client;

Connect to a GlobalData server and store/retrieve data.

use GlobalData\Client; $client = new Client('127.0.0.1:2207'); $client->add('key', 'value'); $value = $client->get('key');
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.6latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
23 hits · last 30 days
node
20
OpenAI (training)
1
Resources
workerman-globaldata — pip install workerman-globaldata · libregistry