ckfinder / ckfinder-docs-samples-php
CKFinder v3 PHP connector documentation code samples
Installs: 2 357
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 5
Forks: 0
Open Issues: 1
This package is not auto-updated.
Last update: 2024-10-30 07:21:22 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
plugins
directory, 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.