hushulin/maple

A trigger for maple system (php)

Maintainers

Package info

github.com/hushulin/maple

pkg:composer/hushulin/maple

Statistics

Installs: 13

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

dev-master 2017-01-11 06:29 UTC

This package is auto-updated.

Last update: 2026-03-01 00:22:55 UTC


README

这是maple框架的触发器,目前只实现了write_to_worker,具体参看maple

安装

git clone git@github.com:hushulin/maple.git

快速开始

$client = new Phptrigger('127.0.0.1' , 28000);

if ($client->connect()) {

$client->write_to_worker(['uid' => 123 , 'ax' => 456] , 2);

$client->close();

}