PHPackages                             smile/ez-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. smile/ez-cdn-bundle

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

smile/ez-cdn-bundle
===================

CDN post replace for EZPublish 5.x

1.0.8(9y ago)4265GPL-3.0PHPPHP ~5.6|~7.0

Since Oct 18Pushed 8y ago3 watchersCompare

[ Source](https://github.com/Smile-SA/EzCDNBundle)[ Packagist](https://packagist.org/packages/smile/ez-cdn-bundle)[ RSS](/packages/smile-ez-cdn-bundle/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (8)Dependencies (1)Versions (10)Used By (0)

SmileEzCDNBundle
================

[](#smileezcdnbundle)

[![SensioLabsInsight](https://camo.githubusercontent.com/d2e6bbf70a8e8f90bba2249b5d9960726f7f60f23962c632e425a719ad76656e/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f64656361323539332d663030352d343836362d396165632d6132626133306436383162312f6d696e692e706e67)](https://insight.sensiolabs.com/projects/deca2593-f005-4866-9aec-a2ba30d681b1)

This bundle aims to replace or add CDN domain to specific resource provided by web page

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

[](#installation)

### Get the bundle using composer

[](#get-the-bundle-using-composer)

Add SmileEzCDNBundle by running this command from the terminal at the root of your eZPlatform project:

```
composer require smile/ez-cdn-bundle
```

### Enable the bundle

[](#enable-the-bundle)

To start using the bundle, register the bundle in your application's kernel class:

```
// ezpublish/EzPublishKernel.php
public function registerBundles()
{
    $bundles = array(
        // ...
        new Smile\EzCDNBundle\SmileEzCDNBundle(),
        // ...
    );
}
```

Care about Apache configuration when fonts (eot, woff ...) served by css, or ajax/cookie manipulation with javascript. Refer to :

### Configure bundle

[](#configure-bundle)

```
# ezpublish/config/config.yml
smile_ez_cdn:
    system:
        acme_group: #for each siteaccess
            domain: domain.tld #required, delare your CDN domain
            extensions: [png, css] # list of resource extension that would be serve by your CDN
```

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity64

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

Every ~77 days

Recently: every ~152 days

Total

9

Last Release

3243d ago

Major Versions

1.0.8 → 2.0.x-dev2017-06-25

PHP version history (3 changes)1.0.0PHP &gt;=5.3.3

1.0.7PHP ~5.6|~7.0

2.0.x-devPHP ~7.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/c158652d318dfb93e48bdda8c3c514ed91b7c0ae7e848e33c99bf8efd852c9d6?d=identicon)[smile-sa](/maintainers/smile-sa)

![](https://www.gravatar.com/avatar/b5f31077c39d21b8edcc15d69e057c83705df69a99e62d5a66217942dce2174b?d=identicon)[noodle69](/maintainers/noodle69)

---

Top Contributors

[![noodle69](https://avatars.githubusercontent.com/u/6176289?v=4)](https://github.com/noodle69 "noodle69 (16 commits)")

### Embed Badge

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

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

###  Alternatives

[ezsystems/legacy-bridge

eZ Platform bridge to eZ Publish Legacy

17118.6k4](/packages/ezsystems-legacy-bridge)[netgen/remote-media-bundle

Remote media field type implementation

189.4k4](/packages/netgen-remote-media-bundle)

PHPackages © 2026

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