Docker-sandbox: run untrusted code in isolated Docker containers
– github.com - submitted by Shehryar Amin
A simple, secure, and fluent PHP API for running untrusted code in isolated Docker containers, talking to the Docker Engine API directly over Guzzle. Sandboxes are locked down by default (no network, non-root, read-only rootfs, resource limits), with fluent managers for containers, images, networks, and volumes.
Read more [github.com]