Shmop
[DEPRECATED] This is end of life and not maintained. Migrate to https://github.com/gpslab/shmop
Install / Use
/learn @anime-db/ShmopREADME
Shmop
Shmop is a simple and small abstraction layer for shared memory manipulation using PHP
Installation
Pretty simple with Composer, run:
composer require anime-db/shmop
Usage
Creating new block
use AnimeDb\Shmop\FixedBlock;
$sh = new FixedBlock(0xFF /* id for memory block */, 3 /* memory block size */);
$sh->write('foo');
echo $sh->read(); // print 'foo'
$sh->delete();
Reading an existing block
use AnimeDb\Shmop\FixedBlock;
$sh = new FixedBlock(0xFF, 3);
// print contents of memory block. if block is not exists prints a blank line
echo $sh->read();
License
This bundle is under the MIT license. See the complete license in the file: LICENSE
Related Skills
node-connect
347.9kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
108.7kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
347.9kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
347.9kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。






