From 58e8a621213eaf7b8319a5d4ce708fe05a4f0350 Mon Sep 17 00:00:00 2001 From: Alex Palaistras Date: Thu, 22 Oct 2015 16:32:21 +0100 Subject: [PATCH] Add link for `go-php` in `Embeddable Scripting Languages` section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5191e22f..09e176d1 100644 --- a/README.md +++ b/README.md @@ -313,6 +313,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [gisp](https://github.com/jcla1/gisp) - Simple LISP in Go * [go-duktape](https://github.com/olebedev/go-duktape) - Duktape JavaScript engine bindings for Go * [go-lua](https://github.com/Shopify/go-lua) - A port of the Lua 5.2 VM to pure Go +* [go-php](https://github.com/deuill/go-php) - PHP bindings for Go * [go-python](https://github.com/sbinet/go-python) - naive go bindings to the CPython C-API * [golua](https://github.com/aarzilli/golua) - Go bindings for Lua C API * [gopher-lua](https://github.com/yuin/gopher-lua) - a Lua 5.1 VM and compiler written in Go