Skip to content

Commit 40a703a

Browse files
committed
Add PHP7 build badge
1 parent 2b2c476 commit 40a703a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
V8Js
22
====
33

4+
[![Build Status](https://jenkins.brokenpipe.de/job/docker-v8+php7+v8js/badge/icon)](https://jenkins.brokenpipe.de/job/docker-v8+php7+v8js)
5+
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/preillyme/v8js/master/LICENSE)
6+
[![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)
7+
48
V8Js is a PHP extension for Google's V8 Javascript engine.
59

610
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.

0 commit comments

Comments
 (0)