Sandbox library
github.com/krzysztofzylka/Sandbox
pkg:composer/krzysztofzylka/sandbox
Installs: 3
Dependents: 0
Suggesters: 0
Stars: 0
Open Issues: 0
Advisories: 0
Aikido package health analysis
Requires
Requires (Dev)
None
Suggests
Provides
Conflicts
Replaces
MIT 1d97627d84a37707bae7c1f20dddcebd68ede5e3
This package is auto-updated.
Last update: 2026-03-07 01:51:54 UTC
composer require krzysztofzylka/sandbox
$sandbox = new \Krzysztofzylka\Sandbox\Sandbox(null, '<?php echo "a" ?>'); $sandbox->setTimeLimit(6); $sandbox->setMemoryLimit(64); echo $sandbox->run();