PHPackages                             ntzrbtr/flysystem-http - 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. ntzrbtr/flysystem-http

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

ntzrbtr/flysystem-http
======================

Flysystem adapter for HTTP (read-only)

v2.0.0(5mo ago)143.3k↓45%14MITPHPPHP ^8.1CI passing

Since Oct 25Pushed 5mo ago1 watchersCompare

[ Source](https://github.com/ntzrbtr/flysystem-http)[ Packagist](https://packagist.org/packages/ntzrbtr/flysystem-http)[ RSS](/packages/ntzrbtr-flysystem-http/feed)WikiDiscussions main Synced yesterday

READMEChangelogDependencies (5)Versions (5)Used By (4)

Flysystem adapter for HTTP
==========================

[](#flysystem-adapter-for-http)

This adapter allows you to read files from a remote HTTP server.

Note that the adapter only supports reading files, not writing (all write operations return false or throw an exception).

Usage
-----

[](#usage)

You can choose whether to use the adapter based on PSR-7 (using Guzzle by default) or using pure PHP streams.

When using the PSR-7 adapter, you can directly pass a PSR-7 client to the constructor. Alternatively, you can pass a base URL and the adapter will create a Guzzle client for you.

```
$adapterFromUrl = \Netzarbeiter\FlysystemHttp\HttpAdapterPsr::fromUrl('http://example.com');

$client = new \GuzzleHttp\Client(['base_uri' => 'http://example.com']);
$adapterFromClient = new Netzarbeiter\FlysystemHttp\HttpAdapterPsr($client);
```

When using the stream adapter, you can pass a base URL and a stream context (optional).

```
$adapter = new \Netzarbeiter\FlysystemHttp\HttpAdapterStream('http://example.com');
```

###  Health Score

47

—

FairBetter than 93% of packages

Maintenance73

Regular maintenance activity

Popularity32

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 85.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 ~276 days

Total

4

Last Release

150d ago

Major Versions

v1.2.0 → v2.0.02026-02-02

PHP version history (2 changes)v1.0.0PHP ^8.0

v2.0.0PHP ^8.1

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/49314?v=4)[Thomas Off](/maintainers/ntzrbtr)[@ntzrbtr](https://github.com/ntzrbtr)

---

Top Contributors

[![ntzrbtr](https://avatars.githubusercontent.com/u/49314?v=4)](https://github.com/ntzrbtr "ntzrbtr (18 commits)")[![MekDrop](https://avatars.githubusercontent.com/u/342641?v=4)](https://github.com/MekDrop "MekDrop (3 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/ntzrbtr-flysystem-http/health.svg)

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

###  Alternatives

[laravel/framework

The Laravel Framework.

34.8k543.8M20.1k](/packages/laravel-framework)[aws/aws-sdk-php

AWS SDK for PHP - Use Amazon Web Services in your PHP project

6.3k543.5M2.6k](/packages/aws-aws-sdk-php)[tempest/framework

The PHP framework that gets out of your way.

2.2k34.4k15](/packages/tempest-framework)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k656.1k38](/packages/neuron-core-neuron-ai)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

585.6M574](/packages/shopware-core)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M47](/packages/tencentcloud-tencentcloud-sdk-php)

PHPackages © 2026

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