Download the PHP package satsume/ckfinder-module without Composer
On this page you can find all versions of the php package satsume/ckfinder-module. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download satsume/ckfinder-module
More information about satsume/ckfinder-module
Files in satsume/ckfinder-module
Package ckfinder-module
Short Description A module to implement ckfinder for Zend Framework 2.
License BSD-2-Clause
Homepage https://github.com/satsume/CKFinderModule
Informations about the package ckfinder-module
CKFinderModule
Introduction
This module is relies on AssetManager to provide a ckfinder implemenation without having to install it in the publicly accessible folder.
Installation
CKFinderModule is set-up to use the ckfinder source from /vendor/ckfinder/ckfinder ( ckfinder.php would be in /vendor/ckfinder/ckfinder/ckfinder.php ). You should download the source from ckfinder.com and extract it in /vendor/ckfinder/ckfinder/
A route is automatically setup at
Permissions for the main and connector route are added for BjyAuthorize and zfc-rbac for users with a role of .
The config.php supplied by ckfinder ( ) is not used, instead its located in ( take look at it's contents here ). The location of this file can be overridden by setting a different path in .
CKEditor
If CKEditorModule is included, the ckfinder will automatically be setup for use in the ckeditor.
All versions of ckfinder-module with dependencies
zendframework/zendframework Version 2.*
rwoverdijk/assetmanager Version 2.*@dev