Skip to content

stephanecoinon/idrive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Client for iDrive API

Codeship Status for stephanecoinon/idrive

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

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.

About

PHP Client for iDrive API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages