lubos/digital-ocean

CakePHP DigitalOcean plugin which helps you interact with their api service

1.0.2 2016-08-05 14:01 UTC

This package is auto-updated.

Last update: 2024-03-04 18:02:13 UTC


README

Build Status Latest Stable Version Total Downloads Latest Unstable Version License

CakePHP 3.x plugin for creating interacting with DigitalOcean api v2

Installation & Configuration

composer require lubos/digital-ocean

Load plugin in bootstrap.php file

Plugin::load('Lubos/DigitalOcean');

Get Access Token and put them into config

'DigitalOcean' => [
    'token' => 'your-access-token',
]

Usage

run bin/cake to see shells and its options

Example:
bin/cake Lubos/DigitalOcean.droplets all

Bugs & Features

For bugs and feature requests, please use the issues section of this repository.

If you want to help, pull requests are welcome.
Please follow few rules: