PHPackages                             tourze/digital-ocean-account-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-account-bundle

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

tourze/digital-ocean-account-bundle
===================================

DigitalOcean账号信息管理包，提供账号同步、信息获取等功能

0.2.0(4mo ago)02342MITPHPCI passing

Since May 5Pushed 4mo ago1 watchersCompare

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

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

DigitalOcean Account Bundle
===========================

[](#digitalocean-account-bundle)

[![PHP](https://camo.githubusercontent.com/407cae97f462622b426bac8a038a78696841ce2f26cf8caaf5059c90b8f729b7/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048502d382e312532422d626c75652e7376673f7374796c653d666c61742d737175617265)](https://php.net)[![License](https://camo.githubusercontent.com/6c711032aff1ca0eb6b211aa6cb3649ce7fd64a7714e1181d4bb457f9680e7cf/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE)[![Latest Version](https://camo.githubusercontent.com/006b22560faa9619941175b56e7d32f121a7dfb8eec4841a2b444bc9eb345092/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f746f75727a652f6469676974616c2d6f6365616e2d6163636f756e742d62756e646c652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/tourze/digital-ocean-account-bundle)[![Build Status](https://camo.githubusercontent.com/9015c844b85c72288be4bc9a645557d11261977c02a475e70dfc19daca7325fb/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f746f75727a652f6469676974616c2d6f6365616e2d6163636f756e742d62756e646c652f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/tourze/digital-ocean-account-bundle)[![Total Downloads](https://camo.githubusercontent.com/7b9ae8b4ae060e70087f4460b7f5fa9ac833c16fe0e8fb0c8c57f6e4d08ec6fb/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f746f75727a652f6469676974616c2d6f6365616e2d6163636f756e742d62756e646c652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/tourze/digital-ocean-account-bundle)[![Code Coverage](https://camo.githubusercontent.com/daab6025f575b60dba5ea1c1a7c6196f5396884e7297cc0189301eda58ebf8b0/68747470733a2f2f696d672e736869656c64732e696f2f636f6465636f762f632f6769746875622f746f75727a652f6469676974616c2d6f6365616e2d6163636f756e742d62756e646c652f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://codecov.io/gh/tourze/digital-ocean-account-bundle)

A Symfony bundle for integrating with DigitalOcean API, providing account management, SSH key management, and configuration services.

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

Table of Contents
-----------------

[](#table-of-contents)

- [Features](#features)
- [Dependencies](#dependencies)
- [Installation](#installation)
- [Configuration](#configuration)
- [Quick Start](#quick-start)
- [API Documentation](#api-documentation)
- [Advanced Usage](#advanced-usage)
- [Contributing](#contributing)
- [License](#license)

Features
--------

[](#features)

- DigitalOcean API v2 integration
- Account information management and synchronization
- Configuration management for DigitalOcean API access
- Doctrine ORM integration for data persistence
- Symfony Bundle integration with autowiring support

Dependencies
------------

[](#dependencies)

This bundle requires the following components:

- PHP 8.1 or higher
- Symfony 6.4 or higher
- Doctrine ORM 3.0 or higher
- HTTP Client Bundle for API communication

For a complete list of dependencies, please see the `composer.json` file.

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

[](#installation)

Install the bundle via Composer:

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

Register the bundle in your `config/bundles.php` file:

```
