0
0
mirror of https://github.com/phpv8/v8js.git synced 2024-11-10 02:38:42 +00:00

Merge pull request #164 from gitter-badger/gitter-badge

Add a Gitter chat badge to README.md
This commit is contained in:
Stefan Siegl 2015-09-01 19:05:31 +02:00
commit 9b36db78e8

View File

@ -1,6 +1,8 @@
V8Js
====
[![Join the chat at https://gitter.im/preillyme/v8js](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/preillyme/v8js?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
V8Js is a PHP extension for Google's V8 Javascript engine.
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.