PHPackages                             liftov/craft-stage-file-proxy - 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. liftov/craft-stage-file-proxy

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

liftov/craft-stage-file-proxy
=============================

Stage File Proxy is a general solution for getting production files on a development server on demand.

1.1.3(6y ago)41.4k3[1 issues](https://github.com/Moskydesign/craft-stage-file-proxy/issues)MITPHP

Since Feb 15Pushed 6y ago2 watchersCompare

[ Source](https://github.com/Moskydesign/craft-stage-file-proxy)[ Packagist](https://packagist.org/packages/liftov/craft-stage-file-proxy)[ RSS](/packages/liftov-craft-stage-file-proxy/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (1)Versions (5)Used By (0)

Stage File Proxy plugin for Craft CMS 3.x
=========================================

[](#stage-file-proxy-plugin-for-craft-cms-3x)

Stage File Proxy is a general solution for getting production files on a development server on demand. It saves you time and disk space by sending requests to your development environment's files directory to the production environment and making a copy of the production file in your development site. You should not need to enable this plugin in production.

Requirements
------------

[](#requirements)

This plugin requires Craft CMS 3.0.0-beta.23 or later.

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

[](#installation)

To install the plugin, follow these instructions.

1. Open your terminal and go to your Craft project:

    ```
     cd /path/to/project

    ```
2. Then tell Composer to load the plugin:

    ```
     composer require liftov/craft-stage-file-proxy

    ```
3. In the Control Panel, go to Settings → Plugins and click the “Install” button for Stage File Proxy.

Stage File Proxy Overview
-------------------------

[](#stage-file-proxy-overview)

During development, when working with multiple developers on the same project, it can be very cumbersome and time consuming to have to transfer uploaded files between development environments. With this plugin you only need to keep one remote environment up-to-date, like a staging server and every local environment will be updated. And only with the files needed.

In case of updates on a website in production, that site can be used as the source for all the assets. Again the locale development environment will only retrieve the files necessary. This is especially useful for large sites with huge numbers of files.

The plugin idea is based in the Drupal Module 'Stage File Proxy' ([https://www.drupal.org/project/stage\_file\_proxy](https://www.drupal.org/project/stage_file_proxy)). Although except for the description, non of the code is used.

Configuring Stage File Proxy
----------------------------

[](#configuring-stage-file-proxy)

Add the following line to your local .env file:

```
STAGE_FILE_PROXY_REMOTE="http://remote.site.url/"

```

Optionally add the following line if your files don't live in the "files" folder

```
STAGE_FILE_PROXY_BASE_FOLDER="custom/subfolder"

```

Using Stage File Proxy
----------------------

[](#using-stage-file-proxy)

The plugin works behind the scenes so there is no need to do anything.

It will check the local file base for the file and if it can't be found, downloads it from the remote source.

Since this happens before any other actions are taken with the file, this also works well together with Image Transform and plugins like Imager.

Brought to you by [Wouter Van Scharen](liftov.be)

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance15

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 50% 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 ~61 days

Total

4

Last Release

2456d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/53b16c4a2775033e746092b3545f3e67cf8c441da7d35f1bbe40e76c37cfd3ec?d=identicon)[Mosky](/maintainers/Mosky)

---

Top Contributors

[![annejan](https://avatars.githubusercontent.com/u/294470?v=4)](https://github.com/annejan "annejan (1 commits)")[![richardfrankza](https://avatars.githubusercontent.com/u/17523844?v=4)](https://github.com/richardfrankza "richardfrankza (1 commits)")

---

Tags

cmsCraftcraftcmscraft-pluginstage file proxy

### Embed Badge

![Health badge](/badges/liftov-craft-stage-file-proxy/health.svg)

```
[![Health](https://phpackages.com/badges/liftov-craft-stage-file-proxy/health.svg)](https://phpackages.com/packages/liftov-craft-stage-file-proxy)
```

###  Alternatives

[superbig/craft3-beam

Generate CSVs and XLS files in your templates

1933.9k](/packages/superbig-craft3-beam)[servd/craft-remote-assets

Move CP assets to an external filesystem such as S3

1215.8k](/packages/servd-craft-remote-assets)[weareferal/remote-backup

Backup your database and assets to a remote location

125.5k](/packages/weareferal-remote-backup)[venveo/craft-compress

Create smart zip files from Craft assets on the fly

124.6k](/packages/venveo-craft-compress)[markdrzy/importable

Add CSV data import functionality to the native Table fieldtype.

114.6k2](/packages/markdrzy-importable)

PHPackages © 2026

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