PHPackages                             its-mieger/cdn - 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. its-mieger/cdn

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

its-mieger/cdn
==============

CDN publication for PHP projects

0318[1 PRs](https://github.com/its-mieger/cdn/pulls)PHP

Since Nov 22Pushed 2y ago1 watchersCompare

[ Source](https://github.com/its-mieger/cdn)[ Packagist](https://packagist.org/packages/its-mieger/cdn)[ RSS](/packages/its-mieger-cdn/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependenciesVersions (2)Used By (0)

CDN
===

[](#cdn)

Content-Delivery-Network module to publish files to an external CDN and access URLs easily.

Include CDN to application
--------------------------

[](#include-cdn-to-application)

Simply include the generated cdn.php

```
require_once('vendor/cdn.php');

```

Sync files to CDN
-----------------

[](#sync-files-to-cdn)

Call cdn-push script:

```
cdn-push [path to cdn.json]

```

cdn.json
--------

[](#cdnjson)

Example:

```
{
	"root-dir": "webroot",
	"default-config": {
		"adapter": "S3",
		"aws": {
			"region": "eu-west-1",
			"credentials": {
				"key": "",
				"secret": ""
			}
		},
		"bucket": "test-bucket",
		"url": "test.test.de"
	},
	"paths": {
		"img": true,
		"css": {
			"append-hash": true
		}
	}
}

```

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity30

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/d4062a57c91cdead9169f9e84797ada75bc2df8867a632d11521dbbff9e3231a?d=identicon)[its-mieger](/maintainers/its-mieger)

---

Top Contributors

[![its-mieger](https://avatars.githubusercontent.com/u/67654469?v=4)](https://github.com/its-mieger "its-mieger (1 commits)")

### Embed Badge

![Health badge](/badges/its-mieger-cdn/health.svg)

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

###  Alternatives

[fylax/forceutf8

PHP Class Encoding featuring popular Encoding::toUTF8() function --formerly known as forceUTF8()-- that fixes mixed encoded strings.

22700.2k6](/packages/fylax-forceutf8)

PHPackages © 2026

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