wundii/jupyter-php-kernel
Composer 安装命令:
composer require wundii/jupyter-php-kernel
包简介
PHP Kernel for Jupyter Notebooks
README 文档
README
This repo is a derivative of jupyter-php-kernel.
Runtime architecture (PHP 8.5 compatible)
php-zmq/react/zmq are not used in PHP.
- The PHP kernel runs as a worker process over
STDIN/STDOUT. - A small Python bridge (
bridge/jupyter_php_zmq_bridge.py) owns the Jupyter ZMQ sockets. - Messages are forwarded between bridge and PHP worker as JSON lines with base64-encoded frames.
Requirements
- PHP >= 8.1
- Python 3
pyzmq(pip install pyzmq)
Start Python ZMQ
python3 -m py_compile ./bridge/jupyter_php_zmq_bridge.py
统计信息
- 总下载量: 157
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-08-15