2017 © Pedro Peláez
 

library idrive

Client for iDrive API

image

stephanecoinon/idrive

Client for iDrive API

  • Tuesday, August 15, 2017
  • by stephanecoinon
  • Repository
  • 1 Watchers
  • 0 Stars
  • 1 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Client for iDrive API

Codeship Status for stephanecoinon/idrive, (*1)

This PHP package is a client for iDrive (cloud backup) API., (*2)

Requirements

  • PHP 7
  • SimpleXML (ext-simplexml should be installed by default)

Installation

composer require stephanecoinon/idrive:dev-master@dev

Usage

<?php

use StephaneCoinon\IDrive\IDrive;

require 'vendor/autoload.php';

$iDrive = IDrive::connect('uid', 'password');

// Get an array of devices backed up by iDrive
$devices = $iDrive->getDevices();

// Get an array of events in a given month
$events = $iDrive->getEvents($year = 2017, $month = 8);

License

This package is open-sourced software licensed under the MIT license., (*3)

The Versions

15/08 2017

dev-master

9999999-dev

Client for iDrive API

  Sources   Download

MIT

The Requires

 

The Development Requires

idrive