PHPackages                             itxq/ckfinder - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. itxq/ckfinder

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

itxq/ckfinder
=============

实现CkFinderComposer引用

v3.0.2(5y ago)101114[3 PRs](https://github.com/itxq/ckfinder/pulls)Apache-2.0PHPPHP &gt;=7.1.0

Since Dec 22Pushed 3y ago1 watchersCompare

[ Source](https://github.com/itxq/ckfinder)[ Packagist](https://packagist.org/packages/itxq/ckfinder)[ RSS](/packages/itxq-ckfinder/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (10)Dependencies (3)Versions (15)Used By (0)

CkFinder3.5.1 for PHP 优化版 （添加又拍云存储）
===================================

[](#ckfinder351-for-php-优化版-添加又拍云存储)

[![PHP Version](https://camo.githubusercontent.com/a36ed93e60420b5782989c6c5834d9b2085aab7c1a99bc36751792706a2f0b83/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7068702d253345253344372e312d3838393242462e737667)](http://www.php.net/)[![Latest Stable Version](https://camo.githubusercontent.com/304f5aedeaec1440c9d958d9a076e5cfcc30e8247e51999fb9d1c087818ffac0/68747470733a2f2f706f7365722e707567782e6f72672f697478712f636b66696e6465722f76657273696f6e)](https://packagist.org/packages/itxq/ckfinder)[![Total Downloads](https://camo.githubusercontent.com/44416ef5ec7b7b5b7267543a6729480973802b23d56da2372a9f8bce6f5fd501/68747470733a2f2f706f7365722e707567782e6f72672f697478712f636b66696e6465722f646f776e6c6f616473)](https://packagist.org/packages/itxq/ckfinder)[![Latest Unstable Version](https://camo.githubusercontent.com/e5e9027eab9c5e9fbcaa2ed4d98e9e8dc5e2b246c62cb40305ef4689f32ca71d/68747470733a2f2f706f7365722e707567782e6f72672f697478712f636b66696e6465722f762f756e737461626c65)](//packagist.org/packages/itxq/ckfinder)[![License](https://camo.githubusercontent.com/57f52b901c33e00ed0d7f8c8ff6c8b5cc2efef07ce17bd965a3a830a3250b7c6/68747470733a2f2f706f7365722e707567782e6f72672f697478712f636b66696e6465722f6c6963656e7365)](https://packagist.org/packages/itxq/ckfinder)[![composer.lock available](https://camo.githubusercontent.com/66e4c43639c8fc3ac233eef46429cc8eacd535430a4f3d959b154149e566f1c2/68747470733a2f2f706f7365722e707567782e6f72672f697478712f636b66696e6465722f636f6d706f7365726c6f636b)](https://packagist.org/packages/itxq/ckfinder)

### 开源地址：

[](#开源地址)

[【GitHub:】https://github.com/itxq/ckfinder](https://github.com/itxq/ckfinder)

[【码云:】https://gitee.com/itxq/ckfinder](https://github.com/itxq/ckfinder)

### 扩展安装：

[](#扩展安装)

- 方法一：composer命令 `composer require itxq/ckfinder`
- 方法二：直接下载压缩包，然后进入项目中执行 composer命令 `composer update` 来生成自动加载文件

### 引用扩展：

[](#引用扩展)

- 当你的项目不支持composer自动加载时，可以使用以下方式来引用该扩展包

```
// 引入扩展（具体路径请根据你的目录结构自行修改）
require_once __DIR__ . '/vendor/autoload.php';

```

### 使用示例：

[](#使用示例)

```

    Document

              选择

    function selectFileWithCKFinder(elementId) {
        CKFinder.modal({
            displayFoldersPanel: false,
            //  readOnly: true,
            skin: 'neko',
            // skin: 'jquery-mobile',
            swatch: 'b',
            connectorPath: 'index.php',
            chooseFiles: true,
            width: 800,
            height: 600,
            lugins: [],
            onInit: function (finder) {
                finder.on('files:choose', function (evt) {
                    var file = evt.data.files.first();
                    var output = document.getElementById(elementId);
                    output.value = file.getUrl();
                });

                finder.on('file:choose:resizedImage', function (evt) {
                    var output = document.getElementById(elementId);
                    output.value = evt.data.resizedUrl;
                });
            }
        });
    }

```

### 修改文件：

[](#修改文件)

- core/cksource/ckfinder/src/CKSource/CKFinder/Command/CreateFolder.php
- core/cksource/ckfinder/src/CKSource/CKFinder/Command/RenameFolder.php
- core/cksource/ckfinder/src/CKSource/CKFinder/Command/RenameFile.php
- core/cksource/ckfinder/src/CKSource/CKFinder/Command/FileUpload.php
- core/cksource/ckfinder/src/CKSource/CKFinder/Filesystem/File/File.php
- core/cksource/ckfinder/src/CKSource/CKFinder/Filesystem/File/UploadedFile.php

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 96.6% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~57 days

Recently: every ~109 days

Total

10

Last Release

2186d ago

Major Versions

v1.0.4 → v2.0.02019-03-08

v2.0.1 → v3.0.02020-05-18

PHP version history (2 changes)v1.0.0PHP &gt;=5.6.0

v2.0.0PHP &gt;=7.1.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/928b5ea53fa9cd97dfbdd2a8a5de5020a94722939884a749bda9421a19894c02?d=identicon)[IT小强xqitw.cn](/maintainers/IT%E5%B0%8F%E5%BC%BAxqitw.cn)

---

Top Contributors

[![itxq](https://avatars.githubusercontent.com/u/17096065?v=4)](https://github.com/itxq "itxq (56 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (2 commits)")

---

Tags

ckfinderphp

### Embed Badge

![Health badge](/badges/itxq-ckfinder/health.svg)

```
[![Health](https://phpackages.com/badges/itxq-ckfinder/health.svg)](https://phpackages.com/packages/itxq-ckfinder)
```

###  Alternatives

[weiaibaicai/ueditor

Dcat Admin Extension 百度编辑器

113.9k](/packages/weiaibaicai-ueditor)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
