X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=INSTALL.md;h=6ab8515f75658305e26c3c14c9f41b1f174c2b34;hb=603c8e6d360f38410287a9ac09a6599369f3e5e8;hp=8d77e7c9fd81f1bd569316a14dba207f2537b380;hpb=7748cdfc118d7694cecefd17dc29f8f7b5593abc;p=plcapi.git diff --git a/INSTALL.md b/INSTALL.md index 8d77e7c..6ab8515 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -1,4 +1,5 @@ XMLRPC for PHP +============== Requirements ------------ @@ -7,11 +8,10 @@ The following requirements should be met prior to using 'XMLRPC for PHP': * PHP 5.3.0 or later -* the php "curl" extension is needed if you wish to use SSL or HTTP 1.1 to - communicate with remote servers +* the php "curl" extension is needed if you wish to use SSL or HTTP 1.1 to communicate with remote servers -The php "xmlrpc" native extension is not required, but if it is installed, -there will be no interference with the operation of this library. +The php "xmlrpc" native extension is not required, but if it is installed, there will be no interference with the +operation of this library. Installation instructions @@ -29,7 +29,7 @@ Installation of the library is quite easy: 3. Open a terminal and use Composer to grab the library. - $ composer require phpxmlrpc/phpxmlrpc:4.0 + $ composer require phpxmlrpc/phpxmlrpc:^4 4. Write your code. Once Composer has downloaded the component(s), all you need to do is include the vendor/autoload.php file that @@ -79,7 +79,9 @@ Installation of the library is quite easy: as leaving it open to access means that any visitor can trigger execution of php code such as the built-in debugger. +Tips +---- -Please note that usage of the 'make' command for installation of the library is -not recommended, as it will generally involve editing of the makefile for a -successful run. +Please note that usage of the 'pake' command is not required for installation of the library. +At this moment it is only useful to build the html and pdf versions of the documentation, and the tarballs +for distribution of the library.