PHPackages                             docdigital/cdn-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. docdigital/cdn-bundle

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

docdigital/cdn-bundle
=====================

manages file uploads and downloads at Resources\\media\\%s

v1.0.0(11y ago)062MITPHP

Since Jul 24Pushed 9y ago1 watchersCompare

[ Source](https://github.com/juanmf/CdnBundle)[ Packagist](https://packagist.org/packages/docdigital/cdn-bundle)[ RSS](/packages/docdigital-cdn-bundle/feed)WikiDiscussions master Synced 4d ago

READMEChangelogDependenciesVersions (2)Used By (0)

Installation
============

[](#installation)

```
cli@host # php composer.phar require "docdigital/cdn-bundle:dev-master"

```

Configuration
=============

[](#configuration)

Enable CdnBundle in AppKernel

```
class AppKernel extends Kernel
{
    public function registerBundles()
    {
        $bundles = array(
            ::
            new DocDigital\Bundle\CdnBundle\DdCdnBundle(),
        );
        ::
        return $bundles;
    }
  ::
}
```

Add dd\_cdn.upload.dir: parameter to parameters.yml

```
# app/config/parameters.yml

parameters:
    dd_cdn.upload.dir: "%kernel.root_dir%/../media/" # or any directory with
                                                     # write permissions for www-data (apache) user.
```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity63

Established project with proven stability

 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

Unknown

Total

1

Last Release

4313d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/886723?v=4)[Juan Manuel Fernandez](/maintainers/juanmf)[@juanmf](https://github.com/juanmf)

---

Top Contributors

[![juanmf](https://avatars.githubusercontent.com/u/886723?v=4)](https://github.com/juanmf "juanmf (1 commits)")

---

Tags

pdfuploadassets

### Embed Badge

![Health badge](/badges/docdigital-cdn-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/docdigital-cdn-bundle/health.svg)](https://phpackages.com/packages/docdigital-cdn-bundle)
```

###  Alternatives

[vich/uploader-bundle

Ease file uploads attached to entities

1.9k25.9M116](/packages/vich-uploader-bundle)[sonata-project/media-bundle

Symfony SonataMediaBundle

4625.5M71](/packages/sonata-project-media-bundle)[unclecheese/silverstripe-kickassets

Provides an alternative file management interface for SilverStripe CMS with drag-and-drop, multi-selection, and several other desktop-like UI conventions.

4728.3k1](/packages/unclecheese-silverstripe-kickassets)[unclecheese/kickassets

Provides an alternative file management interface for SilverStripe CMS with drag-and-drop, multi-selection, and several other desktop-like UI conventions.

484.0k](/packages/unclecheese-kickassets)

PHPackages © 2026

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