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

ActiveLibrary

longriders/flysystem-gameap
===========================

Flysystem Adapter for GameAP Daemon File Server

1.0.1(8mo ago)08MITPHPPHP ^8.2

Since Sep 10Pushed 8mo agoCompare

[ Source](https://github.com/oskonnikov/flysystem-gameap)[ Packagist](https://packagist.org/packages/longriders/flysystem-gameap)[ RSS](/packages/longriders-flysystem-gameap/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (4)Versions (3)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 longriders/flysystem-gameap
```

Usage
-----

[](#usage)

```
use Longriders\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

33

—

LowBetter than 74% of packages

Maintenance65

Regular maintenance activity

Popularity4

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 86.7% 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 ~0 days

Total

2

Last Release

241d ago

### Community

Maintainers

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

---

Top Contributors

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

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[laravel/framework

The Laravel Framework.

34.6k509.9M16.9k](/packages/laravel-framework)[spatie/laravel-backup

A Laravel package to backup your application

6.0k21.8M186](/packages/spatie-laravel-backup)[league/flysystem-aws-s3-v3

AWS S3 filesystem adapter for Flysystem.

1.6k263.6M784](/packages/league-flysystem-aws-s3-v3)[knuckleswtf/scribe

Generate API documentation for humans from your Laravel codebase.✍

2.3k12.2M45](/packages/knuckleswtf-scribe)[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[unisharp/laravel-filemanager

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

2.2k3.3M73](/packages/unisharp-laravel-filemanager)

PHPackages © 2026

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