Download the PHP package pxgamer/digitalocean-php without Composer
On this page you can find all versions of the php package pxgamer/digitalocean-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download pxgamer/digitalocean-php
More information about pxgamer/digitalocean-php
Files in pxgamer/digitalocean-php
Package digitalocean-php
Short Description An easy to use wrapper for the DigitalOcean API written in PHP.
License MIT
Informations about the package digitalocean-php
digitalocean-php
An easy to use wrapper for the DigitalOcean API written in PHP.
Structure
Install
Via Composer
Usage
Classes
Client
- This is the main class and is used to hold the CURL functions. It also contains the API key, and should be called first.
- This class must be passed to other classes upon their initialisation.
Account
- This class is used to retrieve account information.
Domains
- This class is used to modify and retrieve domain information.
Droplets
- This class is used to manage multiple droplets, or all droplets for an account.
Droplet
- This class is used to manage droplets individually and can provides functions such as creating snapshots, enabling and disabling features, etc.
Methods
Client Class
Account Class
Initialise Account Class
Getting Account Information
Domains Class
Initialise Domains Class
Getting a list of domains
Getting information for a specific domain
Create a new domain
Deleting a domain
Droplets Class
Initialise Droplets Class
Listing droplets
Listing neighbours of Droplets (droplets in the same location)
Droplet Class
Initialise Droplet Class
Setting the Droplet ID
Getting information about a droplet
Creating a Droplet
Deleting a Droplet
Listing a Droplet's neighbours
Create a snapshot
Enabling backups for a Droplet
Disabling backups for a Droplet
Rebooting a Droplet
Power Cycling a Droplet
Shutting down a Droplet
Powering off a Droplet
Powering on a Droplet
Resizing a Droplet
Reset a Droplet's password
Renaming a Droplet
Enable IPv6 for a Droplet
Enable Private Networking for a Droplet
Change log
Please see CHANGELOG for more information on what has changed recently.
Testing
Contributing
Please see CODE_OF_CONDUCT for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- pxgamer
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of digitalocean-php with dependencies
ext-curl Version *