2017 © Pedro Peláez
 

library gstbrowser-connector-php

PHP server connector for gstbrowser

image

zdenekgebauer/gstbrowser-connector-php

PHP server connector for gstbrowser

  • Friday, March 14, 2014
  • by zdenekgebauer
  • Repository
  • 1 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

PHP server connector for GST Browser

Server side part of gstbrowser (filemanager for TinymCE, CKEditor and web apps, https://github.com/zdenekgebauer/gstbrowser), (*1)

Instalation

Manual instalation

  1. Make a clean directory, this directory must be accessible via url.
  2. Download zip with latest version from github file and unpack its contents to the same directory.

Or you can clone repository to the same directory., (*2)

Instalation via composer

Add to composer.json, (*3)


"require": {
    "zdenekgebauer/gstbrowser-connector-php": "dev-master"
},

then composer install, (*4)

Configuration

Rename config_dist.php to config.php and adjust the settings according to your needs. You have to set at least $gstbrowserConf['default']['root_dir']. You can create more sections with different configurations, (*5)

The Versions

14/03 2014

dev-master

9999999-dev https://github.com/zdenekgebauer/gstbrowser-connector-php

PHP server connector for gstbrowser

  Sources   Download

WTFPL

The Requires

  • php >=5.3.1
  • ext-iconv *
  • ext-gd *

 

by Zdenek Gebauer