From 7d82bb05e4d16115f22af771ac53faa2987d8449 Mon Sep 17 00:00:00 2001 From: The Gitter Badger Date: Tue, 1 Sep 2015 16:54:38 +0000 Subject: [PATCH] Added Gitter badge --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 02a9b12..828c019 100644 --- a/README.md +++ b/README.md @@ -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.