PHPackages                             meirankri/filesystem - 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. meirankri/filesystem

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

meirankri/filesystem
====================

file manager for tinymce

1.6(7y ago)0281GPL-3.0PHPPHP &gt;=5.4.0

Since Feb 20Pushed 7y ago1 watchersCompare

[ Source](https://github.com/meirankri/filesystem)[ Packagist](https://packagist.org/packages/meirankri/filesystem)[ Docs](https://github.com/meirankri/filesystem)[ RSS](/packages/meirankri-filesystem/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (7)DependenciesVersions (7)Used By (0)

\#File System

V1.4

Simple file system made with php and jquery work with two parameters, the first is the absolute path, second is the relative path that have to be call with the class 'FileSystem'

usage in php :

```
new FileSystem('C:\\your\\path', 'image');
```

this file system made especially for images,

to add more extension to be show, add them in the array ext,

to add it as a plugin for tiny copy this folder into plugins folder of tinymce, then add this script into the file

```
tinymce.init({
	selector: "textarea",theme: "modern",width: 680,height: 300,
	plugins: [
		" advlist autolink  link filesystem image lists charmap print preview hr anchor pagebreak",
		"searchreplace wordcount visualblocks visualchars insertdatetime media nonbreaking",
		"table contextmenu table directionality emoticons paste textcolor  code"
	],
	toolbar1: "undo redo | bold italic underline | alignleft aligncenter alignright alignjustify | bullist numlist outdent indent | styleselect",
	toolbar2: "|  link unlink anchor | image media | forecolor backcolor  | print preview code "
});
```

and this style

```
.mce-filesystem{
	 width: 80% !important;
	 left:10% !important;
	 top:  10% !important;
	 height: 80% !important;
 }
 .mce-filesystem .mce-container-body{
	 width: 100% !important;
	 height: 100% !important;
 }
 .mce-reset{
	 height: 100% !important;
 }
```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 80% 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 ~11 days

Total

6

Last Release

2585d ago

PHP version history (2 changes)1.1PHP &gt;=7

1.2PHP &gt;=5.4.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/74bdebff084c26ec9c5c7af951f36910e5300f5768bddba437b1084541cab854?d=identicon)[tlissak](/maintainers/tlissak)

---

Top Contributors

[![tlissak](https://avatars.githubusercontent.com/u/586428?v=4)](https://github.com/tlissak "tlissak (8 commits)")[![meirankri](https://avatars.githubusercontent.com/u/35308733?v=4)](https://github.com/meirankri "meirankri (2 commits)")

### Embed Badge

![Health badge](/badges/meirankri-filesystem/health.svg)

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

###  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)
