PHPackages                             dino/kcfinder-zf2 - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [File &amp; Storage](/categories/file-storage)
4. /
5. dino/kcfinder-zf2

ActiveLibrary[File &amp; Storage](/categories/file-storage)

dino/kcfinder-zf2
=================

KCFinder lib with integration support for ZF2.

0451[2 issues](https://github.com/raykolbe/KCFinder/issues)PHP

Since Apr 26Pushed 13y agoCompare

[ Source](https://github.com/raykolbe/KCFinder)[ Packagist](https://packagist.org/packages/dino/kcfinder-zf2)[ RSS](/packages/dino-kcfinder-zf2/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (1)Used By (0)

KCFinder (with ZendFramework 2 support)
=======================================

[](#kcfinder-with-zendframework-2-support)

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

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
-------------

[](#documentation)

Please check the [`doc` dir](https://github.com/raykolbe/KCFinder/tree/master/doc)for more detailed documentation on the features provided by this package.

Installation
------------

[](#installation)

Drag and drop, git clone, or git submodule () into your public web directory. Install and configuration options can be found [`here`](http://kcfinder.sunhater.com/docs/install).

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
