GS Plugin Installer

Downloads: 12554
Category: Plugin
Compatible with: GetSimple 3.1 - 3.3

Last Updated: January 18, 2016
Tags: plugin installer manager automatic installer
Author: HelgeSverre
Author Website: https://helgesverre.com/products/gs-plugin-installer/
Support: Support Forum

(4.3) 15 Votes

Plugin Description:

GS Plugin Installer is a plugin installer created for the GetSimple CMS, versions 3.3.x, It has not been tested on versions older than 3.3.5, but I don't think the plugin architecture has changed drastically in the 3.3.x releases, if anyone more knowledable of Plugin Development in GS can confirm this please let me know.

The plugin works by querying the Extend API url http://get-simple.info/api/extend/all.php which to my knowlege is mostly undocumented, it will then cache the result into a JSON file, I have chosen to do it this way because if you were to query the api on every request, it will be extremely slow, since there is no way to "paginate" the response from the api.

The cache will by default be refreshed every 24 hours, but by clicking the "Refresh list" button will force the cache to refresh, NOTE that the Extend API is cached and will only update every 4 hours according to the official documentation.

The jQuery plugin DataTables is used to display, search and sort the plugin list, this enables you to quickly find the plugin you are looking for and install or uninstall it.

Features

  • Installing one or multiple plugins
  • Uninstalling one or multiple plugins
  • Sort plugins by name, author and whether or not its installed or not.
  • Search for plugins by name, author and it's installation status
  • Localization support -- Norwegian -- English -- German (thanks Andreas) -- Spanish (thanks Carlos) -- Dutch (thanks webketje) -- French (thanks webketje)

Planned Features and TODOs

  • Add way to active a plugin from the plugin installer, this can only be done from the native "Installed Plugins" area for now.
  • Improve the caching system.
  • Refactor the script to be more object oriented and structured.
  • Add more flexibility through plugin settings so users can control the behaviour of the script and caching functionality.

Reporting bugs

Please report bugs in the support thread here or create a GitHub Issue.

Install Instructions:

  1. download the gs-plugin-installer.zip file
  2. Unzip it into /plugins
  3. Activate it in the "Plugins" tab in your GetSimple CMS admin area.

Archived Versions:

These are old versions of this file. Please use with caution as they are probably out of date and no longer supported. ShowHide