Add a benchmark to see if the new api for Value is slower or faster than the old one
[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 *NB: the user manual has not been updated yet with all the changes made in version 4. Please consider it unreliable!*
18
19 Upgrading
20 ---------
21 If you are upgrading from version 3 or earlier, please read the docs in [doc/api_changes_v4.md](doc/api_changes_v4.md)
22
23 License
24 -------
25 Use of this software is subject to the terms in the [license.txt](license.txt) file
26
27 SSL-certificate
28 ---------------
29 The passphrase for the rsakey.pem certificate is 'test'.
30
31
32 [![License](https://poser.pugx.org/phpxmlrpc/phpxmlrpc/license)](https://packagist.org/packages/phpxmlrpc/phpxmlrpc)
33 [![Latest Stable Version](https://poser.pugx.org/phpxmlrpc/phpxmlrpc/v/stable)](https://packagist.org/packages/phpxmlrpc/phpxmlrpc)
34 [![Total Downloads](https://poser.pugx.org/phpxmlrpc/phpxmlrpc/downloads)](https://packagist.org/packages/phpxmlrpc/phpxmlrpc)
35
36 [![Build Status](https://travis-ci.org/gggeek/phpxmlrpc.svg?branch=php53)](https://travis-ci.org/gggeek/phpxmlrpc)
37 [![Test Coverage](https://codeclimate.com/github/gggeek/phpxmlrpc/badges/coverage.svg)](https://codeclimate.com/github/gggeek/phpxmlrpc)
38 [![Code Coverage](https://scrutinizer-ci.com/g/gggeek/phpxmlrpc/badges/coverage.png?b=php53)](https://scrutinizer-ci.com/g/gggeek/phpxmlrpc/?branch=php53)