Download the PHP package fpoirotte/xrl without Composer

On this page you can find all versions of the php package fpoirotte/xrl. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package xrl

A simple XML-RPC client and server written in PHP

Features

XRL provides the following features:

Installation

Several types of installations are possible:

Usage

Client: look at the code in client.php.

Server: look at the code in server.php.

Contributions

If you want to contribute to this project:

Please read the section on copyright attribution and licensing below carefully before sending your pull request.

Copyright and license

XRL is released under the 3-clause BSD License. An online copy of the license is available at https://raw.github.com/fpoirotte/XRL/develop/LICENSE.

We ask contributors to assign the copyright in their contributions to the collective name "XRL Team".

To make things easier, we also ask that you keep the same license in your contributions as the global one if possible (3-clause BSD License).

The copyright and licensing information should be reproduced at the top of every file. A template is given below for PHP files. For other types of files (RelaxNG schemae, reStructuredText pages, etc.), adapt the template to fit that file's particular syntax requirements.

Since we want to retain credit for contributors where it's due, feel free to add a Doxygen \authors command with your name and email in every class where you made significant changes.

Example template (taken from XRL's autoloader) for PHP files containing both copyright information, licensing information and contributor credits:

<?php / This file is part of XRL, a simple XML-RPC Library for PHP. Copyright (c) 2012, XRL Team. All rights reserved. XRL is licensed under the 3-clause BSD License. For the full copyright and license information, please view the LICENSE file that was distributed with this source code. */

namespace fpoirotte\XRL;

/* \brief An helper class that wraps XRL's autoloader. \authors John Doe <[email protected]> \authors Jane Doe <[email protected]> */ class Autoload { // Some code here... }


All versions of xrl with dependencies

PHP Build Version
Package Version
Requires php Version >=5.6
ext-xmlreader Version *
ext-xmlwriter Version *
ext-libxml Version *
ext-simplexml Version *
ext-spl Version *
ext-reflection Version *
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package fpoirotte/xrl contains the following files

Loading the files please wait ....