PHPackages                             knik/flysystem-gameap - 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. knik/flysystem-gameap

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

knik/flysystem-gameap
=====================

Flysystem Adapter for GameAP Daemon File Server

0.1.5(5y ago)07.0k↓77.8%1MITPHPPHP &gt;=5.6.0CI failing

Since Nov 12Pushed 5y agoCompare

[ Source](https://github.com/et-nik/flysystem-gameap)[ Packagist](https://packagist.org/packages/knik/flysystem-gameap)[ RSS](/packages/knik-flysystem-gameap/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependencies (4)Versions (7)Used By (0)

GameAP Daemon Flysystem
=======================

[](#gameap-daemon-flysystem)

[![Build Status](https://camo.githubusercontent.com/0b053a051fe214a024913128800e44700b0d8989add8fd98bd84ed4913d307c9/68747470733a2f2f7472617669732d63692e636f6d2f65742d6e696b2f666c7973797374656d2d67616d6561702e7376673f6272616e63683d6d6173746572)](https://travis-ci.com/et-nik/flysystem-gameap)[![Quality Score](https://camo.githubusercontent.com/b671c624c6aa6ea5635cef827acc3a0f7605ad90823f1b99f6f472634659f8fb/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f65742d6e696b2f666c7973797374656d2d67616d6561702e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/et-nik/flysystem-gameap)[![Coverage Status](https://camo.githubusercontent.com/f7a510d828ee628791058ead55f790f2e1b04f00624088423b01975fe124e2b5/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f65742d6e696b2f666c7973797374656d2d67616d6561702f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/et-nik/flysystem-gameap/code-structure)

GameAP Daemon Files Adapter. This adapter uses [gameap-daemon-client](https://github.com/et-nik/gameap-daemon-client) library.

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

[](#installation)

```
composer require knik/flysystem-gameap
```

Usage
-----

[](#usage)

```
use Knik\Flysystem\Gameap\GameapAdapter;
use League\Flysystem\Filesystem;

$adapter = new GameapAdapter([
    'host' => 'localhost',
    'port' => 31717,
    'username' => 'username',
    'password' => 'password',
    'serverCertificate' => '/path/to/server.crt',
    'localCertificate' => '/path/to/client.crt',
    'privateKey' => '/path/to/private.key',
    'privateKeyPass' => 'pr1vateKeyPa$$',
    'root' => '/home/gameap',
    'timeout' => 10,
]);

$filesystem = new Filesystem($adapter);
```

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 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 ~153 days

Recently: every ~191 days

Total

6

Last Release

2013d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1330709?v=4)[knik](/maintainers/knik)[@knik](https://github.com/knik)

---

Top Contributors

[![et-nik](https://avatars.githubusercontent.com/u/3670640?v=4)](https://github.com/et-nik "et-nik (13 commits)")

---

Tags

flysystem-adaptergameapphp

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/knik-flysystem-gameap/health.svg)

```
[![Health](https://phpackages.com/badges/knik-flysystem-gameap/health.svg)](https://phpackages.com/packages/knik-flysystem-gameap)
```

###  Alternatives

[league/flysystem-aws-s3-v3

AWS S3 filesystem adapter for Flysystem.

1.7k277.8M959](/packages/league-flysystem-aws-s3-v3)[unisharp/laravel-filemanager

A file upload/editor intended for use with Laravel 5 to 10 and CKEditor / TinyMCE

2.1k3.4M81](/packages/unisharp-laravel-filemanager)[league/flysystem-bundle

Symfony bundle integrating Flysystem into Symfony applications

40131.4M118](/packages/league-flysystem-bundle)[tempest/framework

The PHP framework that gets out of your way.

2.2k31.1k12](/packages/tempest-framework)[alexusmai/laravel-file-manager

File manager for Laravel

1.2k786.7k9](/packages/alexusmai-laravel-file-manager)[barryvdh/elfinder-flysystem-driver

A Flysystem Driver for elFinder

1864.9M40](/packages/barryvdh-elfinder-flysystem-driver)

PHPackages © 2026

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