From 40a703afac2caad7236b3d1f7f3f161a549d2eab Mon Sep 17 00:00:00 2001 From: Stefan Siegl Date: Sat, 10 Oct 2015 17:47:22 +0200 Subject: [PATCH] Add PHP7 build badge --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index d49558c..b11cd3e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,10 @@ V8Js ==== +[![Build Status](https://jenkins.brokenpipe.de/job/docker-v8+php7+v8js/badge/icon)](https://jenkins.brokenpipe.de/job/docker-v8+php7+v8js) +[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/preillyme/v8js/master/LICENSE) +[![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.