davidcole1340/reactsh
最新稳定版本:v0.0.3
Composer 安装命令:
composer require davidcole1340/reactsh
包简介
ReactPHP REPL
README 文档
README
ReactPHP event loop REPL. Inspired by PsySH but doesn't block any event loop.
Usage
$shell = new Shell(); $shell->run(get_defined_vars());
or
$loop = ...; $yourOtherProcess = new OtherProcess($loop); $shell = new Shell($loop); $yourOtherProcess->on('ready', function () use ($shell) { $shell->setContext(get_defined_vars()); }); $loop->run();
License
MIT License. See LICENSE.
Credits
统计信息
- 总下载量: 1.66k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 3
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-11-20