PHPackages                             flowan/laravel-filesystem-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. flowan/laravel-filesystem-http

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

flowan/laravel-filesystem-http
==============================

Filesystem HTTP Adapter for Laravel

v0.3.0(1y ago)02111[2 PRs](https://github.com/flowan/laravel-filesystem-http/pulls)MITPHPPHP ^8.2CI passing

Since Feb 7Pushed 8mo ago1 watchersCompare

[ Source](https://github.com/flowan/laravel-filesystem-http)[ Packagist](https://packagist.org/packages/flowan/laravel-filesystem-http)[ Docs](https://github.com/flowan/laravel-filesystem-http)[ GitHub Sponsors](https://github.com/flowan)[ RSS](/packages/flowan-laravel-filesystem-http/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (3)Dependencies (13)Versions (6)Used By (0)

Filesystem HTTP Adapter for Laravel
===================================

[](#filesystem-http-adapter-for-laravel)

[![Latest Version on Packagist](https://camo.githubusercontent.com/3521ee2026bddc40a72d6272990fdcd10388658360c3439fe20d022b7cd73eb4/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f666c6f77616e2f6c61726176656c2d66696c6573797374656d2d687474702e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/flowan/laravel-filesystem-http)[![GitHub Tests Action Status](https://camo.githubusercontent.com/a210a5b32d11e035c050cbe6d190c8f79a97be279826f92d3a2f873872588599/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f666c6f77616e2f6c61726176656c2d66696c6573797374656d2d687474702f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/flowan/laravel-filesystem-http/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/06f1adbc58b367cb18d05330b881b648a3b579374332f64c224792452159246d/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f666c6f77616e2f6c61726176656c2d66696c6573797374656d2d687474702f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/flowan/laravel-filesystem-http/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/a1e30a45ab3651f5c05bee09e986c1877c3e61da99d329b916049d686b98ecbe/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f666c6f77616e2f6c61726176656c2d66696c6573797374656d2d687474702e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/flowan/laravel-filesystem-http)

This package provides a filesystem adapter for Laravel that allows you to use an HTTP API as a filesystem.

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

[](#installation)

You can install the package via composer:

```
composer require flowan/laravel-filesystem-http
```

Usage
-----

[](#usage)

Put the following in your `config/filesystems.php` file:

```
