2017 © Pedro Peláez
 

library rpc

Eventum RPC Client Library

image

eventum/rpc

Eventum RPC Client Library

  • Wednesday, May 2, 2018
  • by glen
  • Repository
  • 1 Watchers
  • 1 Stars
  • 10,546 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 1 Forks
  • 1 Open issues
  • 14 Versions
  • 1 % Grown

The README.md

Eventum RPC

Eventum RPC Client Library., (*1)

Install via Composer

We recommend installing this package with Composer., (*2)

Download Composer

To download Composer, run in the root directory of your project:, (*3)

curl -sS https://getcomposer.org/installer | php

You should now have the file composer.phar in your project directory., (*4)

Install Dependencies

Run in your project root:, (*5)

php composer.phar require eventum/rpc

You should now have the files composer.json and composer.lock as well as the directory vendor in your project directory. If you use a version control system, composer.json should be added to it., (*6)

Require Autoloader

After installing the dependencies, you need to require the Composer autoloader from your code:, (*7)

require __DIR__ . '/vendor/autoload.php';

Usage

<?php

require __DIR__ . '/vendor/autoload.php';

$rpc_url = "http://example.org/rpc/xmlrpc.php";
$client = new \Eventum\RPC\EventumXmlRpcClient($rpc_url);
$client->setCredentials("user@example.org", "password");

// add user@example.org as authorized replier in issue $issue_id belonging to project $project_id
$client->addAuthorizedReplier($issue_id, $project_id, "user@example.org");

The available XMLRPC Methods can also be seen from XMLRPC.md., (*8)

This software is Copyright (c) 2008 - 2020 Eventum Team., (*9)

This is free software, licensed under the GNU General Public License version 2., (*10)

The Versions

02/05 2018

dev-master

9999999-dev

Eventum RPC Client Library

  Sources   Download

GPL-2.0

The Requires

 

02/05 2018

v4.3.0

4.3.0.0

Eventum RPC Client Library

  Sources   Download

GPL-2.0

The Requires

 

02/05 2018

dev-fluent-interface

dev-fluent-interface

Eventum RPC Client Library

  Sources   Download

GPL-2.0

The Requires

 

02/05 2018

dev-cloneable

dev-cloneable

Eventum RPC Client Library

  Sources   Download

GPL-2.0

The Requires

 

01/05 2018

v4.2.0

4.2.0.0

Eventum RPC Client Library

  Sources   Download

GPL-2.0

The Requires

 

15/10 2017

v4.1.1

4.1.1.0

Eventum RPC Client Library

  Sources   Download

GPL-2.0

The Requires

 

15/10 2017

v4.1.0

4.1.0.0

Eventum RPC Client Library

  Sources   Download

GPL-2.0

The Requires

 

22/11 2016

v4.0.0

4.0.0.0

Eventum RPC Client Library

  Sources   Download

GPL-2.0

The Requires

 

22/11 2016

dev-namespace

dev-namespace

Eventum RPC Client Library

  Sources   Download

GPL-2.0

The Requires

 

21/11 2016

dev-phpxmlrpc

dev-phpxmlrpc

Eventum RPC Client Library

  Sources   Download

GPL-2.0

The Requires

 

27/07 2015

v3.0.3

3.0.3.0

Eventum RPC Client Library

  Sources   Download

GPL-2.0

The Requires

  • pear-pear.php.net/xml_rpc ~1.5.5
  • php >=5.1.2

 

01/05 2015

v3.0.2

3.0.2.0

Eventum RPC Client Library

  Sources   Download

GPL-2.0

The Requires

  • pear-pear.php.net/xml_rpc ~1.5.5
  • php >=5.1.2

 

30/04 2015

v3.0.1

3.0.1.0

Eventum RPC Client Library

  Sources   Download

GPL-2.0

The Requires

  • pear-pear.php.net/xml_rpc ~1.5.5
  • php >=5.1.2

 

27/11 2014

v3.0.0

3.0.0.0

Eventum RPC Client Library

  Sources   Download

GPL-2.0

The Requires

  • pear-pear.php.net/xml_rpc ~1.5.5
  • php >=5.1.2