From e0a9a57256cf5dc2f44d0e4ad4e30ef361a0b099 Mon Sep 17 00:00:00 2001 From: Alex Palaistras Date: Sat, 17 Oct 2015 19:53:26 +0100 Subject: [PATCH] Add docs and license badges for README --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e7e6a9e..941855d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# PHP bindings for Go +# PHP bindings for Go [![API Documentation][godoc-svg]][godoc-url] [![MIT License][license-svg]][license-url] This package implements bindings for calling PHP scripts and binding Go variables for use in PHP contexts. @@ -50,4 +50,10 @@ Unfortunately, most distributions do not ship ZTS-enabled versions of PHP by def ## License -All code in this repository is covered by the terms of the MIT License, the full text of which can be found in the LICENSE file. \ No newline at end of file +All code in this repository is covered by the terms of the MIT License, the full text of which can be found in the LICENSE file. + +[godoc-url]: https://godoc.org/github.com/deuill/go-php +[godoc-svg]: https://godoc.org/github.com/deuill/go-php?status.svg + +[license-url]: https://github.com/deuill/go-php/blob/master/LICENSE +[license-svg]: https://img.shields.io/badge/license-MIT-blue.svg \ No newline at end of file