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

ActiveLibrary

narwhal/twistor-flysystem-http
==============================

Laravel/Lumen Service provider for Twistor Flysystem Http adapter

021PHP

Since Feb 23Pushed 9y ago1 watchersCompare

[ Source](https://github.com/aftabnaveed/narwhal-twistor-flysystem)[ Packagist](https://packagist.org/packages/narwhal/twistor-flysystem-http)[ RSS](/packages/narwhal-twistor-flysystem-http/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Narwhal Twistor Flysystem HTTP Adapter Provider
===============================================

[](#narwhal-twistor-flysystem-http-adapter-provider)

Narwal Twistor Flysystem HTTP adapter is to add laraval and lumen support for the adapter.

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

[](#installation)

```
composer require narwahl/twistor-flysystem-http
```

Usage Lumen 5.4
---------------

[](#usage-lumen-54)

Add this to your bootstrap/app.php

```
$app->register(Narwhal\Twistor\Flysystem\TwistorFlysystemHttpProvider::class);
```

Options and context can be added inside config/filesystem.php

```
'http' => [
            'driver' => 'http',
            'baseurl' => 'https://example.com/',
            'supportsHead' => false,
            'context' => [
                'ssl' => [
                    'verify_peer' => false,
                    'verify_peer_name' => false,
                ],
            ]
        ]
```

To download a file just use this Lumen provider

```
 $content = Storage::disk('http')->get('test.csv');
```

Laraval 5.4
-----------

[](#laraval-54)

coming....

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/07f27c1e12a52705cb2493a15df03bafe35202dd180a126d6c1bf35778d96fdd?d=identicon)[aftabnaveed](/maintainers/aftabnaveed)

---

Top Contributors

[![aftab-rfg](https://avatars.githubusercontent.com/u/88081715?v=4)](https://github.com/aftab-rfg "aftab-rfg (10 commits)")

### Embed Badge

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

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

PHPackages © 2026

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