Restructure the documentation folder; add more options to makefile
[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 can be found in the doc/manual directory, in HTML and PDF versions for release tarballs and Docbook always.
12
13 Use of this software is subject to the terms in the [license.txt](license.txt) file
14
15 SSL-certificate
16 ---------------
17 The passphrase for the rsakey.pem certificate is 'test'.
18
19
20 [![Latest Stable Version](https://poser.pugx.org/phpxmlrpc/phpxmlrpc/v/stable)](https://packagist.org/packages/phpxmlrpc/phpxmlrpc)
21 [![Total Downloads](https://poser.pugx.org/phpxmlrpc/phpxmlrpc/downloads)](https://packagist.org/packages/phpxmlrpc/phpxmlrpc)
22 [![License](https://poser.pugx.org/phpxmlrpc/phpxmlrpc/license)](https://packagist.org/packages/phpxmlrpc/phpxmlrpc)
23
24 [![Build Status](https://travis-ci.org/gggeek/phpxmlrpc.svg?branch=php53)](https://travis-ci.org/gggeek/phpxmlrpc)
25 [![Test Coverage](https://codeclimate.com/github/gggeek/phpxmlrpc/badges/coverage.svg)](https://codeclimate.com/github/gggeek/phpxmlrpc)
26 [![Code Coverage](https://scrutinizer-ci.com/g/gggeek/phpxmlrpc/badges/coverage.png?b=php53)](https://scrutinizer-ci.com/g/gggeek/phpxmlrpc/?branch=php53)