定制 ckfinder/ckfinder-docs-samples-php 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

ckfinder/ckfinder-docs-samples-php

最新稳定版本:3.4.0

Composer 安装命令:

composer require ckfinder/ckfinder-docs-samples-php

包简介

CKFinder v3 PHP connector documentation code samples

README 文档

README

This repository contains ready-to-use code samples created for the CKFinder PHP connector documentation.

Installation

  1. Clone this repository (or download ZIP).
  2. 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.

统计信息

  • 总下载量: 2.89k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 4
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 4
  • Watchers: 4
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-03-12