PHPackages                             jc\_programs/jc\_file\_manager - 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. [File &amp; Storage](/categories/file-storage)
4. /
5. jc\_programs/jc\_file\_manager

ActiveLibrary[File &amp; Storage](/categories/file-storage)

jc\_programs/jc\_file\_manager
==============================

JC File Manager Simple Project JC Boster Web Component

v1.0(6y ago)3141Apache-2.0CSS

Since Nov 2Pushed 6y ago1 watchersCompare

[ Source](https://github.com/kangjeki/jc_file_manager)[ Packagist](https://packagist.org/packages/jc_programs/jc_file_manager)[ RSS](/packages/jc-programs-jc-file-manager/feed)WikiDiscussions master Synced yesterday

READMEChangelog (1)DependenciesVersions (2)Used By (0)

 [![](sc.png)](sc.png)

jc\_file\_manager
=================

[](#jc_file_manager)

Simple Project File Manager

git clone
=========

[](#git-clone)

```
	git clone https://github.com/kangjeki/jc_file_manager.git

```

composer CLI
============

[](#composer-cli)

1/ create composer.json add in your dir target download

**manual create composer.json**

```
{
	"require"		: {
		"jc_programs/jc_file_manager": "^1.0"
	}
}

```

**create composer.json using window/CLI**

```
	echo { "require": {"jc_programs/jc_file_manager": "^1.0"} } > composer.json

```

2/ after create composer.json, next following command

```
	composer require jc_programs/jc_file_manager

```

Use
===

[](#use)

Load Index File

setting
=======

[](#setting)

open config.json

```
"setting" 		:
{
	"path" 				: "C:/xampp/htdocs",
	"content_path"			: "default",
	"protocol" 			: "http://",
	"host" 				: "localhost",
	"default_file_read"		: "txt",
	"default_mime_type" 		: "text",
	"text_highlight"		: true
},

```

if you not using xampp apache server, replace default path with your localhost directory

### Path Directory Non Host

[](#path-directory-non-host)

if you want to load local no host, you can raplace **path** with your target directory.
example:

```
	"path" 		: "D:\\",

```

### Note:

[](#note-)

local directory non host not suport crud / **read only**Extensions File
===============

[](#extensions-file)

default mime type is text
you can add Manualy extension file in config.json

```
"mimeType" 		:
	{
		"type" :
		{
			"0"	: "text",
			"1" : "audio",
			"2" : "video",
			"3" : "image",
			"4" : "folder",
			"5" : "arcive"
		},
		"extensions" :
		[
			["php", "html", "css", "txt", "js", "jcm", "jc", "json", "md", "xls", "sql", "doc"],
			["wav", "mp3", "oog"],
			["mp4", "avi", "3gp", "webm"],
			["jpg", "jpeg", "png"],
			["folder"],
			["rar", "zip", "apk", "gzip"]
		]
	}

```

plugin
======

[](#plugin)

this version 0.0.1 update, suport plugin texthighlight

```
"plugin" 		: {
	"text_highlight" : "JC_DefaultTextHighLight"
},

```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity57

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

Unknown

Total

1

Last Release

2384d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/24720761?v=4)[jcripter](/maintainers/kangjeki)[@kangjeki](https://github.com/kangjeki)

---

Top Contributors

[![kangjeki](https://avatars.githubusercontent.com/u/24720761?v=4)](https://github.com/kangjeki "kangjeki (43 commits)")

### Embed Badge

![Health badge](/badges/jc-programs-jc-file-manager/health.svg)

```
[![Health](https://phpackages.com/badges/jc-programs-jc-file-manager/health.svg)](https://phpackages.com/packages/jc-programs-jc-file-manager)
```

###  Alternatives

[knplabs/gaufrette

PHP library that provides a filesystem abstraction layer

2.5k39.8M123](/packages/knplabs-gaufrette)[google/cloud-storage

Cloud Storage Client for PHP

34390.8M125](/packages/google-cloud-storage)[illuminate/filesystem

The Illuminate Filesystem package.

15261.6M2.6k](/packages/illuminate-filesystem)[superbalist/flysystem-google-storage

Flysystem adapter for Google Cloud Storage

26320.6M30](/packages/superbalist-flysystem-google-storage)[creocoder/yii2-flysystem

The flysystem extension for the Yii framework

2931.7M62](/packages/creocoder-yii2-flysystem)[flowjs/flow-php-server

PHP library for handling chunk uploads. Works with flow.js html5 file uploads.

2451.6M15](/packages/flowjs-flow-php-server)

PHPackages © 2026

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