This is a PHP kernel for Jupyter (https://jupyter.org/).
- PHP 7.4+
- jupyter
- php-zmq extension
Ensure you have composer installed with the bin folder in your PATH
composer global require rabrennie/jupyter-php-kernel
once that has installed run the following command
jupyter-php-kernel --install
Run jupyter notebook and create a new notebook with kernel type PHP.
Check out the Dockerfile