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
- Host: GitHub
- URL: https://github.com/speaud/kcfinder
- Owner: speaud
- Created: 2015-10-20T19:33:00.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-10-21T16:58:02.000Z (over 10 years ago)
- Last Synced: 2025-01-30T11:23:48.525Z (over 1 year ago)
- Language: PHP
- Size: 730 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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;