2017 © Pedro Peláez
 

library syncthing-php

Syncthing REST API calls implementation

image

terzinnorbert/syncthing-php

Syncthing REST API calls implementation

  • Wednesday, June 6, 2018
  • by terzin.norbert
  • Repository
  • 1 Watchers
  • 1 Stars
  • 10 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 7 Versions
  • 100 % Grown

The README.md

Syncthing REST Client

The Client implements the Syncthing provided REST API calls: https://docs.syncthing.net/dev/rest.html, (*1)

Install

composer require terzinnorbert/syncthing-php

Usage

<?php
require 'vendor/autoload.php';

use SyncthingRest\Client;

$client = Client('http://localhost:8384','abcdabcd');

var_dump($client->getSystemConfig());

Helpers

convertTime($time)

Converts the syncthing provided time to Carbon time, (*2)

Client::convertTime('2018-05-06T10:21:00.533401659Z');

The Versions

06/06 2018

dev-master

9999999-dev

Syncthing REST API calls implementation

  Sources   Download

MIT

The Requires

 

The Development Requires

by Terzin Norbert

06/06 2018

v0.2.3

0.2.3.0

Syncthing REST API calls implementation

  Sources   Download

MIT

The Requires

 

The Development Requires

by Terzin Norbert

25/05 2018

v0.2.2

0.2.2.0

Syncthing REST API calls implementation

  Sources   Download

MIT

The Requires

 

The Development Requires

by Terzin Norbert

06/05 2018

v0.2.1

0.2.1.0

Syncthing REST API calls implementation

  Sources   Download

MIT

The Requires

 

by Terzin Norbert

06/05 2018

v0.2.0

0.2.0.0

Syncthing REST API calls implementation

  Sources   Download

MIT

The Requires

 

by Terzin Norbert

05/05 2018

v0.1.1

0.1.1.0

Syncthing REST API calls implementation

  Sources   Download

MIT

The Requires

 

by Terzin Norbert

01/05 2018

v0.1.0

0.1.0.0

Syncthing REST API calls implementation

  Sources   Download

MIT

The Requires

 

by Terzin Norbert