ckfinder / ckfinder-docs-samples-php
CKFinder v3 PHP connector documentation code samples
Package info
github.com/ckfinder/ckfinder-docs-samples-php
pkg:composer/ckfinder/ckfinder-docs-samples-php
3.4.0
2015-08-06 13:46 UTC
This package is not auto-updated.
Last update: 2026-03-18 13:36:53 UTC
README
This repository contains ready-to-use code samples created for the CKFinder PHP connector documentation.
Installation
- Clone this repository (or download ZIP).
- Move downloaded plugins to the CKFinder
pluginsdirectory, so the structure looks like below:
plugins
├── DiskQuota
│ ├── DiskQuota.php
├── GetFileInfo
│ ├── GetFileInfo.php
└── UserActionsLogger
└── UserActionsLogger.php
To enable plugins, add their names to the plugins configuration option in the connector configuration file (by default config.php):
$config['plugins'] = [ 'DiskQuota', 'GetFileInfo', 'UserActionsLogger' ];
License
Copyright (c) 2015, CKSource - Frederico Knabben. All rights reserved. For license details see: LICENSE.md.