From dcd654719616cd60bde054f91f1ff1b2b56dc691 Mon Sep 17 00:00:00 2001 From: Symisc Systems Date: Mon, 19 Feb 2018 02:47:40 +0100 Subject: [PATCH] Travis build badge --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4902a81..9b07ec3 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,8 @@ PH7 === +[![Build Status](https://travis-ci.org/symisc/PH7.svg?branch=master)](https://travis-ci.org/symisc/PH7) -An Embedded Implementation of PHP (C Library). +# An Embedded Implementation of PHP (C Library). PH7 is a in-process software C library which implements a highly-efficient embeddable bytecode compiler and a virtual machine for the PHP programming language. In other words, PH7 is a PHP engine which allow the host application to compile and execute PHP scripts in-process. PH7 is to PHP what SQLite is to SQL.