phpv8 / php-v8

PHP extension for V8 JavaScript engine
https://php-v8.readthedocs.io
MIT License
217 stars 14 forks source link

Create and publish docker image for php-v8 #91

Closed pinepain closed 6 years ago

pinepain commented 6 years ago

This should be a basic image with PHP 7.2 and libv8 (without debug, probably,) and php-v8 compiled. The purpose of this image to be able to evaluate php-v8 and what it could be good for and to demonstrate how to compile it and use in custom docker images.

pinepain commented 6 years ago

It probably has to have php-ref too to let https://github.com/pinepain/js-sandbox work out of the box

pinepain commented 6 years ago

Docker image with php, composer, php-ref and php-v8 is available under pinepain/php-v8 name - https://hub.docker.com/r/pinepain/php-v8/tags/