2017 © Pedro Peláez
 

cakephp-plugin digital-ocean

CakePHP DigitalOcean plugin which helps you interact with their api service

image

lubos/digital-ocean

CakePHP DigitalOcean plugin which helps you interact with their api service

  • Friday, August 5, 2016
  • by LubosRemplik
  • Repository
  • 1 Watchers
  • 0 Stars
  • 37 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 3 % Grown

The README.md

CakePHP DigitalOcean

Build Status Latest Stable Version Total Downloads Latest Unstable Version License, (*1)

CakePHP 3.x plugin for creating interacting with DigitalOcean api v2, (*2)

Installation & Configuration

composer require lubos/digital-ocean

Load plugin in bootstrap.php file, (*3)

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

Get Access Token and put them into config, (*4)

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

Usage

run bin/cake to see shells and its options, (*5)

Example:
bin/cake Lubos/DigitalOcean.droplets all, (*6)

Bugs & Features

For bugs and feature requests, please use the issues section of this repository., (*7)

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

The Versions

05/08 2016

dev-master

9999999-dev https://github.com/LubosRemplik/CakePHP-DigitalOcean

CakePHP DigitalOcean plugin which helps you interact with their api service

  Sources   Download

MIT

The Requires

 

plugin cakephp digital ocean

05/08 2016

1.0.2

1.0.2.0 https://github.com/LubosRemplik/CakePHP-DigitalOcean

CakePHP DigitalOcean plugin which helps you interact with their api service

  Sources   Download

MIT

The Requires

 

plugin cakephp digital ocean

04/08 2016

1.0.1

1.0.1.0 https://github.com/LubosRemplik/CakePHP-DigitalOcean

CakePHP DigitalOcean plugin which helps you interact with their api service

  Sources   Download

MIT

The Requires

 

plugin cakephp digital ocean

04/08 2016

1.0.0

1.0.0.0 https://github.com/LubosRemplik/CakePHP-DigitalOcean

CakePHP DigitalOcean plugin which helps you interact with their api service

  Sources   Download

MIT

The Requires

 

plugin cakephp digital ocean

28/03 2015

0.1.0

0.1.0.0 https://github.com/LubosRemplik/CakePHP-DigitalOcean

CakePHP DigitalOcean plugin which helps you interact with their api service

  Sources   Download

MIT

The Requires

 

The Development Requires

plugin cakephp digital ocean