More readme tags to display on github
[plcapi.git] / README.md
1 XMLRPC for PHP
2 ==============
3 A php library for building xml-rpc clients and servers.
4
5 Installation
6 ------------
7 Installation instructions are in the [INSTALL.md](INSTALL.md) file.
8
9 Docs
10 ----
11 The manual, in HTML and pdf versions, can be found in the doc/ directory.
12 Use of this software is subject to the terms in doc/index.html
13
14 SSL-certificate
15 ---------------
16 The passphrase for the rsakey.pem certificate is 'test'.
17
18
19 [![Latest Stable Version](https://poser.pugx.org/phpxmlrpc/phpxmlrpc/v/stable)](https://packagist.org/packages/phpxmlrpc/phpxmlrpc)
20 [![Total Downloads](https://poser.pugx.org/phpxmlrpc/phpxmlrpc/downloads)](https://packagist.org/packages/phpxmlrpc/phpxmlrpc)
21 [![License](https://poser.pugx.org/phpxmlrpc/phpxmlrpc/license)](https://packagist.org/packages/phpxmlrpc/phpxmlrpc)
22
23 [![Build Status](https://travis-ci.org/gggeek/phpxmlrpc.svg?branch=php53)](https://travis-ci.org/gggeek/phpxmlrpc)
24 [![Test Coverage](https://codeclimate.com/github/gggeek/phpxmlrpc/badges/coverage.svg)](https://codeclimate.com/github/gggeek/phpxmlrpc)
25 [![Code Coverage](https://scrutinizer-ci.com/g/gggeek/phpxmlrpc/badges/coverage.png?b=php53)](https://scrutinizer-ci.com/g/gggeek/phpxmlrpc/?branch=php53)