PHPackages                             filippo-toso/remote - 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. filippo-toso/remote

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

filippo-toso/remote
===================

A simple way to copy/move files between different Laravel Storage disks

v1.2.2(3y ago)0327MITPHPPHP ^5.6 || ^7.0 || ^8.0 || ^9.0 || ^10.0

Since Jan 6Pushed 3y agoCompare

[ Source](https://github.com/filippotoso/remote)[ Packagist](https://packagist.org/packages/filippo-toso/remote)[ RSS](/packages/filippo-toso-remote/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependencies (2)Versions (14)Used By (0)

Remote
======

[](#remote)

A simple way to copy files between different Laravel Storage disks

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

[](#requirements)

- PHP 5.6+
- Laravel 5.0+

Installing
----------

[](#installing)

Use Composer to install it:

```
composer require filippo-toso/remote

```

Using It
--------

[](#using-it)

```
use FilippoToso\Remote\Remote;

// Copy from S3 to local
Remote::copy('s3://folder/file.dat', 'local:://another/folder/output.dot');

// Move from local to S3
Remote::move('local://folder/file.dat', 's3:://another/folder/output.dot');

```

###  Health Score

37

—

LowBetter than 81% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity88

Battle-tested with a long release history

 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.

###  Release Activity

Cadence

Every ~153 days

Recently: every ~204 days

Total

13

Last Release

1257d ago

PHP version history (3 changes)v1.0.0PHP ^5.6 || ^7.0

v1.1.3PHP ^5.6 || ^7.0 || ^8.0 || ^9.0

v1.2.0PHP ^5.6 || ^7.0 || ^8.0 || ^9.0 || ^10.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/55d89f2d44fb12225de2119994028ee69e36770bcf33c2b1ddf0d6672d28151b?d=identicon)[filippo.toso](/maintainers/filippo.toso)

---

Top Contributors

[![filippotoso](https://avatars.githubusercontent.com/u/26958813?v=4)](https://github.com/filippotoso "filippotoso (13 commits)")

### Embed Badge

![Health badge](/badges/filippo-toso-remote/health.svg)

```
[![Health](https://phpackages.com/badges/filippo-toso-remote/health.svg)](https://phpackages.com/packages/filippo-toso-remote)
```

###  Alternatives

[unisharp/laravel-filemanager

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

2.2k3.5M85](/packages/unisharp-laravel-filemanager)[league/flysystem-aws-s3-v3

AWS S3 filesystem adapter for Flysystem.

1.7k285.7M1.0k](/packages/league-flysystem-aws-s3-v3)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9762.4M131](/packages/roots-acorn)[tempest/framework

The PHP framework that gets out of your way.

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

Delightfully simple forum software.

201.4M2.3k](/packages/flarum-core)[concrete5/core

Concrete core subtree split

20166.1k52](/packages/concrete5-core)

PHPackages © 2026

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