You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](https://gitter.im/preillyme/v8js?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[](https://gitter.im/phpv8/v8js?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
8
8
9
9
V8Js is a PHP extension for Google's V8 Javascript engine.
10
10
11
11
The extension allows you to execute Javascript code in a secure sandbox from PHP. The executed code can be restricted using a time limit and/or memory limit. This provides the possibility to execute untrusted code with confidence.
12
12
13
13
**This is the PHP 7 branch of V8Js**, it requires PHP 7 and does *not* compile against PHP 5.x versions.
14
-
If you're running PHP 5.x, see the [master branch](https://github.com/preillyme/v8js/tree/master)
14
+
If you're running PHP 5.x, see the [master branch](https://github.com/phpv8/v8js/tree/master)
0 commit comments