PHPackages                             ikadoc/kcfinder-bundle - 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. ikadoc/kcfinder-bundle

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

ikadoc/kcfinder-bundle
======================

Provides a KCFinder integration for CKEditor for your Symfony Project.

1.1(10y ago)613.3k↓77.8%5[1 issues](https://github.com/Bilbous/KCFinderBundle/issues)MITPHPPHP &gt;=5.3.3

Since Feb 11Pushed 10y ago1 watchersCompare

[ Source](https://github.com/Bilbous/KCFinderBundle)[ Packagist](https://packagist.org/packages/ikadoc/kcfinder-bundle)[ RSS](/packages/ikadoc-kcfinder-bundle/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependencies (4)Versions (3)Used By (0)

README
======

[](#readme)

The bundle provides a [KCFinder](http://kcfinder.sunhater.com/) for [CKEditor](http://ckeditor.com/) integration for your Symfony Project

Documentation
-------------

[](#documentation)

### Installation

[](#installation)

This package require \[kcfinder\] but the composer can't load it if it's on require so add it manualy to you composer.json file:

```
// composer.json
"sunhater/kcfinder": "dev-master"
```

Require the bundle in your composer.json file:

```
$ composer require ikadoc/kcfinder-bundle --no-update

```

Register the bundle:

```
// app/AppKernel.php

public function registerBundles()
{
    return array(
        new Ikadoc\KCFinderBundle\IkadocKCFinderBundle(),
        // ...
    );
}
```

Install the bundle:

```
$ composer update ikadoc/kcfinder-bundle

```

Add routing:

```
// app/config/routing.yml
kcfinder:
    resource: "@IkadocKCFinderBundle/Resources/config/routing.yml"
    prefix: /admin

```

### Configuration

[](#configuration)

The bundle allow to change base\_path to kcfinder folder and you can define as many configs you want. The list of all config options are available [here](http://kcfinder.sunhater.com/install).

```
ikadoc_kc_finder:
    base_path : "%kernel.root_dir%/../vendor/sunhater/kcfinder"
    config:
        disabled : false
        uploadURL: "/uploads/"
        uploadDir: "%kernel.root_dir%/../web/uploads/"
```

License
-------

[](#license)

The Ikadoc KCFinder Bundle is under the MIT license. For the full copyright and license information, please read the [LICENSE](/LICENSE) file that was distributed with this source code.

###  Health Score

32

—

LowBetter than 69% of packages

Maintenance17

Infrequent updates — may be unmaintained

Popularity27

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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 ~34 days

Total

2

Last Release

3757d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/630794?v=4)[Cenatiempo Yannick](/maintainers/Bilbous)[@Bilbous](https://github.com/Bilbous)

---

Top Contributors

[![Bilbous](https://avatars.githubusercontent.com/u/630794?v=4)](https://github.com/Bilbous "Bilbous (6 commits)")

---

Tags

CKEditorkcfinder

### Embed Badge

![Health badge](/badges/ikadoc-kcfinder-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/ikadoc-kcfinder-bundle/health.svg)](https://phpackages.com/packages/ikadoc-kcfinder-bundle)
```

###  Alternatives

[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.5M378](/packages/easycorp-easyadmin-bundle)[web-auth/webauthn-symfony-bundle

FIDO2/Webauthn Security Bundle For Symfony

65474.5k9](/packages/web-auth-webauthn-symfony-bundle)[2lenet/crudit-bundle

The easy like Crud'it Bundle.

1615.6k12](/packages/2lenet-crudit-bundle)[ecotone/symfony-bundle

Ecotone for Symfony — CQRS, Event Sourcing, Sagas, Durable Workflows, and Outbox on top of Symfony Messenger, via PHP attributes.

11241.1k1](/packages/ecotone-symfony-bundle)

PHPackages © 2026

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