An open API service indexing awesome lists of open source software.

https://github.com/speaud/kcfinder

kcfinder install that complies with psr-4
https://github.com/speaud/kcfinder

Last synced: 8 months ago
JSON representation

kcfinder install that complies with psr-4

Awesome Lists containing this project

README

          

# kcfinder

### Description
The original repo [KCFinder](http://kcfinder.sunhater.com/) did not comply with [psr-4](http://www.php-fig.org/psr/psr-4/) specifications so I altered the structure and naming conventions of it. This is the repo now follows said specs and is ready for install via composer.

KCFinder is free open-source replacement of 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.

Install
-------

composer.phar require
- package name: "speaud/kcfinder": "dev-master"

Usage
-----

```php
use speaud\kcfinder\kcfinder;