2017 © Pedro Peláez
 

elgg-plugin proxy

Proxy for serving files from Elgg's filestore

image

hypejunction/proxy

Proxy for serving files from Elgg's filestore

  • Tuesday, December 29, 2015
  • by hypeJunction
  • Repository
  • 1 Watchers
  • 0 Stars
  • 138 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 6 Versions
  • 0 % Grown

The README.md

Elgg Filestore Proxy

Elgg 2.0, (*1)

Proxy for serving files from Elgg's filestore, (*2)

Features

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

Install

composer require hypejunction/proxy

Usage


// 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


// 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);

The Versions

29/12 2015

dev-master

9999999-dev http://hypejunction.com

Proxy for serving files from Elgg's filestore

  Sources   Download

GPL-2.0

The Requires

 

by Ismayil Khayredinov

plugin server files proxy elgg

29/12 2015

2.0.0

2.0.0.0 http://hypejunction.com

Proxy for serving files from Elgg's filestore

  Sources   Download

GPL-2.0

The Requires

 

by Ismayil Khayredinov

plugin server files proxy elgg

29/12 2015

2.x-dev

2.9999999.9999999.9999999-dev http://hypejunction.com

Proxy for serving files from Elgg's filestore

  Sources   Download

GPL-2.0

The Requires

 

by Ismayil Khayredinov

plugin server files proxy elgg

25/12 2015

1.x-dev

1.9999999.9999999.9999999-dev http://hypejunction.com

Proxy for serving files from Elgg's filestore

  Sources   Download

GPL-2.0

The Requires

 

by Ismayil Khayredinov

plugin server files proxy elgg

18/12 2015

1.0.1

1.0.1.0 http://hypejunction.com

Proxy for serving files from Elgg's filestore

  Sources   Download

GPL-2.0

The Requires

 

by Ismayil Khayredinov

plugin server files proxy elgg

16/12 2015

1.0.0

1.0.0.0 http://hypejunction.com

Proxy for serving files from Elgg's filestore

  Sources   Download

GPL-2.0

The Requires

 

by Ismayil Khayredinov

plugin server files proxy elgg