1
0
mirror of https://github.com/deuill/go-php.git synced 2024-09-21 00:40:45 +00:00

Add docs and license badges for README

This commit is contained in:
Alex Palaistras 2015-10-17 19:53:26 +01:00
parent acc2b7a9bd
commit e0a9a57256

View File

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