dino / kcfinder-zf2
KCFinder lib with integration support for ZF2.
Requires
- php: >=5.3.3
- zendframework/zendframework: 2.1.*
This package is not auto-updated.
Last update: 2024-11-09 15:18:35 UTC
README
KCFinder is free open-source alternative to the CKFinder web file manager. It can be integrated into FCKeditor, CKEditor, and TinyMCE WYSIWYG web editors (or your custom web applications) to upload and manage images, flash movies, and other files that can be embedded in an editor's generated HTML content. --From http://kcfinder.sunhater.com/
This version of KCFinder is slightly modified to add integration support for ZendFramework 2, mainly due to ZF2 v.2.1.1 session support changes.
Documentation
Please check the doc
dir
for more detailed documentation on the features provided by this package.
Installation
Drag and drop, git clone, or git submodule
(https://github.com/raykolbe/KCFinder.git) into your public web directory. Install
and configuration options can be found here
.
If using ZendFramework 2 integration support, you MUST make sure that your vendor/autoload.php
file is in the pathway to your public directory.
Example
A typical ZendFramework 2 project structure looks like this:
/myproject
/config
/module
/vendor
autoload.php <---KCFinder package looks for this file.
/zendframework
/public
index.php
/css
/js
/ckeditor
/kcfinder <---Place KCFinder package here.