Download the PHP package grayfolk/digitalocean-api-shell without Composer
On this page you can find all versions of the php package grayfolk/digitalocean-api-shell. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package digitalocean-api-shell
Digitalocean API shell
Console utility for working with DigitalOcean API
Requirements
Installation
- Run
composer create-project grayfolk/digitalocean-api-shell
. - Go to
digitalocean-api-shell
folder and editaccounts.json
. This is a simple JSON file with"username" : "API Key"
pairs. You can use whatever username is convenient for you - it's not related to DigitalOcean and used as alias only (but it shoud be unique) and real DigitalOcean API key. You can obtain API key in your DigitalOcean Account - API - Personal access tokens - Generate New Token.
Running
Go to digitalocean-api-shell
folder and run ./do
.
By default utility will be runned in dry mode, any changes will not be applied. For working mode use -w option: ./do -w
.
Features
- [x] Move Domain to another account
- [ ] Backup Domain(s) zone file
- [ ] Create new Domain from zone file
All versions of digitalocean-api-shell with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.4
ext-curl Version *
ext-gmp Version *
ext-json Version *
badcow/dns Version ^4.1
cakephp/chronos Version ^2.2
guzzlehttp/guzzle Version ^7.2
http-interop/http-factory-guzzle Version ^1.0
league/climate Version ^3.7
toin0u/digitalocean-v2 Version ^4.3
yiisoft/arrays Version ^1.0
ext-curl Version *
ext-gmp Version *
ext-json Version *
badcow/dns Version ^4.1
cakephp/chronos Version ^2.2
guzzlehttp/guzzle Version ^7.2
http-interop/http-factory-guzzle Version ^1.0
league/climate Version ^3.7
toin0u/digitalocean-v2 Version ^4.3
yiisoft/arrays Version ^1.0
The package grayfolk/digitalocean-api-shell contains the following files
Loading the files please wait ....