PHPackages                             prozorov/filemanager - 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. prozorov/filemanager

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

prozorov/filemanager
====================

Wrapper for file operations

0.0.3(5y ago)05MITPHPCI failing

Since Jun 19Pushed 5y ago1 watchersCompare

[ Source](https://github.com/artem-prozorov/filemanager)[ Packagist](https://packagist.org/packages/prozorov/filemanager)[ RSS](/packages/prozorov-filemanager/feed)WikiDiscussions master Synced 6d ago

READMEChangelog (3)Dependencies (1)Versions (4)Used By (0)

Работа с файловой системой
==========================

[](#работа-с-файловой-системой)

[![Scrutinizer Code Quality](https://camo.githubusercontent.com/d1e4f0172db6e3ee81995b3a43ae001163a7c0927cac81e67e7302aef8ed6bc9/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f617274656d2d70726f7a6f726f762f66696c656d616e616765722f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/artem-prozorov/filemanager/?branch=master)[![Build Status](https://camo.githubusercontent.com/6e86f487995242aaf3f6c4654c23af36fca7379303abb2d8215c0cfb5e89e4cb/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f617274656d2d70726f7a6f726f762f66696c656d616e616765722f6261646765732f6275696c642e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/artem-prozorov/filemanager/build-status/master)[![Code Intelligence Status](https://camo.githubusercontent.com/a0274292546c7f60babd9e375d06356bfd1c094bc6b770a021fa43fb66911e35/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f617274656d2d70726f7a6f726f762f66696c656d616e616765722f6261646765732f636f64652d696e74656c6c6967656e63652e7376673f623d6d6173746572)](https://scrutinizer-ci.com/code-intelligence)

Библиотека представляет из себя набор команд, обернутых в класс, для выполнения файловых операций.

Установка
=========

[](#установка)

```
composer require prozorov/filemanager

```

Использование
=============

[](#использование)

Рекомендуется использовать этот класс как синглтон на уровне системы.

Теперь файловые операции, такие как переименование, проверка на существование, получение содержимого, удаление и тд, можно осуществлять следующим образом:

```
use Prozorov\Filemanager\Manager;

$manager = new Manager();

$file = '/foo/bar';

$contents = $manager->getContents($file);

```

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity47

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

Total

3

Last Release

2056d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/26834275?v=4)[Artem Prozorov](/maintainers/artem-prozorov)[@artem-prozorov](https://github.com/artem-prozorov)

---

Top Contributors

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

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/prozorov-filemanager/health.svg)

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

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