PHPackages                             igorkgg/flysystem-akamai-netstorage - 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. igorkgg/flysystem-akamai-netstorage

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

igorkgg/flysystem-akamai-netstorage
===================================

Akamai Netstorage filesystem adapter for Flysystem.

3.1.1(1y ago)07.4k↓23.6%11MITPHPPHP ^8.2CI passing

Since Aug 29Pushed 3mo ago1 watchersCompare

[ Source](https://github.com/igorkosteski/flysystem-akamai-netstorage)[ Packagist](https://packagist.org/packages/igorkgg/flysystem-akamai-netstorage)[ RSS](/packages/igorkgg-flysystem-akamai-netstorage/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (4)Dependencies (5)Versions (10)Used By (1)

Akamai NetStorage Adapter for Flysystem PHP (UNOFFICIAL)
--------------------------------------------------------

[](#akamai-netstorage-adapter-for-flysystem-php-unofficial)

I created this package because [official akamai package](https://github.com/akamai/NetStorageKit-PHP) is not longer maintained by akamai and there not way to update to Flysystem &gt;= 2.

Requirement
===========

[](#requirement)

- PHP: ^8.2
- Guzzle: ^7.8.2
- Monolog: ^3.25.1
- Flysystem: ^3.0

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

[](#installation)

```
$ composer require "igorkgg/flysystem-akamai-netstorage" -vvv
```

Usage
=====

[](#usage)

```
use League\Flysystem\Filesystem;
use League\Flysystem\AkamaiNetStorage\AkamaiNetStorageAdapter;
use League\Flysystem\AkamaiNetStorage\AkamaiNetStorageClientFactory;

...

$clientConfig = [
    'signer' => [
        'key' => 'key',
        'name' => 'keyName',
    ],
    'edgegrid' => [
        'base_uri' => 'testing.akamaihd.net.example.org',
        'timeout' => 300,
    ],
];

$cpCode = '123456';
$pathPrefix = 'working-dir';
$baseUrl = 'company.akamaihd.net.example.org';

$client = (new AkamaiNetStorageClientFactory($clientConfig))->getClient();

$adapter = new AkamaiNetStorageAdapter(
    $client,
    $cpCode,
    $pathPrefix,
    $baseUrl
);

$filesystem = new Filesystem($adapter);

$file = 'example.txt';
$filesystem->write($file, 'test content');
```

###  Health Score

45

—

FairBetter than 92% of packages

Maintenance65

Regular maintenance activity

Popularity24

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 90.2% 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 ~184 days

Recently: every ~230 days

Total

6

Last Release

431d ago

Major Versions

2.0.0 → 3.0.02022-08-29

PHP version history (4 changes)2.0.0PHP ^7.3 || ^8.0

3.0.0PHP ^8.0.2

3.0.1PHP ^8.1

3.1.0PHP ^8.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/26105d676c93ee992641a53af1964866c04e0e05e7facc4145196beaee620c7a?d=identicon)[igor.kosteski](/maintainers/igor.kosteski)

---

Top Contributors

[![igorkosteski](https://avatars.githubusercontent.com/u/9559960?v=4)](https://github.com/igorkosteski "igorkosteski (37 commits)")[![igorkgg](https://avatars.githubusercontent.com/u/36948358?v=4)](https://github.com/igorkgg "igorkgg (3 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (1 commits)")

---

Tags

filesystemFlysystemfilefilesakamainetstorage

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/igorkgg-flysystem-akamai-netstorage/health.svg)

```
[![Health](https://phpackages.com/badges/igorkgg-flysystem-akamai-netstorage/health.svg)](https://phpackages.com/packages/igorkgg-flysystem-akamai-netstorage)
```

###  Alternatives

[league/flysystem-aws-s3-v3

AWS S3 filesystem adapter for Flysystem.

1.6k263.6M790](/packages/league-flysystem-aws-s3-v3)[league/flysystem-local

Local filesystem adapter for Flysystem.

226231.8M39](/packages/league-flysystem-local)[league/flysystem-sftp-v3

SFTP filesystem adapter for Flysystem.

6129.6M91](/packages/league-flysystem-sftp-v3)[league/flysystem-memory

In-memory filesystem adapter for Flysystem.

8533.6M194](/packages/league-flysystem-memory)[league/flysystem-ziparchive

ZIP filesystem adapter for Flysystem.

1039.3M58](/packages/league-flysystem-ziparchive)[league/flysystem-ftp

FTP filesystem adapter for Flysystem.

2820.8M101](/packages/league-flysystem-ftp)

PHPackages © 2026

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