PHPackages                             hypejunction/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. [DevOps &amp; Deployment](/categories/devops)
4. /
5. hypejunction/proxy

ActiveElgg-plugin[DevOps &amp; Deployment](/categories/devops)

hypejunction/proxy
==================

Proxy for serving files from Elgg's filestore

2.0.0(10y ago)01622GPL-2.0PHPPHP &gt;=5.5

Since Dec 16Pushed 10y ago1 watchersCompare

[ Source](https://github.com/hypeJunction/Elgg-proxy)[ Packagist](https://packagist.org/packages/hypejunction/proxy)[ Docs](http://hypejunction.com)[ RSS](/packages/hypejunction-proxy/feed)WikiDiscussions master Synced 4w ago

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

Elgg Filestore Proxy
====================

[](#elgg-filestore-proxy)

[![Elgg 2.0](https://camo.githubusercontent.com/981b94044a74b931be93e2825c7151896de9c8a53ccb960daf01b8fe0d800774/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f456c67672d322e302e782d6f72616e67652e7376673f7374796c653d666c61742d737175617265)](https://camo.githubusercontent.com/981b94044a74b931be93e2825c7151896de9c8a53ccb960daf01b8fe0d800774/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f456c67672d322e302e782d6f72616e67652e7376673f7374796c653d666c61742d737175617265)

Proxy for serving files from Elgg's filestore

Features
--------

[](#features)

- API for serving files from Elgg's filestore
- Minimal engine boot and caching
- HMAC-based security layer

Install
-------

[](#install)

```
composer require hypejunction/proxy
```

Usage
-----

[](#usage)

### Generate a download link

[](#generate-a-download-link)

```
// Get a link to download a file
// By default, link's validity is limited to 2 hours and restricted to current user session

$file = get_entity($file_guid);
$download_link = elgg_get_download_url($file);
```

### Display an image/thumb file

[](#display-an-imagethumb-file)

```
// Get a link to display an icon
// By default, link's validity is limited to 1 year and can be reused outside of the current user session

$icon = new ElggFile();
$icon->owner_guid = $owner_guid;
$icon->setFilename("path/to/icon.jpg");

$icon_link = elgg_get_inline_url($icon);
```

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity62

Established project with proven stability

 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 ~3 days

Total

5

Last Release

3837d ago

Major Versions

1.x-dev → 2.x-dev2015-12-29

### Community

Maintainers

![](https://www.gravatar.com/avatar/5071b1cd852e094b3f564962a625e04c227adc73af30c5b46b243ab8f20154a7?d=identicon)[hypeJunction](/maintainers/hypeJunction)

---

Top Contributors

[![hypeJunction](https://avatars.githubusercontent.com/u/1202761?v=4)](https://github.com/hypeJunction "hypeJunction (26 commits)")

---

Tags

pluginproxyserverelggfiles

### Embed Badge

![Health badge](/badges/hypejunction-proxy/health.svg)

```
[![Health](https://phpackages.com/badges/hypejunction-proxy/health.svg)](https://phpackages.com/packages/hypejunction-proxy)
```

###  Alternatives

[helsingborg-stad/municipio

A bootstrap theme for creating municipality sites.

4028.5k10](/packages/helsingborg-stad-municipio)[etailors/mautic-amazon-ses

Amazon SES Mailer Plugin for Mautic

574.2k](/packages/etailors-mautic-amazon-ses)

PHPackages © 2026

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