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(3y ago)028MITPHPPHP &gt;=8.1

Since Dec 14Pushed 3y 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 today

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 27% 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

1406d 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

[artgris/filemanager-bundle

FileManager is a simple Multilingual File Manager Bundle for Symfony

182420.8k9](/packages/artgris-filemanager-bundle)[presta/image-bundle

PrestaImageBundle is a Symfony bundle providing tools to resize uploaded and remote images before sending them through a classic form.

24155.9k](/packages/presta-image-bundle)[ranky/media-bundle

A complete and friendly media file manager for Symfony

681.3k](/packages/ranky-media-bundle)

PHPackages © 2026

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