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

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

cliprz/filesystem
=================

A more options to handle your files and directories with PHP.

1.0.1(12y ago)5333MITPHPPHP &gt;=5.4

Since Jan 8Pushed 12y ago2 watchersCompare

[ Source](https://github.com/Cliprz/Filesystem)[ Packagist](https://packagist.org/packages/cliprz/filesystem)[ RSS](/packages/cliprz-filesystem/feed)WikiDiscussions master Synced yesterday

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

Cliprz\\Filesystem
==================

[](#cliprzfilesystem)

A more options to handle your files and directories with PHP.

Download and install
--------------------

[](#download-and-install)

This package written under PHP 5.4 or newer. its simple to install only [Download](https://github.com/Cliprz/Filesystem/archive/master.zip) it and use it. Don't forget to include `Cliprz\Filesystem\MimeTypes\MimeTypesGuesser` class before use `Cliprz\Filesystem\Filesystem` class see :

```
include ('Path/To/Cliprz/Filesystem/MimeTypes/MimeTypesGuesser.php');
include ('Path/To/Cliprz/Filesystem/Filesystem.php');
use Cliprz\Filesystem\Filesystem as Filesystem;

// Create instance
$Filesystem = new Filesystem();
```

Or just let Composer do that for you, Call Cliprz\\Filesystem from Composer

```
{
    "require": {
        "php": ">=5.4",
		"cliprz/filesystem": "1.0.*"
    }
}
```

How to use it
-------------

[](#how-to-use-it)

You can read [Wiki](https://github.com/Cliprz/Filesystem/wiki) , And you can test Cliprz\\Filesystem from [Tests](https://github.com/Cliprz/Filesystem/tree/master/Tests) directory require PHPUnit.

Author
------

[](#author)

- [Yousef Ismaeil](https://github.com/Cliprz/)

Copyright and license
---------------------

[](#copyright-and-license)

Part of Cliprz framework, Copyright 2013 Cliprz, under [MIT License](LICENSE).

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

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 ~1 days

Total

2

Last Release

4555d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2878229?v=4)[Yousef Ismaeil](/maintainers/Cliprz)[@Cliprz](https://github.com/Cliprz)

---

Top Contributors

[![Cliprz](https://avatars.githubusercontent.com/u/2878229?v=4)](https://github.com/Cliprz "Cliprz (17 commits)")

---

Tags

filesystemfilefilesdirectorydirectoriesCliprz

### Embed Badge

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

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

###  Alternatives

[league/flysystem

File storage abstraction for PHP

13.6k665.7M2.4k](/packages/league-flysystem)[league/flysystem-aws-s3-v3

AWS S3 filesystem adapter for Flysystem.

1.7k277.8M965](/packages/league-flysystem-aws-s3-v3)[league/flysystem-local

Local filesystem adapter for Flysystem.

224254.9M71](/packages/league-flysystem-local)[league/flysystem-memory

In-memory filesystem adapter for Flysystem.

8735.9M249](/packages/league-flysystem-memory)[league/flysystem-sftp-v3

SFTP filesystem adapter for Flysystem.

6133.1M134](/packages/league-flysystem-sftp-v3)[league/flysystem-ziparchive

ZIP filesystem adapter for Flysystem.

1039.6M71](/packages/league-flysystem-ziparchive)

PHPackages © 2026

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