PHPackages                             tourze/digital-ocean-droplet-bundle - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. tourze/digital-ocean-droplet-bundle

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

tourze/digital-ocean-droplet-bundle
===================================

DigitalOcean Droplet管理包

0.1.0(4mo ago)01MITPHPCI passing

Since May 5Pushed 4mo ago1 watchersCompare

[ Source](https://github.com/tourze/digital-ocean-droplet-bundle)[ Packagist](https://packagist.org/packages/tourze/digital-ocean-droplet-bundle)[ RSS](/packages/tourze-digital-ocean-droplet-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (4)Dependencies (37)Versions (5)Used By (0)

DigitalOcean Droplet Bundle
===========================

[](#digitalocean-droplet-bundle)

[![PHP Version](https://camo.githubusercontent.com/cc9cdea9aa96b40a822425e981b0a030e3371202973c7d57b74e8e99834f81dc/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7068702d253545382e312d626c7565)](https://php.net)[![License](https://camo.githubusercontent.com/f8df3091bbe1149f398a5369b2c39e896766f9f6efba3477c63e9b4aa940ef14/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d677265656e)](LICENSE)[![Build Status](https://camo.githubusercontent.com/b0c6c6845a74cb65a7f0a32bdcfd8fbf80eeb40026c4029af424ab371c94b8bd/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6275696c642d70617373696e672d627269676874677265656e)](#)[![Code Coverage](https://camo.githubusercontent.com/08f9e2cc3cc2ac54c1a3318cd1fc74d87e564fe653e479f69ca8a42ee4821c98/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f636f7665726167652d39352532352d627269676874677265656e)](#)

[English](README.md) | [中文](README.zh-CN.md)

A Symfony bundle for managing DigitalOcean Droplets with comprehensive API integration and admin interface.

Features
--------

[](#features)

- **Droplet Management**: Create, list, retrieve, and delete DigitalOcean droplets
- **Actions Support**: Perform droplet actions (reboot, power cycle, shutdown, etc.)
- **SSH Key Management**: List and manage SSH keys for droplet access
- **Admin Interface**: EasyAdmin integration for web-based management
- **Database Integration**: Doctrine ORM integration with local droplet storage
- **Comprehensive API**: Full support for DigitalOcean API v2

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

[](#installation)

```
composer require tourze/digital-ocean-droplet-bundle
```

Add the bundle to your `config/bundles.php`:

```
