PHPackages                             ckfinder/ckfinder-docs-samples-php - 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. ckfinder/ckfinder-docs-samples-php

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

ckfinder/ckfinder-docs-samples-php
==================================

CKFinder v3 PHP connector documentation code samples

3.4.0(10y ago)42.9k↓100%[1 issues](https://github.com/ckfinder/ckfinder-docs-samples-php/issues)MITPHP

Since May 18Pushed 3y ago4 watchersCompare

[ Source](https://github.com/ckfinder/ckfinder-docs-samples-php)[ Packagist](https://packagist.org/packages/ckfinder/ckfinder-docs-samples-php)[ RSS](/packages/ckfinder-ckfinder-docs-samples-php/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (4)DependenciesVersions (5)Used By (0)

CKFinder 3 - Sample PHP Plugins
===============================

[](#ckfinder-3---sample-php-plugins)

This repository contains ready-to-use code samples created for the [CKFinder PHP connector documentation](https://ckeditor.com/docs/ckfinder/ckfinder3-php/).

Installation
------------

[](#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`](https://ckeditor.com/docs/ckfinder/ckfinder3-php/configuration.html#configuration_options_plugins) configuration option in the connector configuration file (by default `config.php`):

```
$config['plugins'] = [
	'DiskQuota', 'GetFileInfo', 'UserActionsLogger'
];
```

License
-------

[](#license)

Copyright (c) 2015, CKSource - Frederico Knabben. All rights reserved. For license details see: [LICENSE.md](https://github.com/ckfinder/ckfinder-docs-samples-php/blob/master/LICENSE.md).

###  Health Score

32

—

LowBetter than 71% of packages

Maintenance15

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity66

Established project with proven stability

 Bus Factor1

Top contributor holds 70.8% 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 ~27 days

Total

4

Last Release

3928d ago

Major Versions

1.0.0 → 3.2.02015-08-06

### Community

Maintainers

![](https://www.gravatar.com/avatar/59d0420c69bdcb56f0009e77fd41ad3e188d5522206dd700e897b748072b3b7d?d=identicon)[zaak](/maintainers/zaak)

---

Top Contributors

[![zaak](https://avatars.githubusercontent.com/u/803299?v=4)](https://github.com/zaak "zaak (17 commits)")[![AnnaTomanek](https://avatars.githubusercontent.com/u/538321?v=4)](https://github.com/AnnaTomanek "AnnaTomanek (5 commits)")[![bmlotek](https://avatars.githubusercontent.com/u/112854881?v=4)](https://github.com/bmlotek "bmlotek (2 commits)")

### Embed Badge

![Health badge](/badges/ckfinder-ckfinder-docs-samples-php/health.svg)

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

###  Alternatives

[ozdemir/datatables

Simplify your Datatables server-side processing effortlessly using our lightning-fast PHP library, streamlining your workflow seamlessly.

273158.4k](/packages/ozdemir-datatables)[that0n3guy/transliteration

Transliteration provides one-way string transliteration (romanization) and cleans text by replacing unwanted characters.

1296.5k4](/packages/that0n3guy-transliteration)

PHPackages © 2026

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