PHPackages                             toin0u/digitalocean - 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. toin0u/digitalocean

ActiveLibrary[API Development](/categories/api)

toin0u/digitalocean
===================

DigitalOcean API PHP 5.3+ library

1.4.2(12y ago)15562.9k↓100%15[1 issues](https://github.com/toin0u/DigitalOcean/issues)MITPHPPHP &gt;=5.3.0

Since Mar 15Pushed 8y ago12 watchersCompare

[ Source](https://github.com/toin0u/DigitalOcean)[ Packagist](https://packagist.org/packages/toin0u/digitalocean)[ Docs](https://github.com/toin0u/DigitalOcean)[ RSS](/packages/toin0u-digitalocean/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (6)Dependencies (4)Versions (16)Used By (0)

DigitalOcean
============

[](#digitalocean)

The *version 2* of the API will be available soon ! Please visit [DigitalOceanV2](https://github.com/toin0u/DigitalOceanV2) and contribute :)

This PHP 5.3+ library helps you to interact with the [DigitalOcean](https://www.digitalocean.com/)[API](https://api.digitalocean.com/) via PHP or [CLI](#cli).

[![Build Status](https://camo.githubusercontent.com/1b0ea492008cf7c1fd99e5209c8607f09954c42b446e45ba19df3d9cd10de25b/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f746f696e30752f4469676974616c4f6365616e2e706e67)](http://travis-ci.org/toin0u/DigitalOcean)[![Coverage Status](https://camo.githubusercontent.com/3300958fd09a44759be8050987037e9905eb4d9c17e0a22c6bfeeb5f8bcd1feb/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f746f696e30752f4469676974616c4f6365616e2f62616467652e706e673f6272616e63683d6d6173746572)](https://coveralls.io/r/toin0u/DigitalOcean)[![Latest Stable Version](https://camo.githubusercontent.com/252c5c0f41db7aaf49af0d185523cc0e19b7560d9810c71e4bddae7682f01067/68747470733a2f2f706f7365722e707567782e6f72672f746f696e30752f4469676974616c4f6365616e2f762f737461626c652e706e67)](https://packagist.org/packages/toin0u/DigitalOcean)[![Total Downloads](https://camo.githubusercontent.com/1f013981c25abebe96ec54648e72cc2e8321f3ebb94ff28101c2bb5f90e3d852/68747470733a2f2f706f7365722e707567782e6f72672f746f696e30752f4469676974616c4f6365616e2f646f776e6c6f6164732e706e67)](https://packagist.org/packages/toin0u/DigitalOcean)[![SensioLabsInsight](https://camo.githubusercontent.com/762360f18b99bacadbc5f19e49ea12ef0828e0c977869446a5c9a0baa201b3f1/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f31633338636532322d393433302d346234372d396263342d3834313232366432313439662f6d696e692e706e67)](https://insight.sensiolabs.com/projects/1c38ce22-9430-4b47-9bc4-841226d2149f)[![Scrutinizer Quality Score](https://camo.githubusercontent.com/1b74cea2e735224905ea462b43ee3deb1eea5cb99a2cca3ad43a8114a3089ae8/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f746f696e30752f4469676974616c4f6365616e2f6261646765732f7175616c6974792d73636f72652e706e673f733d35613038383230623331366333383435343363353333353738393962386131386536363235623861)](https://scrutinizer-ci.com/g/toin0u/DigitalOcean/)

> DigitalOcean is **built for Developers**, helps to **get things done faster** and to **deploy an SSD cloud server** in less than 55 seconds with a **dedicated IP** and **root access**. [Read more](https://www.digitalocean.com/features).

Installation
------------

[](#installation)

This library can be found on [Packagist](https://packagist.org/packages/toin0u/digitalocean). The recommended way to install this is through [composer](http://getcomposer.org).

Run these commands to install composer, the library and its dependencies:

```
$ curl -sS https://getcomposer.org/installer | php
$ php composer.phar require toin0u/digitalocean:@stable
```

Or edit `composer.json` and add:

```
{
    "require": {
        "toin0u/digitalocean": "~1.0"
    }
}
```

And install dependencies:

```
$ curl -sS https://getcomposer.org/installer | php
$ php composer.phar install
```

Now you can add the autoloader, and you will have access to the library:

```
