Skip to content

Releases: plugowski/php_sandbox

Sandbox in Docker

07 Jun 17:21

Choose a tag to compare

Added docker with couple php versions. Now you are able to evaluate code safetly inside the containers.

Libraries / Packages

22 Nov 22:19

Choose a tag to compare

Added possibility to add packages via composer directly from sandbox interface. After that you can use external libraries in evaluated code.

Snippets & Multi PHP

22 Feb 20:57

Choose a tag to compare

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()

14 Feb 18:45

Choose a tag to compare

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.

14 Feb 16:58

Choose a tag to compare

1.0

Merge remote-tracking branch 'origin/master'