PHPackages                             beyondexp/beyondcdn - 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. beyondexp/beyondcdn

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

beyondexp/beyondcdn
===================

Flysystem adapter for BeyondCDN.

03PHP

Since Mar 6Pushed 3y ago1 watchersCompare

[ Source](https://github.com/beyondExp/beyondcdn)[ Packagist](https://packagist.org/packages/beyondexp/beyondcdn)[ RSS](/packages/beyondexp-beyondcdn/feed)WikiDiscussions main Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

**BeyondCDN PHP Flysystem CDN Adapter**
=======================================

[](#beyondcdn-php-flysystem-cdn-adapter)

This is a PHP Flysystem adapter for CDN (Content Delivery Network) integration. It is inspired by the Frosh BunnyCDN adapter and allows you to easily store and retrieve files from your CDN using Flysystem.

Installation You can install the adapter using composer. Run the following command in your project directory:

javascript Copy code composer require beyondEXP/beyondcdn Usage To use this adapter, you need to create a Flysystem instance and pass the adapter to it. Here's an example:

```
use YourCompany\YourCdnAdapter\YourCdnAdapter;
use League\Flysystem\Filesystem;

$adapter = new YourCdnAdapter('your-cdn-username', 'your-cdn-api-key', 'your-cdn-zone-id');
$filesystem = new Filesystem($adapter);
Now you can use the Flysystem API to interact with your CDN. Here are some examples:

```

```
$filesystem->write('path/to/file.txt', 'contents');

// Check if a file exists on the CDN
$filesystem->has('path/to/file.txt');

// Read the contents of a file from the CDN
$contents = $filesystem->read('path/to/file.txt');

// Delete a file from the CDN
$filesystem->delete('path/to/file.txt');

```

Configuration When creating a new adapter, you need to pass three parameters:

```
username: Your CDN username
apiKey: Your CDN API key
zoneId: The ID of the CDN zone you want to use

```

You can also pass an optional fourth parameter domain if you want to specify the CDN domain to use (e.g. if you're using a custom domain).

Contributing If you find a bug or have a feature request, please create an issue on the Github repository for this project. Pull requests are also welcome.

License This project is licensed under the MIT License. See the LICENSE file for details.

###  Health Score

14

—

LowBetter than 1% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity23

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/00254436f9580ec53426fad5e45e9caefaf031d3e06ca7c252696ddf116e6528?d=identicon)[beyondExp](/maintainers/beyondExp)

---

Top Contributors

[![Xevox56](https://avatars.githubusercontent.com/u/97159172?v=4)](https://github.com/Xevox56 "Xevox56 (6 commits)")

### Embed Badge

![Health badge](/badges/beyondexp-beyondcdn/health.svg)

```
[![Health](https://phpackages.com/badges/beyondexp-beyondcdn/health.svg)](https://phpackages.com/packages/beyondexp-beyondcdn)
```

PHPackages © 2026

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