PHPackages                             silinternational/crashplan-php-client - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. silinternational/crashplan-php-client

AbandonedArchivedLibrary[API Development](/categories/api)

silinternational/crashplan-php-client
=====================================

PHP client library for interacting with CrashPlan API

0.2.2(6y ago)39763MITPHPPHP &gt;=7.2.0

Since Jan 6Pushed 6y ago7 watchersCompare

[ Source](https://github.com/sil-org/crashplan-php-client)[ Packagist](https://packagist.org/packages/silinternational/crashplan-php-client)[ RSS](/packages/silinternational-crashplan-php-client/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)Dependencies (3)Versions (7)Used By (0)

crashplan-php-client
====================

[](#crashplan-php-client)

PHP client to interact with the Crashplan API.

We're slowly building out this client as we need the functionality. Initially we only need it for managing user accounts.

This client is built on top of [Guzzle](http://docs.guzzlephp.org/en/latest/index.html), the PHP HTTP Client. Guzzle has a simple way to create API clients by describing the API in a Swagger-like format without the need to implement every method yourself. So adding support for more Crashplan APIs is relatively simple. If you want to submit a pull request to add another feature, please do. If you don't know how to do that, ask us and we might be able to add it in for you.

Crashplan API Authentication
============================

[](#crashplan-api-authentication)

Crashplan uses Basic Auth to authenticate API calls. You must provide the username and password for your API user via parameters `apiuser` and `apipass`.

Install
=======

[](#install)

Installation is simple with [Composer](https://getcomposer.org/). Add `"silinternational/crashplan-php-client": "dev-master"` to your `composer.json` file and update.

Usage
=====

[](#usage)

Example:

```
