1.1.2releasedExtension Downloader

An extension that makes it easy to download others extensions directly from the backend. Uses data from http://symphonyextensions.com

Clone URLhttps://github.com/DeuxHuitHuit/extension_downloader.git

Add as a submodulegit submodule add https://github.com/DeuxHuitHuit/extension_downloader.git extensions/extension_downloader --recursive

Compatibility

2.x.x2.1.x2.2.x2.3.x2.4.x2.5.x2.6.x2.7.02.7.12.7.22.7.32.7.42.7.52.7.62.7.72.7.82.7.92.7.10
NoNoNo1.1.21.1.21.1.21.1.21.1.21.1.21.1.21.1.21.1.21.1.21.1.21.1.21.1.21.1.21.1.2

Readme

Extension Downloader

Version: 1.1.x

An extension that makes it easy to download others extensions directly from the backend.

SPECS

You can download extensions by specifying:

  • A custom zipball (https://github.com/DeuxHuitHuit/extension_downloader/zipball/master)
  • A specific github repo (DeuxHuitHuit/extension_downloader)
  • The extension handle (extension_downloader)
  • Keywords: will do a search on http://symphonyextensions.com/

REQUIREMENTS

  • Symphony CMS version 2.3 and up (as of the day of the last release of this extension)
  • You'll need to make sure PHP's Zip module is enabled (--enable-zip). If you're on a shared server, your host would have had to do this when PHP was compiled.

INSTALLATION

  • git clone / download and unpack the tarball file
  • Put into the extension directory
  • Enable/install just like any other extension

You can also install it using the extension downloader.

For more information, see http://getsymphony.com/learn/tasks/view/install-an-extension/

HOW TO USE

  • Go to the extension page in the backend. You should see a new input field.

LICENSE

MIT http://deuxhuithuit.mit-license.org

Voila !

Come say hi! -> https://deuxhuithuit.com/

Version history

Symphony 2.3 to 2.x.x

  • Updated fixed issues #5 and #6, compatibility with php 7

Symphony 2.3 to 2.x.x

  • Updated compatibility info

Symphony 2.3 to 2.4.x

  • Added support for xsrf token.

Symphony 2.3 to 2.4.x

  • First release