PHPackages                             ekyna/digital-ocean-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. [File &amp; Storage](/categories/file-storage)
4. /
5. ekyna/digital-ocean-bundle

ActiveSymfony-bundle[File &amp; Storage](/categories/file-storage)

ekyna/digital-ocean-bundle
==========================

Deploy assets to digital ocean space CDN

0.9.x-dev(4y ago)028MITPHPPHP &gt;=8.1

Since Dec 14Pushed 4y ago1 watchersCompare

[ Source](https://github.com/ekyna/DigitalOceanBundle)[ Packagist](https://packagist.org/packages/ekyna/digital-ocean-bundle)[ Docs](https://github.com/ekyna/DigitalOceanBundle)[ RSS](/packages/ekyna-digital-ocean-bundle/feed)WikiDiscussions 0.7 Synced 3w ago

READMEChangelogDependencies (3)Versions (3)Used By (0)

ekyna/digital-ocean-bundle
==========================

[](#ekynadigital-ocean-bundle)

Deploy assets to Digital Ocean space CDN

### Installation

[](#installation)

Install using composer:

```
composer require ekyna/digital-ocean-bundle
```

Register the bundle:

```
class AppKernel extends Kernel
{
    public function registerBundles()
    {
        $bundles = [
            // ...
            new Ekyna\Bundle\DigitalOceanBundle\EkynaDigitalOceanBundle(),
        ];
    }
}
```

Add the configuration:

```
ekyna_digital_ocean:
    api:
        token: YOUR_API_TOKEN
    spaces:
        -
            name: my-do-cdn # Must match space name on Digital Ocean
            region: ams3
            key: SPACE_ACCESS_KEY
            secret: SPACE_ACCESS_SECRET
    usage:
        bundles: my-do-cdn # The space to use for assets deployment
```

### Usage

[](#usage)

Spaces storages are available as [League\\Flysystem\\Filesystem](https://github.com/thephpleague/flysystem/blob/1.x/src/Filesystem.php) (v1) services :

```

    ekyna_digital_ocean.my_do_cdn.filesystem

```

### Commands

[](#commands)

You can deploy bundles assets to your space CDN by running the following command:

`php bin/console ekyna:digital-ocean:assets:deploy`

*Warning: it purge the entire CDN cache.*

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~283 days

Total

3

Last Release

1460d ago

PHP version history (2 changes)0.7.x-devPHP &gt;=7.0

0.9.x-devPHP &gt;=8.1

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/3483641?v=4)[Etienne Dauvergne](/maintainers/ekyna)[@ekyna](https://github.com/ekyna)

---

Top Contributors

[![ekyna](https://avatars.githubusercontent.com/u/3483641?v=4)](https://github.com/ekyna "ekyna (10 commits)")

---

Tags

symfonybundleassetscdndigital ocean

### Embed Badge

![Health badge](/badges/ekyna-digital-ocean-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/ekyna-digital-ocean-bundle/health.svg)](https://phpackages.com/packages/ekyna-digital-ocean-bundle)
```

###  Alternatives

[aws/aws-sdk-php

AWS SDK for PHP - Use Amazon Web Services in your PHP project

6.3k543.5M2.6k](/packages/aws-aws-sdk-php)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

585.6M574](/packages/shopware-core)[rcsofttech/audit-trail-bundle

Enterprise-grade, high-performance Symfony audit trail bundle. Automatically track Doctrine entity changes with split-phase architecture, multiple transports (HTTP, Queue, Doctrine), and sensitive data masking.

1189.8k](/packages/rcsofttech-audit-trail-bundle)[web-auth/webauthn-framework

FIDO2/Webauthn library for PHP and Symfony Bundle.

515100.5k3](/packages/web-auth-webauthn-framework)[artgris/filemanager-bundle

FileManager is a simple Multilingual File Manager Bundle for Symfony

186446.6k13](/packages/artgris-filemanager-bundle)[web-auth/webauthn-symfony-bundle

FIDO2/Webauthn Security Bundle For Symfony

66529.9k11](/packages/web-auth-webauthn-symfony-bundle)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
