write chagelog of debugger in its interface
[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 The recommended way to install this library is using Composer.
8
9 Detailed installation instructions are in the [INSTALL.md](INSTALL.md) file, along with system requirements listing.
10
11 Documentation
12 -------------
13 The user manual can be found in the doc/manual directory, in Asciidoc format: [phpxmlrpc_manual.adoc](doc/manual/phpxmlrpc_manual.adoc)
14
15 Release tarballs also contain the HTML and PDF versions, as well as an automatically generated API documentation.
16
17 Upgrading
18 ---------
19 If you are upgrading from version 3 or earlier, please read the docs in [doc/api_changes_v4.md](doc/api_changes_v4.md)
20
21 License
22 -------
23 Use of this software is subject to the terms in the [license.txt](license.txt) file
24
25 SSL-certificate
26 ---------------
27 The passphrase for the rsakey.pem certificate is 'test'.
28
29
30 [![License](https://poser.pugx.org/phpxmlrpc/phpxmlrpc/license)](https://packagist.org/packages/phpxmlrpc/phpxmlrpc)
31 [![Latest Stable Version](https://poser.pugx.org/phpxmlrpc/phpxmlrpc/v/stable)](https://packagist.org/packages/phpxmlrpc/phpxmlrpc)
32 [![Total Downloads](https://poser.pugx.org/phpxmlrpc/phpxmlrpc/downloads)](https://packagist.org/packages/phpxmlrpc/phpxmlrpc)
33
34 [![Build Status](https://travis-ci.org/gggeek/phpxmlrpc.svg?branch=php53)](https://travis-ci.org/gggeek/phpxmlrpc)
35 [![Test Coverage](https://codeclimate.com/github/gggeek/phpxmlrpc/badges/coverage.svg)](https://codeclimate.com/github/gggeek/phpxmlrpc)
36 [![Code Coverage](https://scrutinizer-ci.com/g/gggeek/phpxmlrpc/badges/coverage.png?b=php53)](https://scrutinizer-ci.com/g/gggeek/phpxmlrpc/?branch=php53)