PHPackages                             partkeepr/remote-file-loader - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. partkeepr/remote-file-loader

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

partkeepr/remote-file-loader
============================

Abstraction for loading files remotely

04.4k1PHP

Since Sep 30Pushed 10y agoCompare

[ Source](https://github.com/partkeepr/remote-file-loader)[ Packagist](https://packagist.org/packages/partkeepr/remote-file-loader)[ RSS](/packages/partkeepr-remote-file-loader/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

RemoteFileLoader
================

[](#remotefileloader)

Abstracts remote file loading. Automatically chooses the appropriate method to load remote files.

`file_get_contents` might be unusable because `allow_url_fopen` is disabled. `curl` might not be available because it's not installed.

Usage
-----

[](#usage)

```
$factory = new RemoteFileLoaderFactory();

$loader = $factory->createLoader();

$data = $loader->load("http://www.google.de");
```

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

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/00ab4baa04bf14d058007da805598be0d2e929c8981a302ca5edcdbf9d9995d1?d=identicon)[Felicitus](/maintainers/Felicitus)

### Embed Badge

![Health badge](/badges/partkeepr-remote-file-loader/health.svg)

```
[![Health](https://phpackages.com/badges/partkeepr-remote-file-loader/health.svg)](https://phpackages.com/packages/partkeepr-remote-file-loader)
```

###  Alternatives

[jaocero/activity-timeline

Add timelines to custom pages or infolist entries effortlessly. Plus, it teams up smoothly with Spatie Activitylog for easy tracking.

91170.7k](/packages/jaocero-activity-timeline)

PHPackages © 2026

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