Releases: plugowski/php_sandbox
Releases · plugowski/php_sandbox
Sandbox in Docker
Libraries / Packages
Added possibility to add packages via composer directly from sandbox interface. After that you can use external libraries in evaluated code.
Snippets & Multi PHP
In that release has been added:
- multi php option (just define list of php versions installed on your machine)
- option to save snippets for later use
Implemented Kint as replacement to var_dump() and print_r()
Since now you are able to use Kint::dump() on variables put into editor - all Kint functionality is available, read more here: http://raveren.github.io/kint/
PHP Sandbox with blocked functions list and simple benchmark.
1.0 Merge remote-tracking branch 'origin/master'